tx · 5CmKzyR1WVRuFB9vJQKkHKRZDt9DevR27j18DK1wxrkU 3Mv7KsgbnZc4SnweoZu7ZmPCWpUAiTryb6m: -0.01000000 Waves 2022.12.06 18:35 [2348674] smart account 3Mv7KsgbnZc4SnweoZu7ZmPCWpUAiTryb6m > SELF 0.00000000 Waves
{ "type": 13, "id": "5CmKzyR1WVRuFB9vJQKkHKRZDt9DevR27j18DK1wxrkU", "fee": 1000000, "feeAssetId": null, "timestamp": 1670340934312, "version": 2, "chainId": 84, "sender": "3Mv7KsgbnZc4SnweoZu7ZmPCWpUAiTryb6m", "senderPublicKey": "B1ZCSm1PmekLtzmVuF7NtSQjUagSEC6UjCuqi2AUW3Es", "proofs": [ "4hGJ2HJPZqAcbtGzodRK7enpmSp1M3VwsA478wcDUQ3jyAPdaqeuqdZeZ15dTvnjmJEDDzBhw31BeRw5tUcXYgy5" ], "script": null, "height": 2348674, "applicationStatus": "succeeded", "spentComplexity": 0 } View: original | compacted Prev: AhF4NwF6bGFShUuYKfY1mjyc4Rtc14WsUxSF2X6dSPiZ Next: E1CcCK1jK2o4mBmBL54aUiuFpuNoKy3LVyg3JEADkPvt Full:
Old | New | Differences | |
---|---|---|---|
1 | - | {-# STDLIB_VERSION 6 #-} | |
2 | - | {-# SCRIPT_TYPE ACCOUNT #-} | |
3 | - | {-# CONTENT_TYPE DAPP #-} | |
4 | - | let a = base58'DG2xFkPdDwKUoBkzGAhQtLpSGzfXLiCYPEzeKH2Ad24p' | |
5 | - | ||
6 | - | let b = Address(base58'3PCbvPVQfSvVu88ip8Fm5YjwJhjEYk1Txhk') | |
7 | - | ||
8 | - | let c = Address(base58'3P56jQQeNCb1dZXfT2VLUDwa8fB745uAeH2') | |
9 | - | ||
10 | - | @Callable(d) | |
11 | - | func withdraw (e,f) = if ((d.caller != c)) | |
12 | - | then throw("only the specified user is allowed to call this DAPP") | |
13 | - | else { | |
14 | - | let g = invoke(b, "withdrawVestedAllUSDN", [e, f], nil) | |
15 | - | if ((g == g)) | |
16 | - | then { | |
17 | - | let h = g | |
18 | - | if ($isInstanceOf(h, "Int")) | |
19 | - | then { | |
20 | - | let i = h | |
21 | - | [ScriptTransfer(c, i, a)] | |
22 | - | } | |
23 | - | else throw("Strict value is not equal to itself.") | |
24 | - | } | |
25 | - | else throw("Strict value is not equal to itself.") | |
26 | - | } | |
27 | - | ||
28 | - | ||
1 | + | # no script |
github/deemru/w8io/026f985 91.19 ms ◑