@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: 1702130460 do
Contract.set_type "transfer"
# Burn the non withdrawed tokens
Contract.add_token_transfer to: 0x00000000000000000000000000000000000000000000000000000000000000000000, amount: 0.00995, token_address: 0x00003DF600E329199BF3EE8FBE2B8223413D70BCDD97E15089E6A74D94DE3F1173B4
Contract.set_code ""
end
condition triggered_by: transaction, on: refund(), as: [
timestamp: timestamp >= 1702130460
]
actions triggered_by: transaction, on: refund() do
Contract.set_type "transfer"
# Burn the non withdrawed tokens
Contract.add_token_transfer to: 0x00000000000000000000000000000000000000000000000000000000000000000000, amount: 0.00995, token_address: 0x00003DF600E329199BF3EE8FBE2B8223413D70BCDD97E15089E6A74D94DE3F1173B4
Contract.set_code ""
end
condition triggered_by: transaction, on: reveal_secret(secret), as: [
content: Crypto.hash(String.to_hex(secret)) == 0x2126975CD214B1AB81F9B7D7C1BD77D754B8442F45535735D83025FD56EC6A3E,
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: 0x00007011C3312E6DD64C930A68B7B5F99AA6FC8FAC555DC1421BADB3091E3786B826, amount: 0.00992015, token_address: 0x00003DF600E329199BF3EE8FBE2B8223413D70BCDD97E15089E6A74D94DE3F1173B4
Contract.add_token_transfer to: 0x0000749d250560bf06c079832e0e9a24509b1e440a45c33bd9448b41b6a056fc6201, amount: 2.985e-5, 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
5E81D6EA1EFBF23B156E9F1D854113044E54B9D2D8BD64805F6ABCD2F91C2D1E7AD0BA21A8B9D968CF5C17F76EE61B0EDC3354F530CA5818317CFC27
Authorized keys
- 00017877BCF4122095926A49489009649603AB129822A19EF9D573B8FD714911ED7F
-
Resolved 0000761C...437Frequest_funds
[ 1702130460, 0.00995, "00007011c3312e6dd64c930a68b7b5f99aa6fc8fac555dc1421badb3091e3786b826", "2126975cd214b1ab81f9b7d7c1bd77d754b8442f45535735d83025fd56ec6a3e", "0x5cedc296197a989e309bce925ff19b457130d02a24849cc398bdb91f7c0de24f", "0xfe15dc6febfd9b211280a4b83b11da2df2beb3a7", 11155111 ]
Inputs (0)
Contract inputs (0)
Unspent outputs (1)
-
From 00000439...A709At 2023-12-09 12:02:05 UTCAmount 0.36092252 UCO
Previous public key
0001561847AA0A1D7C5F7B815FAC8A5BB128898C7CF0218FD113F90AAD55FF25DFF4
Previous signature
C76853CB258BAC454BF45C0D6748670B6B83055CD581979DDB160053E06883719BDEF4AC56603D97AD167BA7CDFC55EB48E66C36CB8A95C2195ADA14E5B2070D
Origin signature
3045022100E0BE6169CA7CCAC460D1F7DDD24EBD9260E1BF60338A92D15FCF06500161C996022037E931A96F202F44516185853DB6F3198802CED790DBDD541682E795ABBFD7FD
Proof of work
010104AB41291F847A601055AEDD1AF24FF76FA970D6441E2DCA3818A8319B004C96B27B8FEB1DA31A044BA0A4800B4353359735719EBB3A05F98393A9CC599C3FAFD6
Proof of integrity
0012616E36E2502E7EF8FD204651053D45B973FCF1E40E071FDD85C7A7B082DF7A
Coordinator signature
F9FD4840E45B2BFBC9AC3A4C50236824514EA607C8AE6E09134855349F6BF10F79D8F21475800BA6691DC54224EC0085FCDD28A187EFF8D72E034EB6D9BC390A
Validator #1 public key
0001B0A94804BF8ECC9897075C6207FF63EF4D339F57A0349888E6B77CD47DB53EF3
Validator #1 signature
B0D2EEA2763EF7260C71AF971C5DF69AE5292533E3412A466EADCCCD1592B5BC21A50086A226337D2DCCD4BFB03CE1EACEA8AEA74020A11CECE6C3A05C80400C
Validator #2 public key
000151C124A6211CD402FD1CFE560C5DB51ED0CBEF44B09B21A41206028E7E5942BF
Validator #2 signature
701DAFB566479380E3231A83AFC9FAC2BEEFAA190CC4C911E03B642F880EC24E9922B890125FE454000CCFC6A8A5280C2338C2924CF0945CED9925D7046E870A