tx · ETTXLBcZrEDNzugvSxZFRL13pm7ziJwHKhF9goQL9aF7
3N5net4nzSeeqxPfGZrvVvnGavsinipQHbE: -0.01400000 Waves
2019.01.31 16:31 [474505] smart account 3N5net4nzSeeqxPfGZrvVvnGavsinipQHbE > SELF 0.00000000 Waves
{
"type": 13,
"id": "ETTXLBcZrEDNzugvSxZFRL13pm7ziJwHKhF9goQL9aF7",
"fee": 1400000,
"feeAssetId": null,
"timestamp": 1548941522691,
"version": 1,
"sender": "3N5net4nzSeeqxPfGZrvVvnGavsinipQHbE",
"senderPublicKey": "416z9d8DQDy5MPTqDhvReRBaPb19gEyVRWvHcewpP6Nc",
"proofs": [
"25vYocyo3wzxxe3tuVcMtEN1BPjgWGhmjMRYNCWxuDntcQbJU1TXaKskgUJ9ruExDpT5VEDtEUCzkYsWtx39gaND"
],
"script": null,
"chainId": 84,
"height": 474505,
"spentComplexity": 0
}
View: original | compacted
Prev: 4E2xVhBreCVGf4baPx8svhUnJ9AFXbnyoSdZDWsAtC4R
Next: H8dAdmRhoe1WGpvUyyuc4kVGJBu4ZgV1w6jLHNGtqPJC
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 |
---|