Events
FT_EVENTS
Token related events
Column | Type | Description |
---|---|---|
tx_hash | text | Transaction hash |
asset_event_type | text | transfer, mint, or burn |
sender | text | Sender’s address |
recipient | text | Recipient’s address |
amount | numeric | Amount of token used |
NFT_EVENTS
NFT related events
Column | Type | Description |
---|---|---|
tx_hash | text | Transaction hash |
asset_event_type | text | transfer, mint, or burn |
sender | text | Sender’s address |
recipient | text | Recipient’s address |
value | text | Depends on the nature of the event, in most cases it is a token id |
STX_EVENTS
STX related events
Column | Type | Description |
---|---|---|
tx_hash | text | Transaction hash |
asset_event_type | text | transfer, mint, or burn |
sender | text | Sender’s address |
recipient | text | Recipient’s address |
amount | numeric | Amount (1 STX = 1000000 units) |