eth.token_mints
SQL table schema for eth.token_mints and eth.recent_token_mints
Ethereum Token mints from the last 30 minutes, ~128 blocks.
Colum Name | Data Type | Description |
---|---|---|
| CHARACTER VARYING | The human-readable name of this token, eg. "AliceInWonderland". |
| CHARACTER VARYING | The human-readable short symbol of this token, eg. "ALICE". |
| CHARACTER VARYING | The address of the contract that defines this token. |
| CHARACTER VARYING | The address of the recipient of this mint. |
| CHARACTER VARYING | The number of tokens transferred. |
| CHARACTER VARYING | The hash of the transaction in which this transfer occurred. |
| BIGINT | The number of the block in which this transfer occurred. |
| BIGINT | The timestamp of the block in which this transfer occurred. |
Last updated