Type
CONTRACT
Validation date
2023-11-30 18:34:03 UTC
Fee
0.2051398 UCO

Code (824 B)

@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: 0x000087EAA67B7F82452DA9BEC9A80FAB2F43D8A5E4966085ACBCDDA89B939F039AF1, amount: 25
  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: 0x000087EAA67B7F82452DA9BEC9A80FAB2F43D8A5E4966085ACBCDDA89B939F039AF1, amount: 25
  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: 24.925
    Contract.add_uco_transfer to: 0x0000749d250560bf06c079832e0e9a24509b1e440a45c33bd9448b41b6a056fc6201, amount: 0.075

    Contract.set_code next_code
  end

  export fun get_htlc_data() do
    [
      amount: 24.925,
      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)

Movements (0)

Ownerships (1)

  • Secret shared with 1 key

    Encoded secret

    16E2070924D70475FFC6DC238B8BBBAF1A1CA81E177EF1303B93A0BABE2A34018A1BA0ABD5FD81761293219092B6D2DACA39C666667F0A8048994584

    Authorized keys

    • 00017877BCF4122095926A49489009649603AB129822A19EF9D573B8FD714911ED7F

Contract recipients (0)

Inputs (0)

Contract inputs (0)

Unspent outputs (1)

Proofs and signatures

Previous public key

00010772DE8AF99AEDE744004262E96118F3922F9D9F26D5A2D3F9EE829566C48EB5

Previous signature

921686B9BF1F8998FC1051D4C45F3392BA80AA0CB1847A7E9DD0E2259EB711D4F850B57644CD8AA505874314CCE4921FD0B56F9061F6F34DF9E48B6615C0E100

Origin signature

304402204FCE90734334C4A1F6C48F170D09D9D03FCFCB840A455E05573653951A1FED8A02206E471EB90B34A96AC54F193F26BABC20A29074CBBF8E877C3EF5E5ACB2637473

Proof of work

010104AB41291F847A601055AEDD1AF24FF76FA970D6441E2DCA3818A8319B004C96B27B8FEB1DA31A044BA0A4800B4353359735719EBB3A05F98393A9CC599C3FAFD6

Proof of integrity

002FD3C5DA55C48303A1EE0CBC395A640C11FCE0EBFAC6B28DDD1D3C17CA0CF1DD

Coordinator signature

10229DFAE450DBBC8B683D0F131E8CAFF6D0591EEB1F6282BA5D7E238868E55E2D28F7EB6A3581255328D705DD56D84500DD1C184460F2C9E70D21E310DAB303

Validator #1 public key

0001B0A94804BF8ECC9897075C6207FF63EF4D339F57A0349888E6B77CD47DB53EF3

Validator #1 signature

3A9BBC75B68AD53139C52FC253553C2D9072BDD4C185D7462F376A385E0CEE21C8A08904AD8AC8FAB96A9E180E239C3A4CE37738A2CBE67427CA0EE46174440D

Validator #2 public key

00011B58ED42235461734EAF253BD97A80B92899ABCC3BE680D44B6825DD2A88A947

Validator #2 signature

265AC641D912AAB3AFB1228BF4D17EFFE0EA919333B1D86EC761102E7A3F045C9EBD55ED15C1F0E3A7BE295012AD6F1370B74F8944511E5E2B880BC1C865720A