TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 1,000 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21272056 | 12 hours ago | | | 0 | 0.032872250 | |
| 21264828 | 2 days ago | | | 0 | 0.051394953 | |
| 21263675 | 2 days ago | | | 0 | 0.025523266 | |
| 21263635 | 2 days ago | | | 0 | 0.030769632 | |
| 21263116 | 2 days ago | | | 0 | 0.020952466 | |
| 21256821 | 3 days ago | | | 0 | 0.027764748 | |
| 21255531 | 3 days ago | | | 0 | 0.0058158927 | |
| 21255232 | 3 days ago | | | 0 | 0.018880070 | |
| 21254934 | 3 days ago | | | 0 | 0.017108495 | |
| 21249978 | 4 days ago | | | 0 | 0.0045763348 |
ABI
ABI objects
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
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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_)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Initialized(uint8 version)
UpdatedGovernor(address indexed previousGovernor, address indexed proposedGovernor)
constructor(address _logic, address admin_, bytes _data)
fallback()
fallback()
receive()
receive()
AddressIsNull()
FallbackIsNotAllowed()
NotAKeeper()
ProposedGovernorIsNull()
ReceiveIsNotAllowed()
SenderIsNotGovernor()
SenderIsNotTheProposedGovernor()