Table Columns

Unique Key:

Column NameData TypeDescription
contract_idVARCHARUnique identifier for the contract
evm_addressVARCHAREVM address of the contract
admin_keyVARIANTAdmin key for the contract
memoVARCHARMemo attached to the contract
created_timestampTIMESTAMP_NTZ(9)Timestamp when the contract was created
expiration_timestampTIMESTAMP_NTZ(9)Timestamp when the contract expires
auto_renew_periodBIGINTAuto-renewal period in seconds
auto_renew_accountVARCHARAccount ID for auto-renewal
max_automatic_token_associationsBIGINTMaximum number of automatic token associations
obtainer_idVARCHARAccount ID that can obtain the contract
proxy_account_idVARCHARProxy account ID for the contract
timestamp_fromTIMESTAMP_NTZ(9)Start timestamp for the contract’s validity period
timestamp_toTIMESTAMP_NTZ(9)End timestamp for the contract’s validity period
nonceBIGINTNonce of the contract
file_idVARCHARFile ID containing the contract bytecode
deletedBOOLEANWhether the contract has been deleted
permanent_removalBOOLEANWhether the contract has been permanently removed
bytecodeVARCHARContract bytecode (hex encoded)
runtime_bytecodeVARCHARRuntime bytecode (hex encoded)
created_timestamp_rawDECIMAL(29,9)Raw created timestamp as decimal
expiration_timestamp_rawDECIMAL(29,9)Raw expiration timestamp as decimal
timestamp_from_rawDECIMAL(29,9)Raw timestamp from as decimal
timestamp_to_rawDECIMAL(29,9)Raw timestamp to as decimal
_ingested_atTIMESTAMP_NTZ(9)Timestamp when this record was ingested
_created_atTIMESTAMP_NTZ(9)Timestamp when this record was created
_updated_atTIMESTAMP_NTZ(9)Timestamp when this record was last updated