Keeper

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x2bb500a1 at 17896644
Slot
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

No balances found for "Keeper"

No transactions found for "Keeper"


Functions
Getter at block 20892395
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
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_
Events
Initialized(uint8 version
UpdatedGovernor(address indexed previousGovernoraddress indexed proposedGovernor
Constructor
constructor(
Fallback and receive
fallback(
receive(
Errors
AddressIsNull(
FallbackIsNotAllowed(
NotAKeeper(
ProposedGovernorIsNull(
ReceiveIsNotAllowed(
SenderIsNotGovernor(
SenderIsNotTheProposedGovernor(