tx · 6JY2RtbJQxat4wbqoq4TzXXDjtgU4tDD23UZyUB2gfV2
3N2CTeJiaQdRDtW4oixVUr1eJ6khZ8J87fq: -0.01400000 Waves
2018.12.06 11:48 [392548] smart account 3N2CTeJiaQdRDtW4oixVUr1eJ6khZ8J87fq > SELF 0.00000000 Waves
{
"type": 13,
"id": "6JY2RtbJQxat4wbqoq4TzXXDjtgU4tDD23UZyUB2gfV2",
"fee": 1400000,
"feeAssetId": null,
"timestamp": 1544086126741,
"version": 1,
"sender": "3N2CTeJiaQdRDtW4oixVUr1eJ6khZ8J87fq",
"senderPublicKey": "GoW4LXt9EcYGyY4oAGXhC6ZSUsP4G1MqC43dEtDn2UVh",
"proofs": [
"4FEhGDGhPArakj2pkdrFw49WfjuEaiMt4VmtDG3yzu72NdpofpKYFWd4ot81HSA86zNVmWBNdLFf5yJWi3KRqJV9"
],
"script": null,
"chainId": 84,
"height": 392548,
"spentComplexity": 0
}
View: original | compacted
Prev: Fx89uxPaL71c7GaU3t36xJ32dZ6gHMTny3UQFkieza6s
Next: 4H8fN3cSJKDbukPKK1wH3f9x2myfbqEfXStUc6pdUpMb
Full:
Old | New | | Differences |
---|
1 | | - | {-# STDLIB_VERSION 1 #-} |
---|
2 | | - | {-# CONTENT_TYPE EXPRESSION #-} |
---|
3 | | - | let publicKey = base58'GoW4LXt9EcYGyY4oAGXhC6ZSUsP4G1MqC43dEtDn2UVh' |
---|
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 |
---|