tx · 5anHhJP2dRMCQu1TJKxLgUiVEFnAoqUaBAuobG2KHNRD
3N1bitesThj4xFS3BkA4QswbhwpQWiXxzSp: -0.01400000 Waves
2019.01.10 15:31 [443815] smart account 3N1bitesThj4xFS3BkA4QswbhwpQWiXxzSp > SELF 0.00000000 Waves
{
"type": 13,
"id": "5anHhJP2dRMCQu1TJKxLgUiVEFnAoqUaBAuobG2KHNRD",
"fee": 1400000,
"feeAssetId": null,
"timestamp": 1547123509040,
"version": 1,
"sender": "3N1bitesThj4xFS3BkA4QswbhwpQWiXxzSp",
"senderPublicKey": "A2pzpfJwtGeksB5zgytdWiNgsrubUCwjqdrjPU1NK6tL",
"proofs": [
"2YZ6xAh262UZQb6oYkBVKsN1MY1vccba3aZ2XtX8sWSimw7vrGAyZYhQawRNJ3VTyc2so3fFZR8Qtqfq26XpbCWq"
],
"script": null,
"chainId": 84,
"height": 443815,
"spentComplexity": 0
}
View: original | compacted
Prev: 4ki6j6VF92bVWtyyGaoMCRiAe82XGkbPzos7Y3kRji7b
Next: none
Full:
Old | New | | Differences |
---|
1 | | - | {-# STDLIB_VERSION 1 #-} |
---|
2 | | - | {-# CONTENT_TYPE EXPRESSION #-} |
---|
3 | | - | let publicKey = base58'A2pzpfJwtGeksB5zgytdWiNgsrubUCwjqdrjPU1NK6tL' |
---|
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 |
---|