ERC1967Proxy

Verified contract

Proxy

Active on Ethereum with 6 txns
Deployed by via 0xc6876fcd at 18628575
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 8 additional slots
4 additional variables

No balances found for "ERC1967Proxy"

0xd3cb5277c273b263b7dbf9bbeae016c0a71dc073c611058ae64e1cd9e5fb27a7
0x14d65c34722c674450bfbb3abeeb64d7e10cc1a898a5b23e0f7bc387330aa45e
0x582c7c19c5e4521eb00d960842c7e0124777235d0482dd1d4de01104e56262fb
0xd5f5a621559fb95af3d3c023e204d10fd880e7e8fa01d8a55adf4bae250b14e3
0xe9d8fc8452363b5aa26828f404fb8f35f33ffd92f36fd01dd89cc0fee554b39d
0xf6d4311a742014d7c6c01432c37f429cebf69fb1485072724fcef229911d506b

Functions
Getter at block 21217598
 
canDeposit(view returns (uint256)
canWithdraw(view returns (uint256)
0
 
getDepositChange(view returns (int256)
getFees(view returns (struct VaultControllerStrategyFee[])
[(0x8753c00d1a94d04a01b931830011d882a3f8cc72, 1000)]
 
getMaxDeposits(view returns (uint256)
getMinDeposits(view returns (uint256)
1643443843712623744672980
 
getPendingFees(view returns (uint256)
getTotalDeposits(view returns (uint256)
1643443843712623744672980
getVaultDepositLimits(view returns (uint256uint256)
(1000000000000000000, 15000000000000000000000)
 
getVaults(view returns (address[])
indexOfLastFullVault(view returns (uint256)
106
maxDepositSizeBP(view returns (uint256)
10000
owner(view returns (address)
0xb351ec0feaf4b99fdfd36b484d9ec90d0422493d
 
proxiableUUID(view returns (bytes32)
stakeController(view returns (address)
0xbc10f2e862ed4502144c7d632a3459f49dfcdb5e
stakingPool(view returns (address)
0xb8b295df2cd735b15be5eb419517aa626fc43cd5
token(view returns (address)
0x514910771af9ca656af840dff83e8264ecf986ca
totalPrincipalDeposits(view returns (uint256)
1610625936581767324445857
vaultDeploymentAmount(view returns (uint128)
10
vaultDeploymentThreshold(view returns (uint128)
6
vaultImplementation(view returns (address)
0x63b26ebd8586c18ed7e0ddba8df2ff690d803b5b
Read-only
checkUpkeep(bytesview returns (boolbytes)
withdraw(uint256view 
State-modifying
__Strategy_init(address _tokenaddress _stakingPool
__VaultControllerStrategy_init(address _tokenaddress _stakingPooladdress _stakeControlleraddress _vaultImplementationstruct VaultControllerStrategyFee[] _feesuint256 _maxDepositSizeBP
addFee(address _receiveruint256 _feeBasisPoints
addVaults(uint256 _numVaults
claimRewards(uint256[] _vaultsuint256 _minRewardsreturns (uint256)
deposit(uint256 _amount
initialize(address _tokenaddress _stakingPooladdress _stakeControlleraddress _vaultImplementationstruct VaultControllerStrategyFee[] _feesuint256 _maxDepositSizeBPuint128 _vaultDeploymentThresholduint128 _vaultDeploymentAmount
performUpkeep(bytes
renounceOwnership(
setMaxDepositSizeBP(uint256 _maxDepositSizeBP
setVaultDeploymentParams(uint128 _vaultDeploymentThresholduint128 _vaultDeploymentAmount
setVaultImplementation(address _vaultImplementation
transferOwnership(address newOwner
updateDeposits(bytesreturns (int256 depositChangeaddress[] receiversuint256[] amounts)
updateFee(uint256 _indexaddress _receiveruint256 _feeBasisPoints
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
upgradeVaults(uint256 _startIndexuint256 _numVaultsbytes _data
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SetMaxDepositSizeBP(uint256 maxDepositSizeBP
SetVaultDeploymentParams(uint128 vaultDeploymentThresholduint128 vaultDeploymentAmount
SetVaultImplementation(address vaultImplementation
Upgraded(address indexed implementation
UpgradedVaults(uint256 startIndexuint256 numVaultsbytes data
Constructor
constructor(address _logicbytes _data
Fallback and receive
fallback(
receive(
Errors
InvalidBasisPoints(
VaultsAboveThreshold(