ClearAbi

To clear the ABI info of a smart contract.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
❗️

Note

Even after executing the ClearAbi operation, the contract's ABI information is not fully deleted from the chain's historical record. Users can still retrieve the ABI by querying the original contract creation transaction.

Returns

Returned Object: Transaction (Unsigned).

General Fields: Refer to the Transaction section.

ClearABIContract Specific Fields: The raw_data.contract[0].parameter.value within the transaction contains parameters for the contract invocation:

FieldTypeDescription
owner_addressstringTransaction initiator address.(Format: Base58 or Hex)
contract_addressstringContract address. (Format: Base58 or Hex)
Body Params
string
required

Transaction initiator address.(Format: Base58 or Hex).
Example: TSNEe5Tf4rnc9zPMNXfaTF5fZfHDDH8oyW

string
required

Contract address. (Format: Base58 or Hex).
Example: TG3XXyExBkPp9nzdajDZsozEu4BkaSJozs

boolean
Defaults to true

Set to true to format addresses in Base58; set to false for hex format. (Default: false)

int32

Optional. Permission ID used for multi-signature. (Default: Owner Permission)

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json