Native Token Transfer Model
The Native Token Transfer Model represents a single native token transfer. The Native Token Transfer Model follows the following structure:
Name | Description | Type |
---|---|---|
block_number | The block number at which the transfer occurred. | integer |
activity_id | A sequential ID to identify the correct ordering of native token transfers. | integer |
transaction_hash | The transaction hash at which the transfer occurred. | string |
timestamp | The timestamp of the transfer (in ISO-8601 format). | date-time |
category | The category of the ENS name transfer (one of mint , send , burn ). |
string |
operator | The address of the operator that performed the transfer. | string |
from | The address of the sender. | string |
to | The address of the receiver. | string |
quantity | The quantity of tokens transferred. | integer |
Got questions? Join our Discord
Discord is the primary home of the Transpose developer community. Join us to ask questions, share your work, and get help.