@version 1 condition triggered_by: transaction, on: set_secret_hash(_secret_hash, _secret_hash_signature, _end_time), 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) == 0x0000072E418B60C6DABD272BC2728B17B352B8104F068D11365D50134F96A4199609 ) ] actions triggered_by: transaction, on: set_secret_hash(secret_hash, secret_hash_signature, end_time) do next_code = """ @version 1 # Automate the refunding after the given timestamp actions triggered_by: datetime, at: #{end_time} do Contract.set_type "transfer" # Send back the token to the user address Contract.add_token_transfer to: 0x00002058D607CBF792C23CC2389F4785D54ECBC695EFABF8856BBA051252962DBDE1, amount: 0.009, token_address: 0x00001A4AB7AD0CE2B494C965C66FF2962692A5FE5ECB71B345ABB53BAD88A83A01F1 Contract.set_code "" end condition triggered_by: transaction, on: refund(), as: [ timestamp: timestamp >= #{end_time} ] actions triggered_by: transaction, on: refund() do Contract.set_type "transfer" # Send back the token to the user address Contract.add_token_transfer to: 0x00002058D607CBF792C23CC2389F4785D54ECBC695EFABF8856BBA051252962DBDE1, amount: 0.009, token_address: 0x00001A4AB7AD0CE2B494C965C66FF2962692A5FE5ECB71B345ABB53BAD88A83A01F1 Contract.set_code "" end condition triggered_by: transaction, on: reveal_secret(secret, secret_signature), 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) == 0x0000072E418B60C6DABD272BC2728B17B352B8104F068D11365D50134F96A4199609 ), timestamp: transaction.timestamp < #{end_time}, content: Crypto.hash(String.to_hex(secret)) == 0x#{secret_hash} ] actions triggered_by: transaction, on: reveal_secret(secret, secret_signature) do next_code = """ @version 1 export fun get_secret() do [ secret: 0x\#{secret}, secret_signature: [ r: 0x\#{secret_signature.r}, s: 0x\#{secret_signature.s}, v: \#{secret_signature.v} ] ] end \""" Contract.set_type "transfer" Contract.add_token_transfer to: 0x00000000000000000000000000000000000000000000000000000000000000000000, amount: 0.008973, token_address: 0x00001A4AB7AD0CE2B494C965C66FF2962692A5FE5ECB71B345ABB53BAD88A83A01F1 Contract.add_token_transfer to: 0x0000749d250560bf06c079832e0e9a24509b1e440a45c33bd9448b41b6a056fc6201, amount: 2.7e-5, token_address: 0x00001A4AB7AD0CE2B494C965C66FF2962692A5FE5ECB71B345ABB53BAD88A83A01F1 Contract.set_code next_code end export fun get_htlc_data() do [ amount: 0.008973, end_time: #{end_time}, secret_hash: 0x#{secret_hash}, secret_hash_signature: [ r: 0x#{secret_hash_signature.r}, s: 0x#{secret_hash_signature.s}, v: #{secret_hash_signature.v} ] ] end """ Contract.set_code next_code end
Content (0 B)
State (0 B)
-
Secret shared with 1 key
Encoded secret
F90476A9F8A20108E45BAFD2577688BFED76F6CC6D54AC36F9D7B6F9E63A6F89682996CC500584C58E7082D419532842DB8700B28B807517FA94AFB2
Authorized keys
- 00017877BCF4122095926A49489009649603AB129822A19EF9D573B8FD714911ED7F
Contract recipients (0)
Inputs (0)
Contract inputs (0)
Unspent outputs (1)
-
From 0000A222...74A1At 2023-11-15 21:27:04 UTCAmount 0.35019106 UCO
Previous public key
0001F8383F64BFF4DDD7E195B9C39A1C76E9261887D2A3E66DC6C5A8DBF347C716C2
Previous signature
2281C21B154D11C19DB8685EA0E6C1B084A896943E71CD69DB4BBCC80C9FE874B23848EF2C15734526AFC33F68DBCC0D21043BB8E4423C70D40E82A4A7F00900
Origin signature
3045022100B18260EBD60F42AA605D4C3DA06C073AC61C2BD3B3586492D34A5BABD3D4FC8F02205B3DD0A6840C1A63F14588D17A3AF2D84D4266D7AC44BFFD6776C3914A45813C
Proof of work
010104AB41291F847A601055AEDD1AF24FF76FA970D6441E2DCA3818A8319B004C96B27B8FEB1DA31A044BA0A4800B4353359735719EBB3A05F98393A9CC599C3FAFD6
Proof of integrity
005473910A14732A85D1E3C7528F19D344C9B37B14D2303D09B3D64A1467E964DF
Coordinator signature
C149DDD5A0F78C548C9964C9ACD35583E96FBA59758AC4E6D80DC7F1F1A7F0F0B07279CA399D47F2F4BC456E278FE387918E5EFE07C08EE45C61953F0FD38B0B
Validator #1 public key
0001B0A94804BF8ECC9897075C6207FF63EF4D339F57A0349888E6B77CD47DB53EF3
Validator #1 signature
0586E4E3111E4D8D328A8457C223D8F5C5430D86C0B7505CB98FB8E28BDE0CAFE6306DF4D019D594AF899BE77B7F6BE80A971B80791FA93D6E8A4BF0A17D130E
Validator #2 public key
00011B58ED42235461734EAF253BD97A80B92899ABCC3BE680D44B6825DD2A88A947
Validator #2 signature
1965E78B9C471197CF43C956A7BB11DC28DD42FD563E0FD28BC8C2D208396F6F27F0367E5C3A77E94427F5BF8913881DBEA4F0B236BA17F46062B12CCD61AC0E