tx · 6CsZePsFvin1svByDLLM6STzNvZYtErEz2oqUuH9nZU

3Mz1rRF9iHToUWjtFDMmpeUC5VUGyKVKDqd:  -0.01400000 Waves

2018.12.25 13:50 [420403] smart account 3Mz1rRF9iHToUWjtFDMmpeUC5VUGyKVKDqd > SELF 0.00000000 Waves

{ "type": 13, "id": "6CsZePsFvin1svByDLLM6STzNvZYtErEz2oqUuH9nZU", "fee": 1400000, "feeAssetId": null, "timestamp": 1545735035188, "version": 1, "sender": "3Mz1rRF9iHToUWjtFDMmpeUC5VUGyKVKDqd", "senderPublicKey": "3vKfctBsauq9hm9JSrWCegxQq55aovHP293eCndFuZFN", "proofs": [ "viSQfBna3bvw5YfuDVmubaXxFJKzeZPcYUQF7oeQxZZdjn8cZ1ebrtffZoLrM5ymmXSWji3ZBackJRkzCSeuZKk" ], "script": null, "chainId": 84, "height": 420403, "spentComplexity": 0 } View: original | compacted Prev: CFvriUSHv8SSmhZxDMNwfR6xh1gHwGn7u8L2g3FB6Tq4 Next: 72fVEmDYE1Td8fgsGu4b1J5oCisEbjjpmKCY9SgF16Di Full:
OldNewDifferences
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

github/deemru/w8io/6500d08 
17.39 ms