Concentrator sdCRV Vault
Verified contract
Proxy
Active on
Ethereum with 156 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 ($1,350.73)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRV | ERC-20 | 683.351027 | $1.26 |
$861.02 | |
SDT | ERC-20 | 821.620277 | $0.596027 |
$489.71 | |
3Crv | ERC-20 | 0 | $1.038 |
$0 | |
sdCRV | ERC-20 | 0 | $0.815789 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18901879 | a year ago | | | 0 | 0.0059426798 | |
| 18885940 | a year ago | | | 0 | 0.0094063016 | |
| 18869768 | a year ago | | | 0 | 0.0033654136 | |
| 18867616 | a year ago | | | 0 | 0.0047610536 | |
| 18858353 | a year ago | | | 0 | 0.0071689522 | |
| 18844067 | a year ago | | | 0 | 0.0096368391 | |
| 18830584 | a year ago | | | 0 | 0.022587509 | |
| 18830581 | a year ago | | | 0 | 0.022259891 | |
| 18830576 | a year ago | | | 0 | 0.019907564 | |
| 18830573 | a year ago | | | 0 | 0.020548607 |
ABI
ABI objects
Getter at block 21400336
bribeBurner() view returns (address)
0x9d6dc3dbc7cc5e1d7241601473fd63d2bd1573f9
decimals() view returns (uint8)
18
delegation() view returns (address)
0x6037bb1bba598bf88d816cad90a28cc00fe3ff64
feeInfo() view returns (address platform, uint24 platformPercentage, uint24 bountyPercentage, uint24 boostPercentage, uint24 withdrawPercentage)
(platform=0xa0fb1b11cca5871fb0225b64308e249b97804e99, platformPercentage=500000, bountyPercentage=200000, boostPercentage=1000000, withdrawPercentage=0)
gauge() view returns (address)
0x7f50786a0b15723d741727882ee99a0bf34e3466
name() view returns (string)
Concentrator sdCRV Vault
owner() view returns (address)
0xa0fb1b11cca5871fb0225b64308e249b97804e99
stakeDAOProxy() view returns (address)
0x1c0d72a330f2768daf718def8a19bab019eead09
stakingToken() view returns (address)
0xd1b5651e55d4ceed36251c61c50c889b36f6abb5
symbol() view returns (string)
CTR-sdCRV-Vault
totalSupply() view returns (uint256)
13311422267010932838891788
withdrawFeeAccumulated() view returns (uint256)
0
withdrawLockTime() view returns (uint256)
86400
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 admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
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 _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.