tx · HFp3VT8SbpVGpZSNxgdGnhSBa3on1UcMNYHNBnGEB9oF
3MyptFjRHW4CTPNQKdF8mu3izsZEPEdzm8s: -0.01000000 Waves
2023.06.08 13:36 [2613580] smart account 3MyptFjRHW4CTPNQKdF8mu3izsZEPEdzm8s > SELF 0.00000000 Waves
{
"type": 13,
"id": "HFp3VT8SbpVGpZSNxgdGnhSBa3on1UcMNYHNBnGEB9oF",
"fee": 1000000,
"feeAssetId": null,
"timestamp": 1686220620988,
"version": 2,
"chainId": 84,
"sender": "3MyptFjRHW4CTPNQKdF8mu3izsZEPEdzm8s",
"senderPublicKey": "DmKCAFeTsLbNKaEnPVGSj6LZCqFoEoNgSszYGqV4h5mb",
"proofs": [
"4yjYzyYsWj5TwzFhrVFZ5VzTsh46Q5USrfgGojCE7fYTzdqoDFe8AG36W3Xsy8mjZi3Ks8zif4Y5jnT7DbNQUt3Y"
],
"script": "base64:AAIFAAAAAAAAAAcIAhIDCgEEAAAAAAAAAAEAAAABaQEAAAADYmFyAAAAAQAAAAFhCQAETAAAAAIJAQAAAAxCb29sZWFuRW50cnkAAAACAgAAAAFhBQAAAAFhBQAAAANuaWwAAAAAD/mR2w==",
"height": 2613580,
"applicationStatus": "succeeded",
"spentComplexity": 0
}
View: original | compacted
Prev: none
Next: FmADHT4scS2jx9MM8sT1KU1RVdDX98WaMLhsQw627Ct
Full:
Old | New | | Differences |
---|
1 | | - | # no script |
---|
| 1 | + | {-# STDLIB_VERSION 5 #-} |
---|
| 2 | + | {-# SCRIPT_TYPE ACCOUNT #-} |
---|
| 3 | + | {-# CONTENT_TYPE DAPP #-} |
---|
| 4 | + | |
---|
| 5 | + | |
---|
| 6 | + | @Callable(i) |
---|
| 7 | + | func bar (a) = [BooleanEntry("a", a)] |
---|
| 8 | + | |
---|
| 9 | + | |
---|