tx · 8Qi1mLNENcpW3t47ad9Diafah5md4ZT5zVTpx8pA21Yw

3N8S8VUbDJuqtUP8wAraWhMMeqcYHH5EWcF:  -1.00000000 Waves

2019.01.01 23:28 [431157] smart asset 3N8S8VUbDJuqtUP8wAraWhMMeqcYHH5EWcF > SELF 0.00000000 SmartAsset

{ "type": 15, "id": "8Qi1mLNENcpW3t47ad9Diafah5md4ZT5zVTpx8pA21Yw", "fee": 100000000, "feeAssetId": null, "timestamp": 1546374510291, "version": 1, "sender": "3N8S8VUbDJuqtUP8wAraWhMMeqcYHH5EWcF", "senderPublicKey": "GLCqFngy1TYE4y2GW9pEZPLCbbZFaDG9qPTsTArBURF7", "proofs": [ "RPwuCvZVLnMuqHiA6uvtJAGgUcJboVtZravKrGdn7cNFoQoTihYSL9YJPtDGQLAE7wDL4hfhuhkA3S6mhKD9nuj" ], "assetId": "5K7LXrydm89roqSQpPwTbRbQhgoHwLarcrddrNMoYDrS", "script": "base64:AQfeYll6", "chainId": 84, "height": 431157, "spentComplexity": 0 } View: original | compacted Prev: 2C3TkVQFniJiwyKhttb1bybTiKGJVWrDwoEPEHSCdeit Next: none Full:
OldNewDifferences
11 {-# STDLIB_VERSION 1 #-}
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/026f985 
31.91 ms