tx · 2azeYEkTUyJ8u296ANj81qV2ekRSLmxwJqEnfMnpnaXX
3Mz1rRF9iHToUWjtFDMmpeUC5VUGyKVKDqd: -0.01400000 Waves
2018.12.25 13:23 [420380] smart account 3Mz1rRF9iHToUWjtFDMmpeUC5VUGyKVKDqd > SELF 0.00000000 Waves
{
"type": 13,
"id": "2azeYEkTUyJ8u296ANj81qV2ekRSLmxwJqEnfMnpnaXX",
"fee": 1400000,
"feeAssetId": null,
"timestamp": 1545733436813,
"version": 1,
"sender": "3Mz1rRF9iHToUWjtFDMmpeUC5VUGyKVKDqd",
"senderPublicKey": "3vKfctBsauq9hm9JSrWCegxQq55aovHP293eCndFuZFN",
"proofs": [
"TMLYDp9iPkvdqJwvjrdt9nM7mkrYRn3wHcSd89KWgQcs9tuMpF6XXe52kwdwAt3sVMjdf15wd5ePpAotajCeXs5"
],
"script": null,
"chainId": 84,
"height": 420380,
"spentComplexity": 0
}
View: original | compacted
Prev: 9ttjnRD1K8k3PQGrbdkk6GASu2hvSSvdAAJAwzKkfBkY
Next: 7k2Fr5SQEtuvjneBh1zsJxX5DALYJM2nzNfU6LeQWWLm
Full:
Old | New | | Differences |
---|
1 | | - | {-# STDLIB_VERSION 1 #-} |
---|
2 | | - | {-# CONTENT_TYPE EXPRESSION #-} |
---|
3 | | - | let whiteListAccount = tx.sender |
---|
4 | | - | let sender = toBase58String(tx.sender.bytes) |
---|
5 | | - | match tx { |
---|
6 | | - | case tx: TransferTransaction => |
---|
7 | | - | isDefined(getBoolean(whiteListAccount, sender)) |
---|
8 | | - | case _ => |
---|
9 | | - | true |
---|
10 | | - | } |
---|
| 1 | + | # no script |
---|