MintEvent
typestring
Possible values: [TOKEN_MINTED
]
event object
tostring
Destination account ID
Example:
0x2b563420722cbcfc84857129bef775e0dc5f1401
timestampnumber
Timestamp of the transfer
Example:
1256953732
amountstring
Amount of tokens minted
Example:
1
tokenAddressstring
Token address (smartcontract)
Example:
0x66f592FD27f498ea407C00FB982F5c7923E4B3CB
txHashstring
Transaction hash
logIndexnumber
Index of the event within the block where the transaction occurred
MintEvent
{
"type": "TOKEN_MINTED",
"event": {
"to": "0x2b563420722cbcfc84857129bef775e0dc5f1401",
"timestamp": 1256953732,
"amount": "1",
"tokenAddress": "0x66f592FD27f498ea407C00FB982F5c7923E4B3CB",
"txHash": "string",
"logIndex": 0
}
}