CommunityVCS
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
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
-
variable spans 8 additional slots
Balances ($0.00)
No balances found for "CommunityVCS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "CommunityVCS"
ABI
ABI objects
Getter at block 21219406 canDeposit() view returns (uint256) getDepositChange() view returns (int256) getMaxDeposits() view returns (uint256) getPendingFees() view returns (uint256) getVaultDepositLimits() view returns (uint256, uint256)
canWithdraw() view returns (uint256)
0
getFees() view returns (struct VaultControllerStrategyFee[])
[]
getMinDeposits() view returns (uint256)
0
getTotalDeposits() view returns (uint256)
0
getVaults() view returns (address[])
[]
indexOfLastFullVault() view returns (uint256)
0
maxDepositSizeBP() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
stakeController() view returns (address)
0x0000000000000000000000000000000000000000
stakingPool() view returns (address)
0x0000000000000000000000000000000000000000
token() view returns (address)
0x0000000000000000000000000000000000000000
totalPrincipalDeposits() view returns (uint256)
0
vaultDeploymentAmount() view returns (uint128)
0
vaultDeploymentThreshold() view returns (uint128)
0
vaultImplementation() view returns (address)
0x0000000000000000000000000000000000000000
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)
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()
This contract contains no fallback and receive objects.
InvalidBasisPoints()
VaultsAboveThreshold()