@version 1 condition triggered_by: transaction, on: provision(_evm_contract, _endpoints, _signature, _evm_pool), 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) == 0x000018D60115ECE0C7558A46B4693749BF6BEAB524FDDCCF9B10B910619E4EE08801 ) ] actions triggered_by: transaction, on: provision(evm_contract, endpoints, signature, evm_pool) do endpoints = Json.to_string(endpoints) Contract.set_code """ @version 1 condition triggered_by: transaction, on: refund(), as: [ content: ( 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) evm_responses = query_evm_apis(#{endpoints}, "POST", headers, body) for res in evm_responses do if !valid? && 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) # Refund status is 2 valid? = List.at(decoded_abi, 0) == 2 end end end valid? ) ] actions triggered_by: transaction, on: refund() do Contract.set_type "transfer" # Send back UCO to bridge pool Contract.add_uco_transfer to: 0x000018D60115ECE0C7558A46B4693749BF6BEAB524FDDCCF9B10B910619E4EE08801, amount: 1.0e-5 Contract.set_code \""" @version 1 export fun info() do [ evm_contract: #{evm_contract}, evm_pool: #{evm_pool}, ae_pool: 0x000018D60115ECE0C7558A46B4693749BF6BEAB524FDDCCF9B10B910619E4EE08801, status: 2 # REFUNDED ] end \""" end condition triggered_by: transaction, on: reveal_secret(secret), as: [ content: Crypto.hash(String.to_hex(secret)) == 0x9944B52983EFEBE264A4430AD1FD4A04AACF98365B934BA649E5D5A3C2FDD849, 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) responses = query_evm_apis(#{endpoints}, "POST", headers, body) for res in responses do if !valid? && 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 end valid? ) ] actions triggered_by: transaction, on: reveal_secret(secret) do Contract.set_type "transfer" Contract.add_uco_transfer to: 0x00000BC0EBA2DBCE4455B46F5E51AFAABA6EB4C7FBA1D4E2E6DABD55DC70F9A04D6F, amount: 1.0e-5 Contract.set_code \""" @version 1 export fun info() do [ evm_contract: #{evm_contract}, evm_pool: #{evm_pool}, ae_pool: 0x000018D60115ECE0C7558A46B4693749BF6BEAB524FDDCCF9B10B910619E4EE08801, status: 1 # WITHDRAWN ] end \""" end fun query_evm_apis(endpoints, method, headers, body) do requests = [] for endpoint in endpoints do requests = List.append(requests, url: endpoint, method: method, headers: headers, body: body) end Http.request_many(requests, false) end export fun get_provision_signature() do [ r: 0x#{signature.r}, s: 0x#{signature.s}, v: #{signature.v} ] end export fun info() do [ evm_contract: #{evm_contract}, evm_pool: #{evm_pool}, ae_pool: 0x000018D60115ECE0C7558A46B4693749BF6BEAB524FDDCCF9B10B910619E4EE08801, status: 0 # PENDING ] end """ end export fun info() do [ ae_pool: 0x000018D60115ECE0C7558A46B4693749BF6BEAB524FDDCCF9B10B910619E4EE08801, status: 0 # PENDING ] end
Content (0 B)
State (0 B)
-
Secret shared with 1 key
Encoded secret
FAF67624DD105C6BC8E3C99876B1A6A838D9D6332CF39406E5448F21B0DCF07897D25065707FBAB82C8157D86049C2F868B75008B48127EAB76A86DC
Authorized keys
- 00017877BCF4122095926A49489009649603AB129822A19EF9D573B8FD714911ED7F
-
Resolved 000018D6...8801request_funds
[ 1730997180, 1.0e-5, "00000bc0eba2dbce4455b46f5e51afaaba6eb4c7fba1d4e2e6dabd55dc70f9a04d6f", "9944b52983efebe264a4430ad1fd4a04aacf98365b934ba649e5d5a3c2fdd849", "0xfd8e4a39d19c16a3545ccfdb4b10bb3c9afde58451f2884c0c4bdecdbad54c68", "0xFC434d1595C2604a16638018cD9b043d1DBd5a3e", 97 ]
Inputs (0)
Contract inputs (0)
Unspent outputs (1)
-
From 0000B5BD...CEE6At 2024-11-07 14:33:51 UTCAmount 0.8263144 UCO
Previous public key
000102435E114CC2CAC7BE702D64C529CFF5A22029A7E3DF946A2C63728EFCE632EA
Previous signature
F63C430A76F7D6440523D61E7F2A7FCEAACD617A47F6F277613F45F9443EA11C5A515D8EF245D38DD2390FB279192583C6EF9BE29A266C93F55FB75229B74101
Origin signature
304502210081C116A93F740DF96C85D7F2D88B056C944B08132AA0E33AB8F1802FE24D0B0C022037F54B617A2F2EDFBD082CD3900F7002816AC19CC1B4514D90DBAD1CD0851634
Proof of work
010104AB41291F847A601055AEDD1AF24FF76FA970D6441E2DCA3818A8319B004C96B27B8FEB1DA31A044BA0A4800B4353359735719EBB3A05F98393A9CC599C3FAFD6
Proof of integrity
004B962EC7F560232B14283A826C2B184C19403574DF3B4E03292DF3EB83AA0537
Coordinator signature
1FBB97B2C4A99197C86D2CE5C3FAF3166ABA180691E8BAE9BCC3DB713117467596A3C181A68812E6F22AD75CC4DE4ECE9D574114DA4DDED1C3FD2DE27FC52B01
Validator #1 public key
000109F3F0A3EA1C4E40F676D27DF717E0A0C76D4A9EC89A8CAD79DFD414C78C1CD2
Validator #1 signature
50E99B297EF852749CD178E1F3600B779EFA3608D8F4BF12D3E9726B787788F7849595246E9D2C00A1C641830351A497A0D869C694FFB09F4F924D2B1835CB0E
Validator #2 public key
00013D16BDF02C72DB6831A1EB14200C6D5427B4303351645BDFFC9B132DFE3A53FC
Validator #2 signature
12D186554592147B7A17A1067FD43CF1AA0F7BE9E827D9568D0D5328AE8568F3258A2C937BD3418FA4E635A7C95D7AFDBF7B96D73D51C494BFDC669570B26C0A