tx · FRpB8pB18ZMU8WDoMofmhcPWGX896Hamd6Tg75oSvCZm
3NC66ASmR2UP6N5etvBoHhD8CHD1X8PYMT4: -0.00100000 Waves
2024.08.15 03:25 [3239195] smart account 3NC66ASmR2UP6N5etvBoHhD8CHD1X8PYMT4 > SELF 0.00000000 Waves
{
"type": 13,
"id": "FRpB8pB18ZMU8WDoMofmhcPWGX896Hamd6Tg75oSvCZm",
"fee": 100000,
"feeAssetId": null,
"timestamp": 1723681555385,
"version": 1,
"sender": "3NC66ASmR2UP6N5etvBoHhD8CHD1X8PYMT4",
"senderPublicKey": "2HAazmpD4Qs1tLQsbC8H4jaNastctd1ANuh6vpKAmEwk",
"proofs": [
"4ftatzcdGohyDwCGeUEdewJLTzbqgWDA8NnPeJDmmwsKDJu6QruLqrKX7uYDnvSNueoWdcW9fD2yCSuFr1U9sprZ"
],
"script": "base64:BgICCAIAAAECdHgBBnZlcmlmeQAJAPQDAwgFAnR4CWJvZHlCeXRlcwkAkQMCCAUCdHgGcHJvb2ZzAAABIBeWlXawUhDSm96CUXKnCKdBeaZE/3Zssb3igre25DAO32kuKA==",
"chainId": 84,
"height": 3239195,
"applicationStatus": "succeeded",
"spentComplexity": 0
}
View: original | compacted
Prev: none
Next: 8ypMx2L76mbw3MjDfa2CmtiFFcXE1En336azSFGaFu7x
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 | + | |
---|