tx · 4NzHd644RHuPfxYxFkS2We9TbAV6CwxtWJZmKL2YZfrN

3PFiFe8RPouYiW9zVxBrSssujmHgKTQJjjg:  -0.01000000 Waves

2023.01.03 17:25 [3454379] smart account 3PFiFe8RPouYiW9zVxBrSssujmHgKTQJjjg > SELF 0.00000000 Waves

{ "type": 13, "id": "4NzHd644RHuPfxYxFkS2We9TbAV6CwxtWJZmKL2YZfrN", "fee": 1000000, "feeAssetId": null, "timestamp": 1672755955561, "version": 2, "chainId": 87, "sender": "3PFiFe8RPouYiW9zVxBrSssujmHgKTQJjjg", "senderPublicKey": "BM5HTG8Ja8hdSMPhb2wxis5Zgk52N32mavoEB7NV7CRD", "proofs": [ "2eBvDJ3G8RRQzYFfxY8Djf3cNDV7B1FLpP6vvPieRrbTYrvjRfCu9YUwjcy2g1i67YfGvcA9eLNFzsvAMCyd2JJU" ], "script": null, "height": 3454379, "applicationStatus": "succeeded", "spentComplexity": 0 } View: original | compacted Prev: 7biAdrB5XTK1Bb6sjQuckCC1TZXwXtiuw6shBvAsa3Yq Next: none Full:
OldNewDifferences
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'3P3ct5dTqVmei17Y55rnC6rxqiZhtQmdc9U')
9-
10-let d = 15
11-
12-@Callable(e)
13-func vf (f,g) = if ((e.caller != c))
14- then throw("only admin allowed")
15- else {
16- let h = invoke(b, "withdrawVestedAllUSDN", [f, g], nil)
17- if ((h == h))
18- then {
19- let i = h
20- if ($isInstanceOf(i, "Int"))
21- then {
22- let j = i
23- let k = fraction(j, d, 100)
24-[ScriptTransfer(c, k, a)]
25- }
26- else throw("Strict value is not equal to itself.")
27- }
28- else throw("Strict value is not equal to itself.")
29- }
30-
31-
1+# no script

github/deemru/w8io/3ef1775 
19.39 ms