tx · zUcUVwnFgv2Ru3X27VLKqsTBocAe99rq5EKCj3x59ra
3MtEoEr96CfgyJdkHvxtmFVu7D1FdaNxsxn: -0.01400000 Waves
2019.11.08 13:33 [755868] smart account 3MtEoEr96CfgyJdkHvxtmFVu7D1FdaNxsxn > SELF 0.00000000 Waves
{
"type": 13,
"id": "zUcUVwnFgv2Ru3X27VLKqsTBocAe99rq5EKCj3x59ra",
"fee": 1400000,
"feeAssetId": null,
"timestamp": 1573209218679,
"version": 1,
"sender": "3MtEoEr96CfgyJdkHvxtmFVu7D1FdaNxsxn",
"senderPublicKey": "6R2KMGkhxLRwiRfRS37ytXi1aZoV4yiTNqsN21LHND8z",
"proofs": [
"36cLDjEyoW7zxcVCm5EXiJaxruDkGPnqzkhThfMXu6UJwfb2ZmLSV4CmJxxLzFAzaJWtsHZvbcoD8yDi1HEbV98t"
],
"script": null,
"chainId": 84,
"height": 755868,
"spentComplexity": 0
}
View: original | compacted
Prev: 6VVMafZ8zQFpoazzn3My17mzYWTzBiPe7CSpvU3TwRKY
Next: HpoCUMVhizMm2XHDJM2dnWddqr9JTLZuJvoaWcAweyjn
Full:
Old | New | | Differences |
---|
1 | | - | {-# STDLIB_VERSION 2 #-} |
---|
2 | | - | {-# CONTENT_TYPE EXPRESSION #-} |
---|
3 | | - | let this = extract(tx.sender) |
---|
4 | | - | match tx { |
---|
5 | | - | case t: TransferTransaction => |
---|
6 | | - | let correctAnswer = extract(getBinary(this, "hashed answer")) |
---|
7 | | - | let answer = keccak256(t.attachment) |
---|
8 | | - | if ((correctAnswer == answer)) |
---|
9 | | - | then !(isDefined(t.assetId)) |
---|
10 | | - | else false |
---|
11 | | - | case s: DataTransaction|SetScriptTransaction => |
---|
12 | | - | sigVerify(s.bodyBytes, s.proofs[0], s.senderPublicKey) |
---|
13 | | - | case _ => |
---|
14 | | - | false |
---|
15 | | - | } |
---|
| 1 | + | # no script |
---|