eth.recent_nft_transfers
SQL table schema for eth.recent_nft_transfers
Ethereum transfers of NFTs from the last 30 minutes, ~128 blocks.
Column Name | Data Type | Description |
---|---|---|
| CHARACTER VARYING | The contract address of this NFT. |
| CHARACTER VARYING | The address of the sender of this NFT. |
| CHARACTER VARYING | The address of the recipient of this NFT. |
| CHARACTER VARYING | The hash of the transaction in which this transfer occurred. |
| CHARACTER VARYING | The unique, opaque identifier of the specific NFT mint being transferred. |
| BIGINT | The block number when this NFT transfer occurred. |
| BIGINT | The block timestamp when this NFT transfer occurred. |
| CHARACTER VARYING | The hash of the block when this NFT transfer occurred. |
Last updated