@version 1 condition triggered_by: transaction, on: provision(_evm_contract, _url), as: [ previous_public_key: ( # Transaction is not yet validated so we need to use previous address # to get the genesis address previous_address = Chain.get_previous_address() Chain.get_genesis_address(previous_address) == 0x00008DD22E7496E86901E9B276A1BE6F9512EB09980CC04C7B76495EF37D5666A709 ) ] actions triggered_by: transaction, on: provision(evm_contract, url) do next_code = """ @version 1 # Automate the refunding after the given timestamp actions triggered_by: datetime, at: 1700558460 do Contract.set_type "transfer" # Burn the non withdrawed tokens Contract.add_token_transfer to: 0x00000000000000000000000000000000000000000000000000000000000000000000, amount: 9.95e-4, token_address: 0x0000288BF6F0E12457B125DC54D2DFA4EB010BE3073CF02E10FB79B696180F55B827 Contract.set_code "" end condition triggered_by: transaction, on: refund(), as: [ timestamp: timestamp >= 1700558460 ] actions triggered_by: transaction, on: refund() do Contract.set_type "transfer" # Burn the non withdrawed tokens Contract.add_token_transfer to: 0x00000000000000000000000000000000000000000000000000000000000000000000, amount: 9.95e-4, token_address: 0x0000288BF6F0E12457B125DC54D2DFA4EB010BE3073CF02E10FB79B696180F55B827 Contract.set_code "" end condition triggered_by: transaction, on: reveal_secret(secret), as: [ content: Crypto.hash(String.to_hex(secret)) == 0xFD9FB2C0E1B2548213657C7C21B8A836ACAF5460011216CDFE85208C77A83F85, address: ( valid? = false abi_data = Evm.abi_encode("status()") tx = [to: "#{evm_contract}", data: "0x\#{abi_data}"] request = [jsonrpc: "2.0", id: "1", method: "eth_call", params: [tx, "latest"]] headers = ["Content-Type": "application/json"] body = Json.to_string(request) res = Http.request("#{url}", "POST", headers, body) if res.status == 200 && Json.is_valid?(res.body) do response = Json.parse(res.body) result = Map.get(response, "result") if result != nil do decoded_abi = Evm.abi_decode("(uint)", result) # Withdrawn status is 1 valid? = List.at(decoded_abi, 0) == 1 end end valid? ) ] actions triggered_by: transaction, on: reveal_secret(secret) do Contract.set_type "transfer" Contract.add_token_transfer to: 0x00000BC0EBA2DBCE4455B46F5E51AFAABA6EB4C7FBA1D4E2E6DABD55DC70F9A04D6F, amount: 9.9202e-4, token_address: 0x0000288BF6F0E12457B125DC54D2DFA4EB010BE3073CF02E10FB79B696180F55B827 Contract.add_token_transfer to: 0x0000749d250560bf06c079832e0e9a24509b1e440a45c33bd9448b41b6a056fc6201, amount: 2.98e-6, token_address: 0x0000288BF6F0E12457B125DC54D2DFA4EB010BE3073CF02E10FB79B696180F55B827 Contract.set_code "" end """ Contract.set_code next_code end
Content (0 B)
State (0 B)
-
Secret shared with 1 key
Encoded secret
AD91772FCF79B651F70DEC3EF6772FC2F9A58DF07AF827790989634CDC2B2192E91DCB0E4D63322CEF23B551DFF185A773A4B739567A6D883EB8FFA8
Authorized keys
- 00017877BCF4122095926A49489009649603AB129822A19EF9D573B8FD714911ED7F
-
Resolved 0000B175...B63Erequest_funds
[ 1700558460, 9.95e-4, "00000bc0eba2dbce4455b46f5e51afaaba6eb4c7fba1d4e2e6dabd55dc70f9a04d6f", "fd9fb2c0e1b2548213657c7c21b8a836acaf5460011216cdfe85208c77a83f85", "0x9149bb4481cd09ef8ae1517535979765df61fcc4c7e10ea19bb2d6ade82e383a", "0xf53e6850ae0ab0fbed822533645460a06cbf93f4", 97 ]
Inputs (0)
Contract inputs (0)
Unspent outputs (1)
-
From 00005CC1...FB69At 2023-11-21 07:21:13 UTCAmount 0.3213149 UCO
Previous public key
0001B9B7221AAA9DB6F69962150D1CA898E6D22EC51E1FAADA582852B897E26449D6
Previous signature
6017A6AAC1AF97503478CB37955D45407F44039466789B8D137EE74FB01A70621840F8409725A1D802087A2B3C49C41FA8FFC12982627A7620A524C10487F70D
Origin signature
30440220044512B96285E0D8DD93C0DB3ED05F22ACAB402B5CC0B8CEF0F2359B523D458E0220103F7DAB60DF1A4A255FF89BAC8FDD82A8AA75184CE09DB38D2704B9B5034CE6
Proof of work
010104AB41291F847A601055AEDD1AF24FF76FA970D6441E2DCA3818A8319B004C96B27B8FEB1DA31A044BA0A4800B4353359735719EBB3A05F98393A9CC599C3FAFD6
Proof of integrity
00FACC65771151225847BEE4B0EB3E83DB5BF42A9742B6313F661AFEA67F6058C5
Coordinator signature
EC96362CEEFAEFF3AB93BCA6FDC2443968C24131A1B939A7C340474479F00E146F1FC2DAED8D3C56157A655DE0DA68DCED7E57F4EA9697C349AFFAC65ED7B00D
Validator #1 public key
0001B0A94804BF8ECC9897075C6207FF63EF4D339F57A0349888E6B77CD47DB53EF3
Validator #1 signature
8DC8D1C2C93A3F887E4D67E63692A4F66B62BC0B67FAFE3524A358EDA4469789C00D7379EB2E4AADE74EDEDCB9B63391941531514F8E0C9415310DE578FE8F05
Validator #2 public key
00011B58ED42235461734EAF253BD97A80B92899ABCC3BE680D44B6825DD2A88A947
Validator #2 signature
4D2B4CDA780227BF5AE903282F98047C89CEA3CDB02A9718990B0E8D5E86BF279A0E56E621AB774E48F1AAB8C6BCA472761E66F571EA493393A70D0BFBCC2B0B