tx · 7NygFNSLL5UAouVgDs8LQuxhPjGaV6RdqU1xq6sw5Wod
3N5mfFypCPVFvUDTqqaon6MyZvCJyfZhSbS: -0.01000000 Waves
2021.09.23 20:30 [1716008] smart account 3N5mfFypCPVFvUDTqqaon6MyZvCJyfZhSbS > SELF 0.00000000 Waves
{
"type": 13,
"id": "7NygFNSLL5UAouVgDs8LQuxhPjGaV6RdqU1xq6sw5Wod",
"fee": 1000000,
"feeAssetId": null,
"timestamp": 1632418279673,
"version": 1,
"sender": "3N5mfFypCPVFvUDTqqaon6MyZvCJyfZhSbS",
"senderPublicKey": "CWam56ZZPfB6UMyMeQkg7mxPHTaZEK6n4g2ddeKg1xRj",
"proofs": [
"3n2xUciuCr9MhMJrt4EJpR6ZRePY1i5DLNDBJiiKtot8ZwGKNgjGV2ELvQA4ztWMx31Mn7F5DWQZP9U1LWon6zkp"
],
"script": null,
"chainId": 84,
"height": 1716008,
"applicationStatus": "succeeded",
"spentComplexity": 0
}
View: original | compacted
Prev: Hwbdf9rnhc9AZvJh1MAPmvfQN61iisL2oScSsgyReK8j
Next: CCj2kXi9CUdSWh2GBmScGbqW3URd8L2hhBweHKgSuWmh
Full:
Old | New | | Differences |
---|
1 | | - | {-# STDLIB_VERSION 5 #-} |
---|
2 | | - | {-# CONTENT_TYPE EXPRESSION #-} |
---|
3 | | - | match tx { |
---|
4 | | - | case t: MassTransferTransaction|SetScriptTransaction|TransferTransaction => |
---|
5 | | - | if ((t.timestamp >= 1632461400000)) |
---|
6 | | - | then false |
---|
7 | | - | else true |
---|
8 | | - | case _: LeaseCancelTransaction|LeaseTransaction => |
---|
9 | | - | true |
---|
10 | | - | case _ => |
---|
11 | | - | false |
---|
12 | | - | } |
---|
| 1 | + | # no script |
---|