ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 6 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 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0x5149…86ca
0xb8b2…3cd5
0xbc10…db5e
-
variable spans 8 additional slots
4 additional
variables
Balances ($0.00)
No balances found for "ERC1967Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21166295 | 7 days ago | | | 0 | 0.20353111 | |
| 20641495 | 3 months ago | | | 0 | 0.010573839 | |
| 20411261 | 4 months ago | | | 0 | 0.016197108 | |
| 20348048 | 4 months ago | | | 0 | 0.020143579 | |
| 20133581 | 5 months ago | | | 0 | 0.057107376 | |
| 18628577 | a year ago | | | 0 | 0.0017302336 |
ABI
ABI objects
Getter at block 21217598 canDeposit() view returns (uint256) getDepositChange() view returns (int256) getMaxDeposits() view returns (uint256) getPendingFees() view returns (uint256) getVaults() view returns (address[]) proxiableUUID() view returns (bytes32)
canWithdraw() view returns (uint256)
0
getFees() view returns (struct VaultControllerStrategyFee[])
[(0x8753c00d1a94d04a01b931830011d882a3f8cc72, 1000)]
getMinDeposits() view returns (uint256)
1643443843712623744672980
getTotalDeposits() view returns (uint256)
1643443843712623744672980
getVaultDepositLimits() view returns (uint256, uint256)
(1000000000000000000, 15000000000000000000000)
indexOfLastFullVault() view returns (uint256)
106
maxDepositSizeBP() view returns (uint256)
10000
owner() view returns (address)
0xb351ec0feaf4b99fdfd36b484d9ec90d0422493d
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(bytes) view returns (bool, bytes)
withdraw(uint256) view
State-modifying
Events __Strategy_init(address _token, address _stakingPool)
__VaultControllerStrategy_init(address _token, address _stakingPool, address _stakeController, address _vaultImplementation, struct VaultControllerStrategyFee[] _fees, uint256 _maxDepositSizeBP)
addFee(address _receiver, uint256 _feeBasisPoints)
addVaults(uint256 _numVaults)
claimRewards(uint256[] _vaults, uint256 _minRewards) returns (uint256)
deposit(uint256 _amount)
initialize(address _token, address _stakingPool, address _stakeController, address _vaultImplementation, struct VaultControllerStrategyFee[] _fees, uint256 _maxDepositSizeBP, uint128 _vaultDeploymentThreshold, uint128 _vaultDeploymentAmount)
performUpkeep(bytes)
renounceOwnership()
setMaxDepositSizeBP(uint256 _maxDepositSizeBP)
setVaultDeploymentParams(uint128 _vaultDeploymentThreshold, uint128 _vaultDeploymentAmount)
setVaultImplementation(address _vaultImplementation)
transferOwnership(address newOwner)
updateDeposits(bytes) returns (int256 depositChange, address[] receivers, uint256[] amounts)
updateFee(uint256 _index, address _receiver, uint256 _feeBasisPoints)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
upgradeVaults(uint256 _startIndex, uint256 _numVaults, bytes _data)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetMaxDepositSizeBP(uint256 maxDepositSizeBP)
SetVaultDeploymentParams(uint128 vaultDeploymentThreshold, uint128 vaultDeploymentAmount)
SetVaultImplementation(address vaultImplementation)
Upgraded(address indexed implementation)
UpgradedVaults(uint256 startIndex, uint256 numVaults, bytes data)
constructor(address _logic, bytes _data)
fallback()
receive()
InvalidBasisPoints()
VaultsAboveThreshold()