Contract Object

FieldTypeDescription
contract_addresshex stringThe address that identifies the smart contract on the blockchain.
class_hashhex stringThe hash that identifies the class.
deployed_by_contract_addresshex stringContract address that deployed the contract
deployed_at_transaction_hashhex stringTransaction hash for when the contract was deployed
deployed_at_timestampintegerUnix timestamp in seconds for when the contract was deployed
name_tagstring, nullName identifier for the contract.
implementation_typeUNKNOWN , ERC20, ERC721, ERC1155, ACCOUNTThe type of standard interface is followed by the contract.