Keeper
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Keeper"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Keeper"
ABI
ABI objects
Getter at block 20793106
NAME() view returns (string)
VERSION() view returns (string)
1.0.0
governor() view returns (address)
0x169e2ffc1c6b229b04e65a431434bf0e8ed9563d
keepers() view returns (address[])
[]
proposedGovernor() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
isKeeper(address address_) view returns (bool)
State-modifying
Events acceptGovernorship()
execute(address target_, bytes data_) payable returns (bytes)
initialize(string name_)
sweep(address token_, address to_, uint256 amount_)
transferGovernorship(address proposedGovernor_)
updateKeeper(address keeperAddress_)
Initialized(uint8 version)
UpdatedGovernor(address indexed previousGovernor, address indexed proposedGovernor)
constructor()
fallback()
receive()
AddressIsNull()
FallbackIsNotAllowed()
NotAKeeper()
ProposedGovernorIsNull()
ReceiveIsNotAllowed()
SenderIsNotGovernor()
SenderIsNotTheProposedGovernor()