@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) == 0x000066706D704329CA8C2A4153991E2DDACC968622CA10217CA14952EB7ABB966C30 ) ] 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: 1699995660 do Contract.set_type "transfer" # Burn the non withdrawed tokens Contract.add_token_transfer to: 0x00000000000000000000000000000000000000000000000000000000000000000000, amount: 0.0995, token_address: 0x00003DF600E329199BF3EE8FBE2B8223413D70BCDD97E15089E6A74D94DE3F1173B4 Contract.set_code "" end condition triggered_by: transaction, on: refund(), as: [ timestamp: timestamp >= 1699995660 ] actions triggered_by: transaction, on: refund() do Contract.set_type "transfer" # Burn the non withdrawed tokens Contract.add_token_transfer to: 0x00000000000000000000000000000000000000000000000000000000000000000000, amount: 0.0995, token_address: 0x00003DF600E329199BF3EE8FBE2B8223413D70BCDD97E15089E6A74D94DE3F1173B4 Contract.set_code "" end condition triggered_by: transaction, on: reveal_secret(secret), as: [ content: Crypto.hash(String.to_hex(secret)) == 0xDA999FAF8DD6F39250D6861840D18711B329EC0392E7B071E26849FFC491B639, 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: 0.0992015, token_address: 0x00003DF600E329199BF3EE8FBE2B8223413D70BCDD97E15089E6A74D94DE3F1173B4 Contract.add_token_transfer to: 0x0000749d250560bf06c079832e0e9a24509b1e440a45c33bd9448b41b6a056fc6201, amount: 2.985e-4, token_address: 0x00003DF600E329199BF3EE8FBE2B8223413D70BCDD97E15089E6A74D94DE3F1173B4 Contract.set_code "" end """ Contract.set_code next_code end
Content (0 B)
State (0 B)
-
Secret shared with 1 key
Encoded secret
8201835E5A5084C26077249360799BA6BBA506C2AA70F79E6D704EBB79E247F887FE28B17D984494E53678F9D2317CC481DF3F7E8FC3D324AA98A355
Authorized keys
- 00017877BCF4122095926A49489009649603AB129822A19EF9D573B8FD714911ED7F
-
Resolved 0000FA97...CD6Erequest_funds
[ 1699995660, 0.0995, "00000bc0eba2dbce4455b46f5e51afaaba6eb4c7fba1d4e2e6dabd55dc70f9a04d6f", "da999faf8dd6f39250d6861840d18711b329ec0392e7b071e26849ffc491b639", "0x54ed12d88d4c02b280634e844a8ecb4a0eda181d2be14fe1cbec78576b100d36", "0x8cae9fdf98c3a25b6f830522488fa64377a46d42", 11155111 ]
Inputs (0)
Contract inputs (0)
Unspent outputs (1)
-
From 0000F3A0...5A74At 2023-11-14 19:01:47 UTCAmount 0.30088182 UCO
Previous public key
0001637C0CFC9F6F6518D00336161124777C73C8656F9F20F6574A98202BAD4E4605
Previous signature
D8D1F8E2F235FAB023D96DA1150AA4DA9504149FE2C57CA826CEA14130394643495AD05CD48E18C4557BEA3AC957A8BE8CAF2C2B82D62AFDD9C89AB231EDD90A
Origin signature
304402205C4E5E8892DEB35C4316230C4785B71C4B695D6A0034B1F9D08553239D0837470220517F076D4F786934652F3B8E358291CBD654522F057EB37171BF32C2D4801A84
Proof of work
010104AB41291F847A601055AEDD1AF24FF76FA970D6441E2DCA3818A8319B004C96B27B8FEB1DA31A044BA0A4800B4353359735719EBB3A05F98393A9CC599C3FAFD6
Proof of integrity
0053DE76090610790DE0CDCE8092C38DC578D10528DC86EE9396C1735F3ED05426
Coordinator signature
D86B212A0C603C3C320B57844994447943240BB734DDC1AB2BE600901E8A6FAA17F4D8A323680B50E6F4D0D22B9B0DDFC0DF98709399EE528C9A5B990F625E07
Validator #1 public key
00011B58ED42235461734EAF253BD97A80B92899ABCC3BE680D44B6825DD2A88A947
Validator #1 signature
C0249085E9B3C8858D9373CDC06C48D5EBA45E8149C166B1E2D74E5359D0AF9026638BBF0682EC0BF6E0C49F2064B0B836C147C3F6F6244D1B23D0590C5A2205
Validator #2 public key
0001B0A94804BF8ECC9897075C6207FF63EF4D339F57A0349888E6B77CD47DB53EF3
Validator #2 signature
8F694C2A4D127BD53D53B600A959C0DD1A9E591B163627EC2475CBC18B39D7795B0B02756DCB473B6C00557501BF00C5F0B78CA9E38BE7CD3E6C481E34E56209