HashedTimelockERC20
Verified contract
Active on
Ethereum with 36 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LGCT | ERC-20 | 9.05K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20952025 | a month ago | | | 0 | 0.0010387682 | |
| 20952008 | a month ago | | | 0 | 0.0019207818 | |
| 20944588 | a month ago | | | 0 | 0.0016994378 | |
| 20940727 | a month ago | | | 0 | 0.0028806867 | |
| 20940554 | a month ago | | | 0 | 0.0017645514 | |
| 20940548 | a month ago | | | 0 | 0.0027563396 | |
| 20638023 | 3 months ago | | | 0 | 0.00010753945 | |
| 20634322 | 3 months ago | | | 0 | 0.00044855229 | |
| 20634319 | 3 months ago | | | 0 | 0.00069110863 | |
| 20634304 | 3 months ago | | | 0 | 0.00044855229 |
ABI
ABI objects
Getter at block 21218738
This contract contains no getter function objects.
Read-only
getContract(bytes32 _contractId) view returns (address sender, address receiver, address tokenContract, uint256 amount, bytes32 hashlock, uint256 timelock, bool allowLateWithdrawal, bool withdrawn, bool refunded, bytes32 preimage)
State-modifying
Events newContract(address _receiver, bytes32 _hashlock, uint256 _timelock, bool _allowLateWithdrawal, address _tokenContract, uint256 _amount) returns (bytes32 contractId)
refund(bytes32 _contractId)
withdraw(bytes32 _contractId, bytes32 _preimage)
HTLCERC20New(bytes32 indexed contractId, address indexed sender, address indexed receiver, address tokenContract, uint256 amount, bytes32 hashlock, uint256 timelock, bool allowLateWithdrawal)
HTLCERC20Refund(bytes32 indexed contractId)
HTLCERC20Withdraw(bytes32 indexed contractId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.