tx · 7dbVwmzvuUT2hPkRWf89Ei2N6dWRJytQcvoTCL29s8LF
3MyxMAscrM8PHhdaGoQbi16AFPsDNNgWkQk: -0.00100000 Waves
2024.11.21 16:44 [3381287] smart account 3MyxMAscrM8PHhdaGoQbi16AFPsDNNgWkQk > SELF 0.00000000 Waves
{
"type": 13,
"id": "7dbVwmzvuUT2hPkRWf89Ei2N6dWRJytQcvoTCL29s8LF",
"fee": 100000,
"feeAssetId": null,
"timestamp": 1732196738873,
"version": 1,
"sender": "3MyxMAscrM8PHhdaGoQbi16AFPsDNNgWkQk",
"senderPublicKey": "7HkDFXCAFpUyL86zcuEnCPamGaCm8K7aceyk6BJsnbxS",
"proofs": [
"4GxrcSco3tNkGFpfCvW31ttSVaTDo8C7U25FJh3jdF3DNH3kDc1CPiyMzWGnxs2HGK7BVxBWXrYYo4rNqTa4y4Jj"
],
"script": null,
"chainId": 84,
"height": 3381287,
"applicationStatus": "succeeded",
"spentComplexity": 0
}
View: original | compacted
Prev: 6ZHNtN7CEZ4PZ4Z1rP4f5Lp8Nipsjxr8ttMVqDFTgkxP
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 |
---|