Unidirectional
Verified contract
Active on
Ethereum with 5,509 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$31,810.11
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 9.55844 | $3,327.96 |
$31,810.11 | |
EBK | ERC-20 | 9.435141 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9665217 | 5 years ago | | | 0 | 0.00039658680 | |
| 9633470 | 5 years ago | | | 0.01 | 0.00090617600 | |
| 9508084 | 5 years ago | | | 0 | 0.00029425600 | |
| 9470099 | 5 years ago | | | 0 | 0.00011592600 | |
| 9469976 | 5 years ago | | | 0 | 0.00029373600 | |
| 9469961 | 5 years ago | | | 0.007 | 0.00090617600 | |
| 9469934 | 5 years ago | | | 0 | 0.00029381600 | |
| 9469924 | 5 years ago | | | 0.37624814 | 0.00090617600 | |
| 9469920 | 5 years ago | | | 0.37634161 | 0.00090617600 | |
| 9460119 | 5 years ago | | | 0 | 0.00032090400 |
ABI
ABI objects
Getter at block 21259431
This contract contains no getter function objects.
Read-only
canClaim(bytes32 channelId, uint256 payment, address origin, bytes signature) view returns (bool)
canDeposit(bytes32 channelId, address origin) view returns (bool)
canSettle(bytes32 channelId) view returns (bool)
canStartSettling(bytes32 channelId, address origin) view returns (bool)
channels(bytes32) view returns (address sender, address receiver, uint256 value, uint32 settlingPeriod, uint256 settlingUntil)
isAbsent(bytes32 channelId) view returns (bool)
isOpen(bytes32 channelId) view returns (bool)
isPresent(bytes32 channelId) view returns (bool)
isSettling(bytes32 channelId) view returns (bool)
paymentDigest(bytes32 channelId, uint256 payment) view returns (bytes32)
State-modifying
Events claim(bytes32 channelId, uint256 payment, bytes signature)
deposit(bytes32 channelId) payable
open(bytes32 channelId, address receiver, uint32 settlingPeriod) payable
settle(bytes32 channelId)
startSettling(bytes32 channelId)
DidClaim(bytes32 indexed channelId)
DidDeposit(bytes32 indexed channelId, uint256 deposit)
DidOpen(bytes32 indexed channelId, address indexed sender, address indexed receiver, uint256 value)
DidSettle(bytes32 indexed channelId)
DidStartSettling(bytes32 indexed channelId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.