tx · 8yPGkw9QXFVfqKgNcUexW7gXWhRt1kEJnXE2w6LVejNF
3N5net4nzSeeqxPfGZrvVvnGavsinipQHbE: -0.04000000 Waves
2019.02.25 15:40 [510920] smart account 3N5net4nzSeeqxPfGZrvVvnGavsinipQHbE > SELF 0.00000000 Waves
{
"type": 13,
"id": "8yPGkw9QXFVfqKgNcUexW7gXWhRt1kEJnXE2w6LVejNF",
"fee": 4000000,
"feeAssetId": null,
"timestamp": 1551098451973,
"version": 1,
"sender": "3N5net4nzSeeqxPfGZrvVvnGavsinipQHbE",
"senderPublicKey": "416z9d8DQDy5MPTqDhvReRBaPb19gEyVRWvHcewpP6Nc",
"proofs": [
"3aRZ8yEenFRww8XAuBx7YHTLokmRNj2tS8tw2FeGZ3q6Gh2pbhjRCTxRXsrMFig5xJZDs6696tyV9haWYywxbU8b"
],
"script": null,
"chainId": 84,
"height": 510920,
"spentComplexity": 0
}
View: original | compacted
Prev: HVqwYqAWUTGjPq37fcC4n6o6J1YoUkgWeJEdchYt1nDP
Next: G2ZghBHrzUazyBEDoLyPR9xrTkm9YWpF9vix1YRXCCg4
Full:
Old | New | | Differences |
---|
1 | | - | {-# STDLIB_VERSION 1 #-} |
---|
2 | | - | {-# CONTENT_TYPE EXPRESSION #-} |
---|
3 | | - | let publicKey = base58'416z9d8DQDy5MPTqDhvReRBaPb19gEyVRWvHcewpP6Nc' |
---|
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 |
---|