Table Columns

Unique Key: address

Column NameData TypeDescription
addressVARCHARContract address of the ERC20 token.
nameVARCHARName of the ERC20 token.
symbolVARCHARThe token symbol.
decimalsBIGINTThe number of decimal points the token amounts are represented in.
block_timestampTIMESTAMP_NTZ(9)(Nullable*) The timestamp of the block.
block_numberBIGINT(Nullable*) The block number that this token was created in.
block_hashVARCHAR(Nullable*) The hash of the block.
_created_atTIMESTAMP_NTZ(9)Timestamp of entry creation.
_updated_atTIMESTAMP_NTZ(9)Timestamp of entry update.