Skip to main content

BurnEvent

typestringrequired

Possible values: [TOKEN_BURNED]

event objectrequired
fromstringrequired

Account ID to which the tokens are burned

Possible values: Value must match regular expression ^0x[0-9a-fA-F]{40}$

Example: 0x2b563420722cbcfc84857129bef775e0dc5f1401
timestampnumberrequired

Timestamp of the burn

Example: 1256953732
amountstringrequired

Amount of tokens burned

Example: 1
tokenAddressstringrequired

Token address (smartcontract)

Possible values: Value must match regular expression ^0x[0-9a-fA-F]{40}$

Example: 0x66f592FD27f498ea407C00FB982F5c7923E4B3CB
txHashstringrequired

Transaction hash

Possible values: Value must match regular expression ^0x[0-9a-fA-F]{64}$

logIndexnumberrequired

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
}
}