tx · 5nwyYyCVizYtcTWqmMMvEk8y3ZP61wuDLLPPvU8Ej3FZ
3Mpsat2cLPLxeKC4Ei5b7vXNVBSYdj6MC2r: -0.01400000 Waves
2020.04.02 13:34 [936420] smart account 3Mpsat2cLPLxeKC4Ei5b7vXNVBSYdj6MC2r > SELF 0.00000000 Waves
{
"type": 13,
"id": "5nwyYyCVizYtcTWqmMMvEk8y3ZP61wuDLLPPvU8Ej3FZ",
"fee": 1400000,
"feeAssetId": null,
"timestamp": 1585823698166,
"version": 1,
"sender": "3Mpsat2cLPLxeKC4Ei5b7vXNVBSYdj6MC2r",
"senderPublicKey": "GfP6h51UC6rtKSDACZwrFVUs93soex2idtSZtSRmcnXj",
"proofs": [
"owmNZ1HdTJ2NpqY6LvSah3Cxzgtx8dk2T6zxQsg9LuthSpCkijwdWaF5yi83ysQrfEaeLRzkyQubETjSHhAVdLs"
],
"script": null,
"chainId": 84,
"height": 936420,
"spentComplexity": 0
}
View: original | compacted
Prev: BMfq41hCdhULLYtxmXTsUMCtDz9Qfnob3z2z97UpceMX
Next: none
Full:
Old | New | | Differences |
---|
1 | | - | {-# STDLIB_VERSION 1 #-} |
---|
2 | | - | {-# CONTENT_TYPE EXPRESSION #-} |
---|
3 | | - | let publicKey = base58'GfP6h51UC6rtKSDACZwrFVUs93soex2idtSZtSRmcnXj' |
---|
4 | | - | let heightBefore = 100 |
---|
5 | | - | let AC = sigVerify(tx.bodyBytes, tx.proofs[0], publicKey) |
---|
6 | | - | let heightVerification = (height > (heightBefore + 10)) |
---|
7 | | - | if (AC) |
---|
8 | | - | then heightVerification |
---|
9 | | - | else false |
---|
| 1 | + | # no script |
---|