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