CurveVault
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
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
Balances ($0.00)
No balances found for "CurveVault"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "CurveVault"
ABI
ABI objects
Getter at block 21124759 available() view returns (uint256) decimals() view returns (uint8)
MAX() view returns (uint256)
10000
accumulatedFee() view returns (uint256)
0
curveStrategy() view returns (address)
0x0000000000000000000000000000000000000000
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 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 to, uint256 amount) returns (bool)
transferFrom(address from, address to, 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)
Initialized(uint8 version)
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.