For the below transaction, balances are not matching with the calculation you explained above.
Please correct me if I’m wrong anywhere.
total levy deduction:
29088800 part of the coin
then 500000000/29088800 = 17.1887461841
17.1887461841*11100(quantity) = 190795.082644
150000+150000+500000+levy = 800000+levy = 800000+190795.082644 = 990795.082644 not matching.
Balance difference from API is b/w 1992336 and 1992337 block height is,
13536661956-12980861956= 555800000
I know something I’m doing wrong here, can you please explain.
Transaction: (1992337 block)
{
“timeStamp”: 120594798,
“signature”: “b65fff87c3dbc357b44f33712097b3947ba11ece92b8e2c4ed76488367fc8f678a983c6028a3e9237cd67d39559f483fc23b3e289306173e476a778f10f8a802”,
“fee”: 150000,
“type”: 4100,
“deadline”: 120681198,
“version”: 1744830465,
“signatures”: [
{
“timeStamp”: 120594829,
“otherHash”: {
“data”: “9afd6f3ca3e84de3523f2bdc4c055e8298793b65b3ebd9c1980cbac5f335da98”
},
“otherAccount”: “NCDUX33YVVDMYYYFVFN4S7FOJ6PMZZFW6ORHYRI6”,
“signature”: “c4fbfcba429c949dd9ee052d8128d96299066349e46e68d03cf42710912887fb61cdab89e42e3800ceae29633d0dedcfaf271045f1a4ab516600af8d677ff008”,
“fee”: 150000,
“type”: 4098,
“deadline”: 120681229,
“version”: 1744830465,
“signer”: “9df9949cd89e95a726bf9fc210716b47f2a4d58b30ba6f5655e1eaabe6d99a5c”
}
],
“signer”: “7d3d23639d8746613b37348695a8da8025ab427174a19d55ecd2335dc3f2c89f”,
“otherTrans”: {
“timeStamp”: 120594798,
“amount”: 1000000,
“fee”: 500000,
“recipient”: “NB7CJOPYUMTOV2XNWOWIDD5SBVPVMMM5HKW4M34S”,
“mosaics”: [
{
“quantity”: 11100,
“mosaicId”: {
“namespaceId”: “evias.charity”,
“name”: “jungle-animal”
}
}
],
“type”: 257,
“deadline”: 120681198,
“message”: {},
“version”: 1744830466,
“signer”: “2def9185258bb2ff9b892185c07d1251b08011055312e2433aa495ed35396c20”
}
}
Mosaic definition:
{
“meta”: {
“id”: 2165
},
“mosaic”: {
“creator”: “2def9185258bb2ff9b892185c07d1251b08011055312e2433aa495ed35396c20”,
“description”: “Jungle charity. During a road trip through Malaysia, each Jungle animal including: Monkeys, Cats, Tigers, Elephants, Squirrels and Giant Ants - which we encounter, will increment the counter! Funds to be allocated for charity purposes afterwards.”,
“id”: {
“namespaceId”: “evias.charity”,
“name”: “jungle-animal”
},
“properties”: [
{
“name”: “divisibility”,
“value”: “2”
},
{
“name”: “initialSupply”,
“value”: “290888”
},
{
“name”: “supplyMutable”,
“value”: “true”
},
{
“name”: “transferable”,
“value”: “true”
}
],
“levy”: {
“fee”: 500000000,
“recipient”: “NB7CJOPYUMTOV2XNWOWIDD5SBVPVMMM5HKW4M34S”,
“type”: 2,
“mosaicId”: {
“namespaceId”: “nem”,
“name”: “xem”
}
}
}
}