tx · 6ZHNtN7CEZ4PZ4Z1rP4f5Lp8Nipsjxr8ttMVqDFTgkxP
3MyxMAscrM8PHhdaGoQbi16AFPsDNNgWkQk: -0.00100000 Waves
2024.11.21 16:44 [3381287] smart account 3MyxMAscrM8PHhdaGoQbi16AFPsDNNgWkQk > SELF 0.00000000 Waves
{
"type": 13,
"id": "6ZHNtN7CEZ4PZ4Z1rP4f5Lp8Nipsjxr8ttMVqDFTgkxP",
"fee": 100000,
"feeAssetId": null,
"timestamp": 1732196736761,
"version": 1,
"sender": "3MyxMAscrM8PHhdaGoQbi16AFPsDNNgWkQk",
"senderPublicKey": "7HkDFXCAFpUyL86zcuEnCPamGaCm8K7aceyk6BJsnbxS",
"proofs": [
"3iQnhJey4oC4KomjaqESTsWkxdU925X4eWHG4eQ1mqvsxcPBuEHNpg1zvuJLpC9SaY6nyXujaQn3xSebcoN8pMNE"
],
"script": "base64:BgICCAIAAAECdHgBBnZlcmlmeQAJAPQDAwgFAnR4CWJvZHlCeXRlcwkAkQMCCAUCdHgGcHJvb2ZzAAABIBeWlXawUhDSm96CUXKnCKdBeaZE/3Zssb3igre25DAO32kuKA==",
"chainId": 84,
"height": 3381287,
"applicationStatus": "succeeded",
"spentComplexity": 0
}
View: original | compacted
Prev: none
Next: 7dbVwmzvuUT2hPkRWf89Ei2N6dWRJytQcvoTCL29s8LF
Full:
Old | New | | Differences |
---|
1 | | - | # no script |
---|
| 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 | + | |
---|