tx · 8Z6fKGA6dQ2zbH8wuYkqGWTsEQG9udCYay2ehRXTyfm3
3N5net4nzSeeqxPfGZrvVvnGavsinipQHbE: -0.01400000 Waves
2019.01.23 13:53 [462677] smart account 3N5net4nzSeeqxPfGZrvVvnGavsinipQHbE > SELF 0.00000000 Waves
{
"type": 13,
"id": "8Z6fKGA6dQ2zbH8wuYkqGWTsEQG9udCYay2ehRXTyfm3",
"fee": 1400000,
"feeAssetId": null,
"timestamp": 1548240902190,
"version": 1,
"sender": "3N5net4nzSeeqxPfGZrvVvnGavsinipQHbE",
"senderPublicKey": "416z9d8DQDy5MPTqDhvReRBaPb19gEyVRWvHcewpP6Nc",
"proofs": [
"5cyQaen7FbWmzT6YxfvKU66L3bogTQu16XhBRttuU4rXA4puDRGoyRfQYM63Vhz7tNAePA9rdS2Lh1i8sXk5KhVV"
],
"script": null,
"chainId": 84,
"height": 462677,
"spentComplexity": 0
}
View: original | compacted
Prev: EuD9L4xzvjq7ANb1ebMqWKNZHChwPq6LQPYq9yyu9zhx
Next: 4E2xVhBreCVGf4baPx8svhUnJ9AFXbnyoSdZDWsAtC4R
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 |
---|