This contract is being backfilled. You may encounter incomplete storage history.

TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 809 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"

0xd3dc8c9643137b845bd116e54241a2fadb072c7540636b81c0181be6c9350daa
0x8be3ae10660a1042e0173412c30a477aa8837c143dcbfa55d26fc4ae0e8e5e97
0x5ba2e1dbba62eaa2185b79133caa3bff06770ad71bbba31b2e7ddd6a965b3cbb
0xefec8c6848b7743e7663d1f078357449dbbd9fdfe3e1d22cdbfcf2b2181d8356
0xd4034d6cc67bb25a5a3b07e493429ded9d81462a5d7ddd22823b640927f865aa
0xaadcbab3c541f5374b35aa038e116e7edce960b239ea6607adad8ce3e8b6fefa
0xda35366c91190a6bde30f004ff83ca5134ad702e9735cdc7429ddef7361d4940
0x018776b3a5b0bb50ad9a6e2fd4159badf6a763ed67094aea524536ebdbe5dd43
0x21264de61f52f278446b5865ae83355b4f34c417e7005734c981715fb2e43601
0x36ae228b05c832d3c1580c729182c87f6d0d06c06f51a8f0a49f385e812dda47

Functions
Getter at block 20793106
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(