Type
CONTRACT
Validation date
2023-12-07 01:39:19 UTC
Fee
0.20245365 UCO

Code (819 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: 0x000095FFC09F7D5FE59BE1153D66FC51233FA9C1ECE801EA0D262A5F4C94B2031DE9, amount: 5
  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: 0x000095FFC09F7D5FE59BE1153D66FC51233FA9C1ECE801EA0D262A5F4C94B2031DE9, amount: 5
  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: 4.985
    Contract.add_uco_transfer to: 0x0000749d250560bf06c079832e0e9a24509b1e440a45c33bd9448b41b6a056fc6201, amount: 0.015

    Contract.set_code next_code
  end

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

    D5A9EEA5D902E9966E68923317B03EB3199D8328F92CCBC0CC577B0D88CB0A38C84DBB1D5270BD59E5FE5AD086B60D2D47258DDF725EFB671DC39A6C

    Authorized keys

    • 00017877BCF4122095926A49489009649603AB129822A19EF9D573B8FD714911ED7F

Contract recipients (0)

Inputs (0)

Contract inputs (0)

Unspent outputs (1)

Proofs and signatures

Previous public key

0001440A8F397BE683744D93FD6EC42A1099BD84EA1E44B4A2A255970EBFC4F7B2F9

Previous signature

06C2156280087394D0A8714669B4307507E62795EE3C2CE906401286EBC5D305BDE00E139B95B830C2B5067B755AC8863F4266F86EF7CB025C53EDE025157603

Origin signature

3045022100A91B27B8F7548ACC9FDF123450D3CAA2B745A35DD83F44AC1ED195FE145EF52802202044B62D2F3CE8871987DE0B9565FF3782F2E870BF5302E62FD05278ED1899BD

Proof of work

010104AB41291F847A601055AEDD1AF24FF76FA970D6441E2DCA3818A8319B004C96B27B8FEB1DA31A044BA0A4800B4353359735719EBB3A05F98393A9CC599C3FAFD6

Proof of integrity

0020BDE06C8A0A85C78CA92AD5A4FDEA4F778967AE5C36A18FA2C6AC82D93B3BEE

Coordinator signature

EE2FB55949D786F9D3E3D796BA9964759FED2D7A35E964AD3E547C4CC15376F320EF0285020250A0373B135CD86765E553371357C25A0C48E6EA180DF6CDB304

Validator #1 public key

0001B0A94804BF8ECC9897075C6207FF63EF4D339F57A0349888E6B77CD47DB53EF3

Validator #1 signature

22F7DC5840FE9CC9D384131F54571070EAF59E7A0DB33E4977EE7217B993C7B3316F5CDA16D0DD1A95464CC7C3C5D666710912871E9991CC850D8B0D09E4060E

Validator #2 public key

000151C124A6211CD402FD1CFE560C5DB51ED0CBEF44B09B21A41206028E7E5942BF

Validator #2 signature

9FE3E33CEEAB2BB9C24E13E74CBC4BA621E467951267D3E5A0E1F5891368FA2409BF754A642BFCB950F718C48D53AB31398B2AF39A2BE892E90CD56F0481500B