sdsteCRV Vault
Verified contract
Proxy
Active on
Ethereum with 264 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 44 additional slots
0x0632…f14e
0x69d6…a2cd
Balances ($0.00)
No balances found for "sdsteCRV Vault"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20605527 | 3 months ago | | | 0 | 0.0017571021 | |
| 20529573 | 3 months ago | | | 0 | 0.0019052581 | |
| 20098692 | 5 months ago | | | 0 | 0.0061892039 | |
| 20004711 | 6 months ago | | | 0 | 0.010296364 | |
| 19873847 | 6 months ago | | | 0 | 0.0042287936 | |
| 19847910 | 6 months ago | | | 0 | 0.0060490040 | |
| 19750155 | 7 months ago | | | 0 | 0.0045844659 | |
| 18846628 | a year ago | | | 0 | 0.021198181 | |
| 18386128 | a year ago | | | 0 | 0.011816778 | |
| 18386110 | a year ago | | | 0 | 0.0014586040 |
ABI
ABI objects
Getter at block 21214536
MAX() view returns (uint256)
10000
accumulatedFee() view returns (uint256)
0
available() view returns (uint256)
0
curveStrategy() view returns (address)
0x69d61428d089c2f35bf6a472f540d0f82d1ea2cd
decimals() view returns (uint8)
18
governance() view returns (address)
0xf930ebbd05ef8b25b1797b9b2109ddc9b0d43063
keeperFee() view returns (uint256)
10
liquidityGauge() view returns (address)
0x087143ddec7e00028aa0e446f486eab8071b1f53
min() view returns (uint256)
10000
name() view returns (string)
sdsteCRV Vault
symbol() view returns (string)
sdsteCRV-vault
token() view returns (address)
0x06325440d014e39736583c165c2963ba99faf14e
totalSupply() view returns (uint256)
43875335623755455
withdrawalFee() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(address _staker, uint256 _amount, bool _earn)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
init(address _token, address _governance, string name_, string symbol_, address _curveStrategy)
setCurveStrategy(address _newStrat)
setGovernance(address _governance)
setKeeperFee(uint256 _newFee)
setLiquidityGauge(address _liquidityGauge)
setMin(uint256 _min)
setWithdrawnFee(uint256 _newFee)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
withdraw(uint256 _shares)
withdrawAll()
Approval(address indexed owner, address indexed spender, uint256 value)
Deposit(address _depositor, uint256 _amount)
Earn(address _token, uint256 _amount)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address _depositor, uint256 _amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.