Controller

Verified contract

Active on Ethereum with 0 txns
Deployed by via 0xc7f40652 at 16328317
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Controller"

No transactions found for "Controller"


Functions
Getter at block 20888570
NAME(view returns (string)
Controller
VERSION(view returns (string)
0.0.1
owner(view returns (address)
0x00ad5b250c67b281ebac0cd20f0c89652dd697a7
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
pausers(addressview returns (bool)
State-modifying
acceptOwnership(
allow(address _allowListaddress _caller
allowPauser(address pauser
deny(address _allowListaddress _caller
denyPauser(address pauser
exec(address receiverbytes datapayable returns (bytes)
pause(address _contract
renounceOwnership(
setDependency(address _contractbytes32 _nameaddress _dependency
transferOwnership(address newOwner
unpause(address _contract
Events
AllowPauser(address pauser
DenyPauser(address pauser
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ExecFailed(bytes data
Forbidden(
NotFound(
ZeroAddress(