ChannelMastercopy
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
Balances ($0.00)
No balances found for "ChannelMastercopy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ChannelMastercopy"
ABI
ABI objects
Getter at block 21204875 getAlice() view returns (address) getBob() view returns (address) getChannelDispute() view returns (struct ICMCAdjudicatorChannelDispute)
lock() view returns (uint256)
0
Read-only
getDefundNonce(address assetId) view returns (uint256)
getExitableAmount(address assetId, address owner) view returns (uint256)
getTotalDepositsAlice(address assetId) view returns (uint256)
getTotalDepositsBob(address assetId) view returns (uint256)
getTotalTransferred(address assetId) view returns (uint256)
getTransferDispute(bytes32 transferId) view returns (struct ICMCAdjudicatorTransferDispute)
getWithdrawalTransactionRecord(struct WithdrawData wd) view returns (bool)
State-modifying
Events defundChannel(struct ICMCAdjudicatorCoreChannelState ccs, address[] assetIds, uint256[] indices)
defundTransfer(struct ICMCAdjudicatorCoreTransferState cts, bytes encodedInitialTransferState, bytes encodedTransferResolver, bytes responderSignature)
depositAlice(address assetId, uint256 amount) payable
disputeChannel(struct ICMCAdjudicatorCoreChannelState ccs, bytes aliceSignature, bytes bobSignature)
disputeTransfer(struct ICMCAdjudicatorCoreTransferState cts, bytes32[] merkleProofData)
exit(address assetId, address owner, address recipient)
resetDispute()
setup(address _alice, address _bob)
withdraw(struct WithdrawData wd, bytes aliceSignature, bytes bobSignature)
AliceDeposited(address assetId, uint256 amount)
ChannelDefunded(address defunder, struct ICMCAdjudicatorCoreChannelState state, struct ICMCAdjudicatorChannelDispute dispute, address[] assetIds)
ChannelDisputed(address disputer, struct ICMCAdjudicatorCoreChannelState state, struct ICMCAdjudicatorChannelDispute dispute)
TransferDefunded(address defunder, struct ICMCAdjudicatorCoreTransferState state, struct ICMCAdjudicatorTransferDispute dispute, bytes encodedInitialState, bytes encodedResolver, struct Balance balance)
TransferDisputed(address disputer, struct ICMCAdjudicatorCoreTransferState state, struct ICMCAdjudicatorTransferDispute dispute)
This contract contains no constructor objects.
receive()
This contract contains no error objects.