@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: 1703338920 do
Contract.set_type "transfer"
# Burn the non withdrawed tokens
Contract.add_token_transfer to: 0x00000000000000000000000000000000000000000000000000000000000000000000, amount: 0.04577, token_address: 0x00003DF600E329199BF3EE8FBE2B8223413D70BCDD97E15089E6A74D94DE3F1173B4
Contract.set_code ""
end
condition triggered_by: transaction, on: refund(), as: [
timestamp: timestamp >= 1703338920
]
actions triggered_by: transaction, on: refund() do
Contract.set_type "transfer"
# Burn the non withdrawed tokens
Contract.add_token_transfer to: 0x00000000000000000000000000000000000000000000000000000000000000000000, amount: 0.04577, token_address: 0x00003DF600E329199BF3EE8FBE2B8223413D70BCDD97E15089E6A74D94DE3F1173B4
Contract.set_code ""
end
condition triggered_by: transaction, on: reveal_secret(secret), as: [
content: Crypto.hash(String.to_hex(secret)) == 0xC7006CCC9DC9F3CAC3D13EF888F8A994EE049E4D7A8B6637CD08846871A998B0,
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: 0x00003A8C3917FFA83A114BAD004A003EFDB568EB71555E9B79AAB9CE84651D48E378, amount: 0.04563269, token_address: 0x00003DF600E329199BF3EE8FBE2B8223413D70BCDD97E15089E6A74D94DE3F1173B4
Contract.add_token_transfer to: 0x0000749d250560bf06c079832e0e9a24509b1e440a45c33bd9448b41b6a056fc6201, amount: 1.3731e-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
8904EB1FA8EA891198A4C71D307982BDA7A0DF64433A02C3A7DAD0D7B48423F30F1A701765A71B19961AC5EFDCC99AA03D0A53DA3B6179C28C39C868
Authorized keys
- 00017877BCF4122095926A49489009649603AB129822A19EF9D573B8FD714911ED7F
-
Resolved 00000E8D...E5DErequest_funds
[ 1703338920, 0.04577, "00003a8c3917ffa83a114bad004a003efdb568eb71555e9b79aab9ce84651d48e378", "c7006ccc9dc9f3cac3d13ef888f8a994ee049e4d7a8b6637cd08846871a998b0", "0xf6f94c69342f333b29e1944bbbea7531b0575110ace54406368d18581a381bba", "0x6bf4c37c24b32f8ed8303af96940510efef020b4", 11155111 ]
Inputs (0)
Contract inputs (0)
Unspent outputs (1)
-
From 000065E3...F114At 2023-12-23 11:42:37 UTCAmount 0.38116215 UCO
Previous public key
0001693FB11C2C2E91B989CE565F5699678CA8095C01BAC513DC677DB681C03C4C89
Previous signature
2F2337200E1D6BB34F8321C83D389CB21C1A28C9F30A57C1F304D8C8D453A71DF662338FD06AFB3A6C01928D1B60E5578F0CF9B34F4EAD467C6F60A01287790B
Origin signature
304402206B1946350501995DF8A7BAF3CE3CF9398B05242FAAE7A9F04280BA9C8697AE3802205DEDD981131CAF7F7F26AC031B11A36110BCF00003E3EAEBA356A18C622A7B49
Proof of work
010104AB41291F847A601055AEDD1AF24FF76FA970D6441E2DCA3818A8319B004C96B27B8FEB1DA31A044BA0A4800B4353359735719EBB3A05F98393A9CC599C3FAFD6
Proof of integrity
00D76BD94199CEFB9F949A28320133141B3ACEAFC5590453B13B08649A176241B0
Coordinator signature
69B9C41AD1FD46AB0FC3F05A8D012AB0022ADC54545C6362B0B7391B50A7D6D00FB9C53DB107FFB3B81A832DA0DE32FD53CF3E96BDC0594AB28C7BCFA480110A
Validator #1 public key
000151C124A6211CD402FD1CFE560C5DB51ED0CBEF44B09B21A41206028E7E5942BF
Validator #1 signature
25CAE7BC7B953DB922717B2A57A7231FA58F50712C004F88465E82C882B396C9FD12C1F9346158567541E5083C3B7C70BD2B10883C65855F92287F49C762530F
Validator #2 public key
0001B0A94804BF8ECC9897075C6207FF63EF4D339F57A0349888E6B77CD47DB53EF3
Validator #2 signature
6A848FBFBCA5CAAD7C89013D4275FCAEFF7AF0425FA83FC35BFD85E3F0C948B59B82069CB6683E73DAB60FCBD5DF5BC17757AE5B9C616427436337A671AB6C04