HomeGuidesAPI ReferenceChangelog
GuidesAPI ReferenceCommunityDiscordBlogFAQBug BountyAnnouncementsChange Log
API Reference

ClearAbi

Remove or delete the ABI information associated with the smart contract.

❗️

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)
Language
Click Try It! to start a request and see the response here!