tx · EVAZaGsaQ6ayPssKU4SohcaCSDKdaoEVxbdodPtEzisr

3MxNToddeioZQ74c7CD1hDy4R5hgPEewmWs:  -1.00400000 Waves

2019.03.18 16:06 [541716] smart asset 3MxNToddeioZQ74c7CD1hDy4R5hgPEewmWs > SELF 0.00000000 TNETH

{ "type": 15, "id": "EVAZaGsaQ6ayPssKU4SohcaCSDKdaoEVxbdodPtEzisr", "fee": 100400000, "feeAssetId": null, "timestamp": 1552914379611, "version": 1, "sender": "3MxNToddeioZQ74c7CD1hDy4R5hgPEewmWs", "senderPublicKey": "3SmEfcH8L6HTopqkkKr8iN1G5Z44sEJdDQqtY6YtXnfZ", "proofs": [ "51zAm1bhdHpng4HWxThe2m4aUozkaJcuwfhqZZLEGnPS92g9XPweNyiYkzaMHKUEA2GF73CGfhPGLHSa15Xxs6bZ" ], "assetId": "BPA95K5ety9ZVGBu5eF72cAzGp9ic8f9yCM82PFP7RCP", "script": "base64:AgZ7TN8j", "chainId": 84, "height": 541716, "spentComplexity": 0 } View: original | compacted Prev: H4sqhMVTZcmqHWfpFsALfXUuid9KErhZdMaB6gkax4ST Next: none Full:
OldNewDifferences
1-{-# STDLIB_VERSION 1 #-}
1+{-# STDLIB_VERSION 2 #-}
22 {-# CONTENT_TYPE EXPRESSION #-}
3-let issuerAddress = addressFromString("3MxNToddeioZQ74c7CD1hDy4R5hgPEewmWs")
4-let gatewayAddress = addressFromString("3NCM2dF5ViAuUpT293JHfwTq3xWbeW3M5dY")
5-let matcherAddress = addressFromString("3NC2DRUZDsBa4UxVuZoeuLArAh5XnCunWYM")
6-match tx {
7- case t: TransferTransaction =>
8- if (if ((t.recipient == gatewayAddress))
9- then true
10- else (t.sender == gatewayAddress))
11- then true
12- else if ((t.recipient == issuerAddress))
13- then true
14- else (t.sender == issuerAddress)
15- case t: MassTransferTransaction =>
16- (t.sender == gatewayAddress)
17- case t: ReissueTransaction =>
18- (t.sender == issuerAddress)
19- case t: ExchangeTransaction =>
20- (t.sender == matcherAddress)
21- case t: BurnTransaction =>
22- (t.sender == issuerAddress)
23- case t: SetAssetScriptTransaction =>
24- true
25- case t: SponsorFeeTransaction =>
26- true
27- case _ =>
28- false
29-}
3+true

github/deemru/w8io/873ac7e 
29.76 ms