tx · GvEBZK9S7shGtApVvS2sTSgZrifiC3deiJy75ssP2fBj
3N9KAvFQUcc1r8YiMQ1CDKyvdBLdVetBuiu: -0.00100000 Waves
2024.01.03 18:37 [2915495] smart account 3N9KAvFQUcc1r8YiMQ1CDKyvdBLdVetBuiu > SELF 0.00000000 Waves
{
"type": 13,
"id": "GvEBZK9S7shGtApVvS2sTSgZrifiC3deiJy75ssP2fBj",
"fee": 100000,
"feeAssetId": null,
"timestamp": 1704296307236,
"version": 1,
"sender": "3N9KAvFQUcc1r8YiMQ1CDKyvdBLdVetBuiu",
"senderPublicKey": "2aFPXzQkRsnhG9hjLjZCov5ShjYhurzpwzkDjML22Ym4",
"proofs": [
"4cvXAtr11J31CyiN18oJnQyUowevYo34hbT3BtTMnuJGWnctupBDR7fVBrq6ftt7QQhSji8MaXuzcZyvTHbebagg"
],
"script": null,
"chainId": 84,
"height": 2915495,
"applicationStatus": "succeeded",
"spentComplexity": 0
}
View: original | compacted
Prev: 22EhNSc2Xsq6FY6XreTTb9qQ7ycynJ1bUNdRwZP76GM8
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 |
---|