tx · CzREff6Pv53umJUotfmhtc61NFGXDd5RQ3PEHH686Drr

3MxNToddeioZQ74c7CD1hDy4R5hgPEewmWs:  -1.00400000 Waves

2019.03.18 16:04 [541715] smart asset 3MxNToddeioZQ74c7CD1hDy4R5hgPEewmWs > SELF 0.00000000 TNBTC

{ "type": 15, "id": "CzREff6Pv53umJUotfmhtc61NFGXDd5RQ3PEHH686Drr", "fee": 100400000, "feeAssetId": null, "timestamp": 1552914363776, "version": 1, "sender": "3MxNToddeioZQ74c7CD1hDy4R5hgPEewmWs", "senderPublicKey": "3SmEfcH8L6HTopqkkKr8iN1G5Z44sEJdDQqtY6YtXnfZ", "proofs": [ "2Jj4PhWBwSGW3n7SS2f7AykL1cfkmoJkx9PsdqLoqY8nw9GsnmntYKPjn2C5aZm8pboye9714EMT841tRdCU932s" ], "assetId": "D2KFA9QXF6hBmc3di5N1vxXzwaq7SxrEPTH4DzYc1BMf", "script": "base64:AgZ7TN8j", "chainId": 84, "height": 541715, "spentComplexity": 0 } View: original | compacted Prev: FDzAFumGDoYAP5MdKS4dQRZP5Shtbw7nrNExCSRH8H4X 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 
80.69 ms