Clear contract ABI

Clears the ABI of a smart contract, removing all method and event definitions.

Request

This endpoint expects an object.
owner_addressstringRequired
Base58 address of the contract owner.
contract_addressstringRequired
Base58 address of the contract.
visiblebooleanOptional

Indicates if addresses are base58 (true) or hex (false).

Response

Unsigned transaction object for clearing contract ABI.
visibleboolean or null
txIDstring or null
raw_dataobject or null
raw_data_hexstring or null