tx · GpVLWoWfQYduCzoeokTD7QPfF4GsrFBzpKTrUVrMi7mR

3N8S8VUbDJuqtUP8wAraWhMMeqcYHH5EWcF:  -1.00000000 Waves

2019.10.01 15:28 [700642] smart asset 3N8S8VUbDJuqtUP8wAraWhMMeqcYHH5EWcF > SELF 0.00000000 SmartAsset

{ "type": 15, "id": "GpVLWoWfQYduCzoeokTD7QPfF4GsrFBzpKTrUVrMi7mR", "fee": 100000000, "feeAssetId": null, "timestamp": 1569932918807, "version": 1, "sender": "3N8S8VUbDJuqtUP8wAraWhMMeqcYHH5EWcF", "senderPublicKey": "GLCqFngy1TYE4y2GW9pEZPLCbbZFaDG9qPTsTArBURF7", "proofs": [ "4XNhB6JffpQXtMXakq6nTur49QVa2Xebon2MTQfykzRkWfichXAcYnhxP8EPb6fU9vLZ8xmfd1Jrh3En4y4DP8Xu" ], "assetId": "94CSNb8ETC6i1ZDr8UZqdXJPf9djXPYShPJzgqxqQ3eG", "script": "base64:AgeJ1sz7", "chainId": 84, "height": 700642, "spentComplexity": 0 } View: original | compacted Prev: GAxnWUGF15W8iRv31rRdpJE3hUDWuBQbnRz9CnLFfhCL Next: none Full:
OldNewDifferences
11 {-# STDLIB_VERSION 2 #-}
22 {-# CONTENT_TYPE EXPRESSION #-}
3-match tx {
4- case t: TransferTransaction =>
5- (30000000 > t.amount)
6- case bs: SetAssetScriptTransaction|BurnTransaction =>
7- true
8- case _ =>
9- false
10-}
3+false

github/deemru/w8io/3ef1775 
34.75 ms