TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 1,000 txns
Deployed by via 0xb1ad70a1 at 17896690
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 "TransparentUpgradeableProxy"

0x88645b124691b794dafdcd993a7cde6f49ba85457a4d290364e53528fd3beb8d
0xf839d27b1c8b114eda3790873685256d39b45a69fa273ecb342be3b85e70920b
0x8c58f3ccf5c48a0a7ee272bbdfbbf81997b2a06f10675d5c2f74fd81e197beea
0xcc029b5c578ea0bf9badddc3edfbdf78261e2b907363f755fed2e05e64ba6cd6
0xf6c14eb899e47344893c3a260bd9f319758e7afc7bc68b50876880c9b924bd41
0x71aa7c5de4cc5efa305ac18a767367c40ff9d6a2c69656d90b220a84218c4cec
0xd56b4a8beab744ac4daec443c7fab861314a9035c0ccb265d5b981e880e76691
0x5521d11950fa1180a6b7aa583946e215ee5dab1997006dfe6f045316465877bf
0x30cb1808bdb5487621cb2221778e6b3e603f76e7d757da55c5d59debbda08b92
0xbef73425808fd958b04a773f07babad868de35125cc9a67b60ae910f574d9210

Functions
Getter at block 21275689
NAME(view returns (string)
Vesper Strategy Keeper
VERSION(view returns (string)
1.0.0
governor(view returns (address)
0x169e2ffc1c6b229b04e65a431434bf0e8ed9563d
keepers(view returns (address[])
[0x76d266DFD3754f090488ae12F6Bd115cD7E77eBD, 0x938CC8D098aDE035D88A0842EF408076594706D0, 0xdf826ff6518e609E4cEE86299d40611C148099d5]
proposedGovernor(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
isKeeper(address address_view returns (bool)
State-modifying
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
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
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
Initialized(uint8 version
UpdatedGovernor(address indexed previousGovernoraddress indexed proposedGovernor
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
fallback(
receive(
receive(
Errors
AddressIsNull(
FallbackIsNotAllowed(
NotAKeeper(
ProposedGovernorIsNull(
ReceiveIsNotAllowed(
SenderIsNotGovernor(
SenderIsNotTheProposedGovernor(