MintEvent
typestringrequired
Possible values: [TOKEN_MINTED]
event objectrequired
tostringrequired
Destination account ID
Possible values: Value must match regular expression ^0x[0-9a-fA-F]{40}$
Example:
0x2b563420722cbcfc84857129bef775e0dc5f1401timestampnumberrequired
Timestamp of the transfer
Example:
1256953732amountstringrequired
Amount of tokens minted
Example:
1tokenAddressstringrequired
Token address (smartcontract)
Possible values: Value must match regular expression ^0x[0-9a-fA-F]{40}$
Example:
0x66f592FD27f498ea407C00FB982F5c7923E4B3CBtxHashstringrequired
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
MintEvent
{
"type": "TOKEN_MINTED",
"event": {
"to": "0x2b563420722cbcfc84857129bef775e0dc5f1401",
"timestamp": 1256953732,
"amount": "1",
"tokenAddress": "0x66f592FD27f498ea407C00FB982F5c7923E4B3CB",
"txHash": "string",
"logIndex": 0
}
}