tx · 4U4vFXTG5RpG8LbYvPoUEWtnsXFRNuGguxnaDSemAZGh
3MsXyAstDnagrRnnmbiRF3USmCj3Rm9YZpL: -0.00100000 Waves
2023.12.13 01:40 [2884121] smart account 3MsXyAstDnagrRnnmbiRF3USmCj3Rm9YZpL > SELF 0.00000000 Waves
{
"type": 13,
"id": "4U4vFXTG5RpG8LbYvPoUEWtnsXFRNuGguxnaDSemAZGh",
"fee": 100000,
"feeAssetId": null,
"timestamp": 1702420857038,
"version": 1,
"sender": "3MsXyAstDnagrRnnmbiRF3USmCj3Rm9YZpL",
"senderPublicKey": "2dLXrBGdXRaWLKXo1YUUQWtk5Bzxpsk8Ua8kDJhVfrip",
"proofs": [
"RBE6wybgZuXLZpTK99KzRyXdr27SQiiberqg85X6pvTUJWCQ5UeiNUpb4aMVBZpTzaqmcXh1M4KddocUFrCHRBU"
],
"script": null,
"chainId": 84,
"height": 2884121,
"applicationStatus": "succeeded",
"spentComplexity": 0
}
View: original | compacted
Prev: 3iJ1aPrTUJGR6qEP9pjeyYsxB45NtEpEQjFJeNz3aGJe
Next: none
Full:
Old | New | | Differences |
---|
1 | | - | {-# STDLIB_VERSION 6 #-} |
---|
2 | | - | {-# SCRIPT_TYPE ACCOUNT #-} |
---|
3 | | - | {-# CONTENT_TYPE DAPP #-} |
---|
4 | | - | |
---|
5 | | - | |
---|
6 | | - | |
---|
7 | | - | @Verifier(tx) |
---|
8 | | - | func verify () = sigVerify(tx.bodyBytes, tx.proofs[0], base58'2b5Z9Cf5wjpcpctfYheJe2mRmq5XJSYGZxrBNTV8NRZw') |
---|
9 | | - | |
---|
| 1 | + | # no script |
---|