ChannelWallet
Verified contract
Active on
Ethereum with 278 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ChannelWallet"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7794549 | 5 years ago | | | 0 | 0.0019446710 | |
| 7794548 | 5 years ago | | | 0 | 0.00054483910 | |
| 7794545 | 5 years ago | | | 0 | 0.00079833910 | |
| 7789466 | 5 years ago | | | 0 | 0.00071146500 | |
| 7783863 | 5 years ago | | | 0 | 0.00070954500 | |
| 7783188 | 5 years ago | | | 0 | 0.00062302290 | |
| 7782444 | 5 years ago | | | 0 | 0.00071242500 | |
| 7778200 | 5 years ago | | | 0 | 0.00080523900 | |
| 7776583 | 5 years ago | | | 0 | 0.00080632700 | |
| 7776175 | 5 years ago | | | 0 | 0.00059754000 |
ABI
ABI objects
Getter at block 21171499
isMaster() view returns (bool)
false
isOwner() view returns (bool)
false
isStopped() view returns (bool)
false
master() view returns (address)
0x062eeda4af82f7b97d5e6c4aac01ee2625e8cf61
owner() view returns (address)
0x062eeda4af82f7b97d5e6c4aac01ee2625e8cf61
version() pure returns (string)
0.0.1
Read-only
getAddress(string channelId) view returns (address)
State-modifying
Events deleteChannel(string channelId)
setAddress(string channelId, address _address)
start()
stop()
transferMasterRole(address newMaster)
transferOwnership(address newOwner)
updateChannel(string from, string to, address _address)
DeleteAddress(string account)
MasterRoleTransferred(address indexed previousMaster, address indexed newMaster)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAddress(string channelId, address _address)
Started()
Stopped()
UpdateAddress(string from, string to)
constructor(address newMaster)
This contract contains no fallback and receive objects.
This contract contains no error objects.