@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: 1701856200 do
Contract.set_type "transfer"
# Burn the non withdrawed tokens
Contract.add_token_transfer to: 0x00000000000000000000000000000000000000000000000000000000000000000000, amount: 0.44795407, token_address: 0x00003DF600E329199BF3EE8FBE2B8223413D70BCDD97E15089E6A74D94DE3F1173B4
Contract.set_code ""
end
condition triggered_by: transaction, on: refund(), as: [
timestamp: timestamp >= 1701856200
]
actions triggered_by: transaction, on: refund() do
Contract.set_type "transfer"
# Burn the non withdrawed tokens
Contract.add_token_transfer to: 0x00000000000000000000000000000000000000000000000000000000000000000000, amount: 0.44795407, token_address: 0x00003DF600E329199BF3EE8FBE2B8223413D70BCDD97E15089E6A74D94DE3F1173B4
Contract.set_code ""
end
condition triggered_by: transaction, on: reveal_secret(secret), as: [
content: Crypto.hash(String.to_hex(secret)) == 0x98948F74D510A50B7F56F549BE7AC0042FA48B8C48D06E00C92D387CC3652234,
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: 0x0000F25C3DF408399FD5CC26D5A53C4081F6D6600B04B5EF4E41836D384F8B84C772, amount: 0.44661021, token_address: 0x00003DF600E329199BF3EE8FBE2B8223413D70BCDD97E15089E6A74D94DE3F1173B4
Contract.add_token_transfer to: 0x0000749d250560bf06c079832e0e9a24509b1e440a45c33bd9448b41b6a056fc6201, amount: 0.00134386, 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
23094E5CDAC95187BBFBC640F90E0BC2DBDF8726B98BD7475F781C42E15025C6E61A4ADE0A391835811EE6B0439843720260CD6C1F437BE6EEE4AAA3
Authorized keys
- 00017877BCF4122095926A49489009649603AB129822A19EF9D573B8FD714911ED7F
-
Resolved 00002C27...6B77request_funds
[ 1701856200, 0.44795407, "0000f25c3df408399fd5cc26d5a53c4081f6d6600b04b5ef4e41836d384f8b84c772", "98948f74d510a50b7f56f549be7ac0042fa48b8c48d06e00c92d387cc3652234", "0xecf471d423f4e02830b46d9661307357c7fecadc6cc3dcdac363d6ea60e9efa8", "0xe8759e8bc123a1242c852641d0a9e3fd52973b9c", 11155111 ]
Inputs (0)
Contract inputs (0)
Unspent outputs (1)
-
From 00006F5D...642DAt 2023-12-06 07:51:05 UTCAmount 0.36815446 UCO
Previous public key
0001998693083EA01ABEFD6879FC9E18CF53C77A57104F53351237DB51C7B0E345DD
Previous signature
AA7E3F21BCF6F9357E44620DFB2325813F62274F423322799931B9A7F7899B5A897E819D497345CDAA60D11499902ADA600990B18083E786E91B1AC33C6B7703
Origin signature
3044022045C73E19A2F003AEDB58069CC55E59A736CDE4A904BD8E3E4C8EDFFD2A8B587502204F136F4B1444BE3C9794DDB9F8FC5A96DA536C7AA98D177E812FDE28C49AB394
Proof of work
010104AB41291F847A601055AEDD1AF24FF76FA970D6441E2DCA3818A8319B004C96B27B8FEB1DA31A044BA0A4800B4353359735719EBB3A05F98393A9CC599C3FAFD6
Proof of integrity
00820DFC726F3E114A9FBC44099BB1CCB0FC408D395E644273062B502FD16AD335
Coordinator signature
87263403B64A725C7D903CFA21E0A41A9E092EDD7F3BA264DFDB7A91DE384CEEB0F8F72D577C52F2BC94F140E9E07E440403D1125EE554F5B2D6B2BFFD20E706
Validator #1 public key
0001B0A94804BF8ECC9897075C6207FF63EF4D339F57A0349888E6B77CD47DB53EF3
Validator #1 signature
5391170408B7821797077D6B0232D6781896633E9418603EA69A29E1B868FC3DAFD4BD493FEB4F544B92818C5011E8F0DA954F6C5204D9019CEC40B896A0BE08
Validator #2 public key
000151C124A6211CD402FD1CFE560C5DB51ED0CBEF44B09B21A41206028E7E5942BF
Validator #2 signature
C08D056B49A664B95E70DF3CD059B5416F56E2B913C055D5E724F9FE2D1E59262112FAE7ECC3974F89F367B348A913DAB404C6FFBC923E351FAD3289EDA5C509