This contract is being backfilled. You may encounter incomplete storage history.

Unidirectional

Verified contract

Active on Ethereum with 5,509 txns
Deployed by via 0xf7298597 at 5295964
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $24,316.48
ERC-20
--
ERC-20
--
0xb5a1372413e69c24bc02778c01fbeb7d8510b4c34cefa9498d74afd82a439ef3
0x46e976259360b31915a8ba8720faff402106f850bf896805d1dffa39d2ccec15
0x27b2af387b7c0e7c74d40bf97025a14e254660b28b9eb848bfee36505e0c7792
0xc321e81fe0dc57d0c8fac0a16f929224df652da728fd471a3090b3b872df1718
0x701d94d786c835b6a4bdb327249fdbf18cd681367752026885c82bf9885e2002
0x0285b7ed77aed60a0e56683310924140e1dbeb1593bc77de0934b6fc02dc4833
0x8da89ba8328f86a9bca07feb6d336318d7535624238172ad111047f57521ec17
0x117d16ec1181b49dc281e4b266b6c108e8f5f719a9049170e0f7b02923b32a19
0x429aef44d292c983e9aeb18c06395c437359cc278e7cc26173262204483690f0
0x09d685266fec6c98aa08a6ef458e00c3315b5c373b38ade78fd8c9d0d0f1f43f

Functions
Getter at block 20794585

This contract contains no getter function objects.

Read-only
canClaim(bytes32 channelIduint256 paymentaddress originbytes signatureview returns (bool)
canDeposit(bytes32 channelIdaddress originview returns (bool)
canSettle(bytes32 channelIdview returns (bool)
canStartSettling(bytes32 channelIdaddress originview returns (bool)
channels(bytes32view returns (address senderaddress receiveruint256 valueuint32 settlingPerioduint256 settlingUntil)
isAbsent(bytes32 channelIdview returns (bool)
isOpen(bytes32 channelIdview returns (bool)
isPresent(bytes32 channelIdview returns (bool)
isSettling(bytes32 channelIdview returns (bool)
paymentDigest(bytes32 channelIduint256 paymentview returns (bytes32)
State-modifying
claim(bytes32 channelIduint256 paymentbytes signature
deposit(bytes32 channelIdpayable 
open(bytes32 channelIdaddress receiveruint32 settlingPeriodpayable 
settle(bytes32 channelId
startSettling(bytes32 channelId
Events
DidClaim(bytes32 indexed channelId
DidDeposit(bytes32 indexed channelIduint256 deposit
DidOpen(bytes32 indexed channelIdaddress indexed senderaddress indexed receiveruint256 value
DidSettle(bytes32 indexed channelId
DidStartSettling(bytes32 indexed channelId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.