tx · CLHsU6WFEDP2tofy2V5t1Ced7JDEyKY5w96TsBgKRS9u

3PBNzcbX9oZtStTMMZhFVoqyarjQkLUhmRH:  -0.00100000 Waves

2022.09.24 21:26 [3309009] smart account 3PBNzcbX9oZtStTMMZhFVoqyarjQkLUhmRH > SELF 0.00000000 Waves

{ "type": 13, "id": "CLHsU6WFEDP2tofy2V5t1Ced7JDEyKY5w96TsBgKRS9u", "fee": 100000, "feeAssetId": null, "timestamp": 1664044043467, "version": 2, "chainId": 87, "sender": "3PBNzcbX9oZtStTMMZhFVoqyarjQkLUhmRH", "senderPublicKey": "8gDiU6DcA7xf14ZfDHVmXVmZuzXgVe9BbvNPj9VQRKTa", "proofs": [ "bF8go4m51JYeVFRWfXApEE2T5w8Z9yVVB2KMd7Vfu3Us8faQJFDSw8NvtwQnLG1F4q1Fs3Tes1w4aXDGtcSytT7" ], "script": null, "height": 3309009, "applicationStatus": "succeeded", "spentComplexity": 0 } View: original | compacted Prev: DiyoSUUAP5zMpQJspuKo2nCEcXy2EABfwX1YyTVwUTvL Next: 94BHPnxvbmLHcGySeZpDkwEuNWH2Xptc3sMk9MeMnzrS Full:
OldNewDifferences
1-{-# STDLIB_VERSION 6 #-}
2-{-# SCRIPT_TYPE ACCOUNT #-}
3-{-# CONTENT_TYPE DAPP #-}
4-let adminAddress = Address(base58'3PBNzcbX9oZtStTMMZhFVoqyarjQkLUhmRH')
5-
6-@Callable(i)
7-func vires_communism_bot () = if ((i.caller != adminAddress))
8- then throw("only admin can do")
9- else {
10- let inv = invoke(addressFromStringValue("3PCbvPVQfSvVu88ip8Fm5YjwJhjEYk1Txhk"), "withdrawVestedAllUSDN", [false, true], nil)
11- if ((inv == inv))
12- then nil
13- else throw("Strict value is not equal to itself.")
14- }
15-
16-
1+# no script

github/deemru/w8io/6500d08 
23.82 ms