Concentrator sdCRV Vault
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
24
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 48 additional slots
Balances ($0.00)
No balances found for "Concentrator sdCRV Vault"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Concentrator sdCRV Vault"
ABI
ABI objects
Getter at block 20867706
bribeBurner() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
18
delegation() view returns (address)
0x6037bb1bba598bf88d816cad90a28cc00fe3ff64
feeInfo() view returns (address platform, uint24 platformPercentage, uint24 bountyPercentage, uint24 boostPercentage, uint24 withdrawPercentage)
(platform=0x0000000000000000000000000000000000000000, platformPercentage=0, bountyPercentage=0, boostPercentage=0, withdrawPercentage=0)
gauge() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
Concentrator sdCRV Vault
owner() view returns (address)
0x0000000000000000000000000000000000000000
stakeDAOProxy() view returns (address)
0x1c0d72a330f2768daf718def8a19bab019eead09
stakingToken() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
CTR-sdCRV-Vault
totalSupply() view returns (uint256)
0
withdrawFeeAccumulated() view returns (uint256)
0
withdrawLockTime() view returns (uint256)
0
Read-only
balanceOf(address _user) view returns (uint256)
getFeeRate(bytes32 _feeType, address _user) view returns (uint256 rate)
getUserInfo(address _user) view returns (struct StakeDAOVaultBaseUserRewards _info)
getUserLocks(address _user) view returns (struct SdCRVLockerLockedBalance[] _locks)
rewardInfo(address) view returns (uint128 rate, uint32 periodLength, uint48 lastUpdate, uint48 finishAt, uint256 accRewardPerShare)
rewardTokens(uint256) view returns (address)
State-modifying
Events checkpoint(address _user)
claim(address _user, address _recipient) returns (uint256[] _amounts)
deposit(uint256 _amount, address _recipient)
depositWithCRV(uint256 _amount, address _recipient, uint256 _minOut) returns (uint256 _amountOut)
depositWithSdVeCRV(uint256 _amount, address _recipient)
donate(address[] _tokens, uint256[] _amounts)
harvest(address _recipient)
harvestBribes(struct IStakeDAOMultiMerkleStashclaimParam[] _claims)
initialize(address _gauge, uint256 __withdrawLockTime)
renounceOwnership()
resetRewardTokens()
setWithdrawFeeForUser(address _user, uint32 _percentage)
takeWithdrawFee(address _recipient)
transferOwnership(address newOwner)
updateBribeBurner(address _bribeBurner)
updateFeeInfo(address _platform, uint24 _platformPercentage, uint24 _bountyPercentage, uint24 _boostPercentage, uint24 _withdrawPercentage)
updateRewardPeriod(address _token, uint32 _period)
updateWithdrawLockTime(uint256 __withdrawLockTime)
withdraw(uint256 _amount, address _recipient)
withdrawExpired(address _user, address _recipient) returns (uint256 _amount)
CancleCustomizeFee(bytes32 _feeType, address _user)
Claim(address indexed _owner, address indexed _recipient, uint256[] _amounts)
CustomizeFee(bytes32 _feeType, address _user, uint256 _rate)
Deposit(address indexed _owner, address indexed _recipient, uint256 _amount)
Harvest(address indexed _caller, uint256[] _rewards, uint256[] _bounties, uint256[] _platformFees, uint256 _boostFee)
HarvestBribe(address _token, uint256 _reward, uint256 _platformFee, uint256 _boostFee)
Lock(address indexed _owner, address indexed _recipient, uint256 _amount, uint256 _expiredAt)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TakeWithdrawFee(uint256 _amount)
UpdateBribeBurner(address bribeBurner)
UpdateFeeInfo(address indexed _platform, uint32 _platformPercentage, uint32 _bountyPercentage, uint32 _boostPercentage, uint32 _withdrawPercentage)
UpdateRewardPeriod(address indexed _token, uint32 _period)
UpdateWithdrawLockTime(uint256 _withdrawLockTime)
Withdraw(address indexed _owner, address indexed _recipient, uint256 _amount, uint256 _fee)
WithdrawExpired(address indexed _owner, address indexed _recipient, uint256 _amount)
constructor(address _stakeDAOProxy, address _delegation)
This contract contains no fallback and receive objects.
This contract contains no error objects.