SimpleWriteAccessController
Verified contract
Active on
Ethereum with 2 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 "SimpleWriteAccessController"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11699422 | 4 years ago | | | 0 | 0.0058943301 | |
| 11692878 | 4 years ago | | | 0 | 0.0023632840 |
ABI
ABI objects
Getter at block 21247659
checkEnabled() view returns (bool)
true
owner() view returns (address)
0x21f73d42eb58ba49ddb685dc29d3bf5c0f0373ca
Read-only
hasAccess(address _user, bytes) view returns (bool)
State-modifying
Events acceptOwnership()
addAccess(address _user)
disableAccessCheck()
enableAccessCheck()
removeAccess(address _user)
transferOwnership(address _to)
AddedAccess(address user)
CheckAccessDisabled()
CheckAccessEnabled()
OwnershipTransferRequested(address indexed from, address indexed to)
OwnershipTransferred(address indexed from, address indexed to)
RemovedAccess(address user)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.