@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)) == 0x1B641214EF1789716F706A5DA9E3D135D91C4D73C7AA54D7AFFFAEF7540A9C85, 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
4A37BEDD6045AB2F3A49D2F4A087A5234C97F50293B65D29F64FD23A4513CC9A37196A086A2C96EB67169E4159259DC2719EBF5EBFC86554B7F9B649
Authorized keys
- 00017877BCF4122095926A49489009649603AB129822A19EF9D573B8FD714911ED7F
-
Resolved 000018D6...8801request_funds
[ 1730814480, 1.0e-5, "00000bc0eba2dbce4455b46f5e51afaaba6eb4c7fba1d4e2e6dabd55dc70f9a04d6f", "1b641214ef1789716f706a5da9e3d135d91c4d73c7aa54d7afffaef7540a9c85", "0x7853de2189dbc96ddd270ecc9031c18f0c0025bbd6ec9adcaf7a130e31f042a7", "0x894BE8B3EE50BAEa363fD5A5004eBa8a6DA24fbb", 97 ]
Inputs (0)
Contract inputs (0)
Unspent outputs (1)
-
From 00004CBD...FD48At 2024-11-05 11:48:52 UTCAmount 0.88223466 UCO
Previous public key
00017B709B0A03682DC2C9E06470FD6482B8C8C204B04432D7EBE8D7F16C7B695E83
Previous signature
659E70EDCBF4ABC265D1ECEEF6127A1AD85B19383B3FBA92EDFE1EA011B82EB63D7CFA69918346DBE55749ABE8DA0C72C7FEBFB9840E052C4297BE7ECE011E01
Origin signature
304402207F97CFB32343B980EADFE370E9E7F7DECA8D3DE42D1D222F279F7F9B647E436D022022C0BCD5682ADB0DEE40AC535FA9705252EF8F0B51B0FB5A3F77E4CBD25F9E30
Proof of work
010104AB41291F847A601055AEDD1AF24FF76FA970D6441E2DCA3818A8319B004C96B27B8FEB1DA31A044BA0A4800B4353359735719EBB3A05F98393A9CC599C3FAFD6
Proof of integrity
006D7BCA3CBEECD953988EADDC29C21C22E117F6EF9D7173B571AC51B6EE5F5477
Coordinator signature
E18EFD6E8EBEC7EB60E99ED34056283EDB4DDBCE7043867B9D4BDA0863AA59B1299ACA6CA78429E5C9264614CADA05677E6FAE51F67995E2A1FF3E4FD2170A0B
Validator #1 public key
00013F0000490CECA80A76E7199D7B53E23583A16E24EF761384EC642713056C33D7
Validator #1 signature
9A64E6BED421D1B16D9AC3AB99D60BA1534491951AD35619BFFE1F4B0EC541480F451DEACB33A9649FFB21698CBAA6FE76E76FF0A8B942E37DC9BDF4621E3F0E
Validator #2 public key
0001923076BC39A300949685070A2979143FFD0CFDF5BE286915C8D0CE0FE2117B8F
Validator #2 signature
0B5B344CCA46DC0DEBD95298514BA1D16AAA14EFCB88279CB07C7A747AAD79682D75DD8C483D364BAC16EF348A13077DE4D5E859F6DDA80B4F48E937F0E7EC0C