Table Columns
Unique Key:address
| Column Name | Data Type | Description | 
|---|---|---|
| address | VARCHAR | Contract address of the ERC721 token. | 
| name | VARCHAR | Name of the ERC721 token. | 
| symbol | VARCHAR | The token symbol. | 
| 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. | 
| _created_at | TIMESTAMP_NTZ(9) | Timestamp of entry creation. | 
| _updated_at | TIMESTAMP_NTZ(9) | Timestamp of entry update. |