@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: 0x00004D91FC38AFC3F07783D5D97D7FEE42B3DCA005FCBC1CFCB57BA65EB542D8946B, amount: 200
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: 0x00004D91FC38AFC3F07783D5D97D7FEE42B3DCA005FCBC1CFCB57BA65EB542D8946B, amount: 200
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: 199.4
Contract.add_uco_transfer to: 0x0000749d250560bf06c079832e0e9a24509b1e440a45c33bd9448b41b6a056fc6201, amount: 0.6
Contract.set_code next_code
end
export fun get_htlc_data() do
[
amount: 199.4,
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
E69A55E915E353F3ADFEFEBC5332F412346A09E42B5712019FCFB7D9860F00260614DC75E146F8372E6188652C214E2B72091982324E3A40739A3155
Authorized keys
- 00017877BCF4122095926A49489009649603AB129822A19EF9D573B8FD714911ED7F
Contract recipients (0)
Inputs (0)
Contract inputs (0)
Unspent outputs (1)
-
From 00003CDE...9F0FAt 2023-12-16 18:52:40 UTCAmount 0.46685178 UCO
Previous public key
0001863CBF7CE237B53F2403C06AC481AFF7A7A66BDC8F6C01EC36AD0AB876DD447F
Previous signature
F6BF7CF033E70D56FE57E6BDD886415574198C9475B1BFCA7FEF78949C500410437A3E612610E11FB514450393D9105717864ACF11DB8B81991C126EB9C29108
Origin signature
3045022100EE413E4169706E6C345A3FE5655CC2A23981E49887F8D6DB32879CC1A6331B7E022059F762DAECB14FC017C8BC572E21B101464EDF667191DF56F85C2CCE50557D60
Proof of work
010104AB41291F847A601055AEDD1AF24FF76FA970D6441E2DCA3818A8319B004C96B27B8FEB1DA31A044BA0A4800B4353359735719EBB3A05F98393A9CC599C3FAFD6
Proof of integrity
00CE0FC662933F435E82A1935C3EAC9979007001D25A828A3E84601666184FDA8F
Coordinator signature
BCAF359701B66EB94B42CBC2C1912EF69E488207EA2582EF7EB305FB62DDA205BA395FA9F5668C3FFDB143F244AA8688EBCC21BECEA2AAB5313AE0921F122F0F
Validator #1 public key
0001B0A94804BF8ECC9897075C6207FF63EF4D339F57A0349888E6B77CD47DB53EF3
Validator #1 signature
A1D8DCFD9F20F5D0CD975D5D114EE8034664F1CF516C6B3BDCDA3EA84D1D199DAA28E7CA8F7A779F5AA6484BD6B2BEFD0E18F74E679B9439705BB474D17A6C07
Validator #2 public key
00011B58ED42235461734EAF253BD97A80B92899ABCC3BE680D44B6825DD2A88A947
Validator #2 signature
30A9B1C60CBFBFE2747EF33D6C5CF5139F97F21C31781B5989BA25B48627FF2866203E184E997FB2E9A311D03D19E7E326A821851BF318160523D9CA9F51060B