@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) == 0x00008DD22E7496E86901E9B276A1BE6F9512EB09980CC04C7B76495EF37D5666A709
)
]
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: 1701614940 do
Contract.set_type "transfer"
# Burn the non withdrawed tokens
Contract.add_token_transfer to: 0x00000000000000000000000000000000000000000000000000000000000000000000, amount: 0.04975, token_address: 0x0000288BF6F0E12457B125DC54D2DFA4EB010BE3073CF02E10FB79B696180F55B827
Contract.set_code ""
end
condition triggered_by: transaction, on: refund(), as: [
timestamp: timestamp >= 1701614940
]
actions triggered_by: transaction, on: refund() do
Contract.set_type "transfer"
# Burn the non withdrawed tokens
Contract.add_token_transfer to: 0x00000000000000000000000000000000000000000000000000000000000000000000, amount: 0.04975, token_address: 0x0000288BF6F0E12457B125DC54D2DFA4EB010BE3073CF02E10FB79B696180F55B827
Contract.set_code ""
end
condition triggered_by: transaction, on: reveal_secret(secret), as: [
content: Crypto.hash(String.to_hex(secret)) == 0x0F73A0E8E0F63F9894EA2B2D87597E7B09CEC8C67FB513EE8850CE50F0B48289,
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: 0x0000064F114419DD1BA0B495E4B596513A180BCC4F58643496F0919DCC3B6313BEA1, amount: 0.04960075, token_address: 0x0000288BF6F0E12457B125DC54D2DFA4EB010BE3073CF02E10FB79B696180F55B827
Contract.add_token_transfer to: 0x0000749d250560bf06c079832e0e9a24509b1e440a45c33bd9448b41b6a056fc6201, amount: 1.4925e-4, token_address: 0x0000288BF6F0E12457B125DC54D2DFA4EB010BE3073CF02E10FB79B696180F55B827
Contract.set_code ""
end
"""
Contract.set_code next_code
end
Content (0 B)
State (0 B)
-
Secret shared with 1 key
Encoded secret
0E600AB1CFC9B872E62599F35F41CD81883D89ADDB3CD2A3C5DABEE78A16758298A4F7A287F692FFF0361E219E88D0FD17F4B1F4C559EEDB2B3DB657
Authorized keys
- 00017877BCF4122095926A49489009649603AB129822A19EF9D573B8FD714911ED7F
-
Resolved 000026B8...64C0request_funds
[ 1701614940, 0.04975, "0000064f114419dd1ba0b495e4b596513a180bcc4f58643496f0919dcc3b6313bea1", "0f73a0e8e0f63f9894ea2b2d87597e7b09cec8c67fb513ee8850ce50f0b48289", "0x17a31f4cb68c175fe3cc855735902ffd9248f30bd1b854fbb061b5099fa72587", "0x4d13822d4bde4fe203e4647088341414b819c822", 97 ]
Inputs (0)
Contract inputs (0)
Unspent outputs (1)
-
From 00003F60...F910At 2023-12-03 12:49:30 UTCAmount 0.3739745 UCO
Previous public key
0001779A6484AB6BEEE597C24C1A9E5F7A6A02E6D08A4D4F9EC81D937122E638EFBD
Previous signature
164503A79FCD08D0E5B5C976D2B7F61785398F1AE4C4653EE50B1687D6B4626EB9C1169CB64DE3612E67C5AD10F3EF2DCA01239A10E4F9E9B3D32F8D025DC309
Origin signature
3045022100F33248E893F0DB8367C32FF6C9F40E1142DC9BF30A2F5282DBC2338C368A270402204E584F6D89915482A3E525D75BBBB3C191BD458C50BADF1302FEC5C4A90FA0F2
Proof of work
010104AB41291F847A601055AEDD1AF24FF76FA970D6441E2DCA3818A8319B004C96B27B8FEB1DA31A044BA0A4800B4353359735719EBB3A05F98393A9CC599C3FAFD6
Proof of integrity
008DFB22B624319AEA48AC480FFAE46E818A7D20F93D4C106D72A5801C617EA326
Coordinator signature
29BC8ED1D4CB69369BD638093B3D7C0F36A4471181EB381825555ED04B7482163F2E3A078CC65429DA9E3D38C4833D7A71C3BE4BDDE6C8A4AEBBC1A61E0FA00A
Validator #1 public key
0001B0A94804BF8ECC9897075C6207FF63EF4D339F57A0349888E6B77CD47DB53EF3
Validator #1 signature
134565DAD20ED661A263965CED329CEA4001377E8F8A3A25178D1BB6F5D7CD384541BDA19BC09C85E9881BDB0E7A41AB10118C816ECB722F1D0A31F0F3757707
Validator #2 public key
000151C124A6211CD402FD1CFE560C5DB51ED0CBEF44B09B21A41206028E7E5942BF
Validator #2 signature
2936B87665E62A68812F52C208C138C67D217109457AC50ED3A672C908072FE43321360D214B939438B781F97B299257A458B81624C53ADAAD40D90DA6F6D80E