| address | VARCHAR | Contract address of the ERC20 token. |
| name | VARCHAR | Name of the ERC20 token. |
| symbol | VARCHAR | The token symbol. |
| decimals | BIGINT | The number of decimal points the token amounts are represented in. |
| block_timestamp | TIMESTAMP_NTZ(9) | (Nullable*) The timestamp of the block. |
| block_number | BIGINT | (Nullable*) The block number that this token was created in. |
| block_hash | VARCHAR | (Nullable*) The hash of the block. |
| source | VARCHAR | |
| preference | BIGINT | |
| _created_at | TIMESTAMP_NTZ(9) | Timestamp of entry creation. |
| _updated_at | TIMESTAMP_NTZ(9) | Timestamp of entry update. |