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