contract_address | hex string | The address that identifies the smart contract on the blockchain. |
class_hash | hex string | The hash that identifies the class. |
deployed_by_contract_address | hex string | Contract address that deployed the contract |
deployed_at_transaction_hash | hex string | Transaction hash for when the contract was deployed |
deployed_at_timestamp | integer | Unix timestamp in seconds for when the contract was deployed |
name_tag | string, null | Name identifier for the contract. |
implementation_type | UNKNOWN , ERC20 , ERC721 , ERC1155 , ACCOUNT | The type of standard interface is followed by the contract. |