Name | Type | Description |
---|---|---|
token_address | string | The address of the ERC20 token. |
token_decimals | integer | The decimals field for an ERC20 token indicates the number of decimal places used to represent the token's smallest unit. For example, if a token has 18 decimals, it means that the smallest amount that you can own of a token is 1e-18. |
token_name | string | The name of the token. |
token_symbol | string | The symbol of the token. |
block_number | integer | The block number when the first pool of the token was created. |
timestamp | integer | The timestamp at which the first pool of the token was created, in UNIX seconds format. |
first_pool_address | string | The address of the first pool that contained the token. |