@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) == 0x000018D60115ECE0C7558A46B4693749BF6BEAB524FDDCCF9B10B910619E4EE08801 ) ] 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_uco_transfer to: 0x00008EA3709AA5C52D6B072D883E80ACFDC5BCCE22C9738C98C529DF0BF84B24778A, amount: 10 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_uco_transfer to: 0x00008EA3709AA5C52D6B072D883E80ACFDC5BCCE22C9738C98C529DF0BF84B24778A, amount: 10 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) == 0x000018D60115ECE0C7558A46B4693749BF6BEAB524FDDCCF9B10B910619E4EE08801 ), 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_uco_transfer to: 0x000018D60115ECE0C7558A46B4693749BF6BEAB524FDDCCF9B10B910619E4EE08801, amount: 9.97 Contract.add_uco_transfer to: 0x0000749d250560bf06c079832e0e9a24509b1e440a45c33bd9448b41b6a056fc6201, amount: 0.03 Contract.set_code next_code end export fun get_htlc_data() do [ amount: 9.97, 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
DE188D813CEA9A20B8030CE46E24E2DF8106D761DBE3D6815291C78DBF99792D05BFB1A937C96B341F40686161A8509819D5B9DAA44FA9C2D2BB92DB
Authorized keys
- 00017877BCF4122095926A49489009649603AB129822A19EF9D573B8FD714911ED7F
Contract recipients (0)
Inputs (0)
Contract inputs (0)
Unspent outputs (1)
-
From 00002914...50B5At 2023-11-26 22:04:08 UTCAmount 0.42297146 UCO
Previous public key
00012D8B99C7719657F86C7BDFC2DACE0C8D8F06848893649D7653C63BF1F481F7E6
Previous signature
D689BD8481FA6750B5BDFCF8CCC337148E960F2DC326BBB4CBCBA108B47F40F0E613E6189FD179F7638CD315DB387311A99589F19991D0C1EAD4E230C31EDA0A
Origin signature
3044022053CAA20154740B62B75FD29D117E2B8EB37745FF4F77A5560215237A660EE25A022072AE88DA6A25A1A89A622BF462F7628BF84CAE4EE2D96D91B8D8573323D75376
Proof of work
010104AB41291F847A601055AEDD1AF24FF76FA970D6441E2DCA3818A8319B004C96B27B8FEB1DA31A044BA0A4800B4353359735719EBB3A05F98393A9CC599C3FAFD6
Proof of integrity
00807B37C453B8E8F04CC66586EF37B5DFAE640F55074AEED935C7F89AC8A87705
Coordinator signature
1EA4B4E39AE0FFC018A568BC7C80B2E802179A3156F8ECEBBFDEB5A70E6434CA23C8F8B5C391E91FBCDD713E81D70E920E041DFF9F50927B797ACAEE60231402
Validator #1 public key
0001B0A94804BF8ECC9897075C6207FF63EF4D339F57A0349888E6B77CD47DB53EF3
Validator #1 signature
90D2320027E60D9990AE79466DF691292D1957051896021170E09E7353B5E59E7691B84F95E7313B408895FF4F8027CB5CF7A24C4252A3B013E3C1F95B322F05
Validator #2 public key
00011B58ED42235461734EAF253BD97A80B92899ABCC3BE680D44B6825DD2A88A947
Validator #2 signature
75FBAA87C54DD347299503E307B33B228EB89BE2A7285E6322266A415204127B14845A55A26270259F53D878151387F0E16CDABAB9DC0F672BA13F641E581602