Skip to main content

BurnEvent

typestring

Possible values: [TOKEN_BURNED]

event object
fromstring

Account ID to which the tokens are burned

Example: 0x2b563420722cbcfc84857129bef775e0dc5f1401
timestampnumber

Timestamp of the burn

Example: 1256953732
amountstring

Amount of tokens burned

Example: 1
tokenAddressstring

Token address (smartcontract)

Example: 0x66f592FD27f498ea407C00FB982F5c7923E4B3CB
txHashstring

Transaction hash

logIndexnumber

Index of the event within the block where the transaction occurred

BurnEvent
{
"type": "TOKEN_BURNED",
"event": {
"from": "0x2b563420722cbcfc84857129bef775e0dc5f1401",
"timestamp": 1256953732,
"amount": "1",
"tokenAddress": "0x66f592FD27f498ea407C00FB982F5c7923E4B3CB",
"txHash": "string",
"logIndex": 0
}
}