tx · CYqs77UfkqEvzMtVNwtWt5JP3UgVHYF4gy2x6brugYp6
3N5net4nzSeeqxPfGZrvVvnGavsinipQHbE: -0.01400000 Waves
2019.01.10 13:20 [443682] smart account 3N5net4nzSeeqxPfGZrvVvnGavsinipQHbE > SELF 0.00000000 Waves
{
"type": 13,
"id": "CYqs77UfkqEvzMtVNwtWt5JP3UgVHYF4gy2x6brugYp6",
"fee": 1400000,
"feeAssetId": null,
"timestamp": 1547115699505,
"version": 1,
"sender": "3N5net4nzSeeqxPfGZrvVvnGavsinipQHbE",
"senderPublicKey": "416z9d8DQDy5MPTqDhvReRBaPb19gEyVRWvHcewpP6Nc",
"proofs": [
"4WCvmRexQfPmipJ7KhqL1wYwLZU9GTfC1zUm8awKdMGfLK86CzgACmipi8ohKKqBtCLDPiyypFECYEAzhppE8Nek"
],
"script": null,
"chainId": 84,
"height": 443682,
"spentComplexity": 0
}
View: original | compacted
Prev: CSniDgi2nDapTmdcdHaS7w1bapRoN5FnyfEbXSB7HDg3
Next: EuD9L4xzvjq7ANb1ebMqWKNZHChwPq6LQPYq9yyu9zhx
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 |
---|