This contract is being backfilled. You may encounter incomplete storage history.

CurveVault

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xd7ffb7af at 15573868
Slot
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

No balances found for "CurveVault"

No transactions found for "CurveVault"


Functions
Getter at block 20796862
MAX(view returns (uint256)
10000
accumulatedFee(view returns (uint256)
0
 
available(view returns (uint256)
curveStrategy(view returns (address)
0x0000000000000000000000000000000000000000
 
decimals(view returns (uint8)
governance(view returns (address)
0x0000000000000000000000000000000000000000
keeperFee(view returns (uint256)
0
liquidityGauge(view returns (address)
0x0000000000000000000000000000000000000000
min(view returns (uint256)
0
name(view returns (string)
symbol(view returns (string)
token(view returns (address)
0x0000000000000000000000000000000000000000
totalSupply(view returns (uint256)
0
withdrawalFee(view returns (uint256)
0
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
deposit(address _stakeruint256 _amountbool _earn
increaseAllowance(address spenderuint256 addedValuereturns (bool)
init(address _tokenaddress _governancestring 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 touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
withdraw(uint256 _shares
withdrawAll(
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Deposit(address _depositoruint256 _amount
Earn(address _tokenuint256 _amount
Initialized(uint8 version
Transfer(address indexed fromaddress indexed touint256 value
Withdraw(address _depositoruint256 _amount
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.