@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) == 0x00002075E9FB5329C7F5149802EB75F925D79B5FEC5BFCF09DC81993CB9C39FEAF5D ) ] 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: 0x00002075E9FB5329C7F5149802EB75F925D79B5FEC5BFCF09DC81993CB9C39FEAF5D, amount: 12482.95042856 Contract.set_code \""" @version 1 export fun info() do [ evm_contract: #{evm_contract}, evm_pool: #{evm_pool}, ae_pool: 0x00002075E9FB5329C7F5149802EB75F925D79B5FEC5BFCF09DC81993CB9C39FEAF5D, status: 2 # REFUNDED ] end \""" end condition triggered_by: transaction, on: reveal_secret(secret), as: [ content: Crypto.hash(String.to_hex(secret)) == 0x736A6776142662999EE10A2917BCE30D385EDBEDF7C4A68FE4CE0A7458F0B43A, 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: 0x0000932F8870D1743E524C509A62873014C35CBE3325A5DDBC70E918359D0F30A986, amount: 12482.95042856 Contract.set_code \""" @version 1 export fun info() do [ evm_contract: #{evm_contract}, evm_pool: #{evm_pool}, ae_pool: 0x00002075E9FB5329C7F5149802EB75F925D79B5FEC5BFCF09DC81993CB9C39FEAF5D, 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: 0x00002075E9FB5329C7F5149802EB75F925D79B5FEC5BFCF09DC81993CB9C39FEAF5D, status: 0 # PENDING ] end """ end export fun info() do [ ae_pool: 0x00002075E9FB5329C7F5149802EB75F925D79B5FEC5BFCF09DC81993CB9C39FEAF5D, status: 0 # PENDING ] end
Content (0 B)
State (0 B)
-
Secret shared with 1 key
Encoded secret
2A5CFF1BF3FBC6478C8AEE64DE7102B18ABB47153FE14599083DC7A46B16E93872E36C99A78EFB18B7223988DD9687AB68A5664AF56259E69D112727
Authorized keys
- 000122A6CD9ED07E46835D6E88E5BD0BEE84C3F5E5DBF8E916AD9B2EC912C44AFEC2
-
Resolved 00002075...AF5Drequest_funds
[ 1730991480, 12482.95042856, "0000932f8870d1743e524c509a62873014c35cbe3325a5ddbc70e918359d0f30a986", "736a6776142662999ee10a2917bce30d385edbedf7c4a68fe4ce0a7458f0b43a", "0x0ec18d11e9f801134032a29dca4eedebcfed2edb24cbfb76f3dc7fc8a24320d7", "0x5218d8ea1594Fbd15af1e86f82b11012A2A69A9C", 56 ]
Inputs (0)
Contract inputs (0)
Unspent outputs (1)
-
From 00009628...3DAEAt 2024-11-07 12:59:08 UTCAmount 0.79718319 UCO
Previous public key
0001C982E3E01E7ABFC0A0F9B0DDBCAB9103741A41F0F6B55A4E2960BDF4316B7C8E
Previous signature
0B2D67BB4F9AC6438888C92EFC8AD4DEC8A69DDF45F50EE77413C9AE4AE776ABC5ED03C74382536A021692EF6FC6FF013ABF431339E61F15F5890753125A330C
Origin signature
30440220413C02F92774B2D23541A2F95946A226F19C4CC84C5BF6ACECD241D32FF32B19022001A1656BBE47CF1A83CCD3D378D188443ED632A123208592A74D6EB7A358D7E2
Proof of work
010104AB41291F847A601055AEDD1AF24FF76FA970D6441E2DCA3818A8319B004C96B27B8FEB1DA31A044BA0A4800B4353359735719EBB3A05F98393A9CC599C3FAFD6
Proof of integrity
00BD50F14C286D6AE4B2386DB2DE27CEC28B1D2AF7938BD948E56B0D5A4567FE1D
Coordinator signature
C8DBEFC721A36A474FB4E5C7C5D6B521D8AB641ED95D703B86285BE3F43A59B65A2BFD7A9C8F85513182FB8D36F941CA44A976DD6EF12486D8EF2DD1B20B7507
Validator #1 public key
00010F74B5FEB03F130C26B66BB24AA5066168510220DC9D6C2590294863AC9C8DEE
Validator #1 signature
C9F91B20D833FC58AE8036949E4E31141B46F2460C2B8C8C159F864E3E0ED51690C84A526172D355F8880BA9498568AF9F0B4F5270954689A7A8AB2B2CD29103
Validator #2 public key
00016DC3C25720E8FB335A38DB1D57FA1CD8AD5287C212B53343907DFA124394C684
Validator #2 signature
31558D74994CCA7CBDC110E51716AFC740538F155A44F7D4D9692AF2E8AE753A0E4CA2CAC915A8A284CEA0B3CDD02FE2226993E2EA01B2DB714E91136991A80A