tx · Dmiqm5V4rQxxnx1YU4LMq4wd4a9fADfD9rbHxpJJRsHU
3Mx7R8rFZNkQsL5RTE9ShgMix29yMsnjSbd: -0.00100000 Waves
2024.11.21 16:53 [3381295] smart account 3Mx7R8rFZNkQsL5RTE9ShgMix29yMsnjSbd > SELF 0.00000000 Waves
{
"type": 13,
"id": "Dmiqm5V4rQxxnx1YU4LMq4wd4a9fADfD9rbHxpJJRsHU",
"fee": 100000,
"feeAssetId": null,
"timestamp": 1732197234888,
"version": 1,
"sender": "3Mx7R8rFZNkQsL5RTE9ShgMix29yMsnjSbd",
"senderPublicKey": "8sGzpKmrxmgB6EjRtuRzvUJnTGKiogVWM5CKN2wz78h6",
"proofs": [
"3i11MdPAHfkUCDdp7q4xTEXjrJ5VefGyk2WusMxNWCNqm5hz7SFVPN4B2FzSGi76kEMicjU7d6PWYw2EjXG75JnC"
],
"script": null,
"chainId": 84,
"height": 3381295,
"applicationStatus": "succeeded",
"spentComplexity": 0
}
View: original | compacted
Prev: GaA7H6MPxxsJtoLL8MXbL6T9sHtcMruc3bX4JDNsP1RB
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 |
---|