AladdinCRVV2
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
17
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 43 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "AladdinCRVV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "AladdinCRVV2"
ABI
ABI objects
Getter at block 21161872
asset() pure returns (address)
0x62b9c7356a2dc64a1969e19c23e4f579f9810aa7
decimals() view returns (uint8)
0
depositor() view returns (address)
0x0000000000000000000000000000000000000000
harvestBountyPercentage() view returns (uint256)
0
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
platform() view returns (address)
0x0000000000000000000000000000000000000000
platformFeePercentage() view returns (uint256)
0
strategy() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
totalAssets() view returns (uint256)
0
totalSupply() view returns (uint256)
0
totalUnderlying() view returns (uint256)
0
withdrawFeePercentage() view returns (uint256)
0
zap() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfUnderlying(address _user) view returns (uint256)
convertToAssets(uint256 _shares) view returns (uint256)
convertToShares(uint256 _assets) view returns (uint256 shares)
getFeeRate(bytes32 _feeType, address _user) view returns (uint256 rate)
maxDeposit(address) pure returns (uint256)
maxMint(address) pure returns (uint256)
maxRedeem(address) pure returns (uint256)
maxWithdraw(address) pure returns (uint256)
previewDeposit(uint256 _assets) view returns (uint256)
previewMint(uint256 _shares) view returns (uint256)
previewRedeem(uint256 _shares) view returns (uint256)
previewWithdraw(uint256 _assets) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(address _recipient, uint256 _amount) returns (uint256)
deposit(uint256 _assets, address _receiver) returns (uint256)
depositAll(address _recipient) returns (uint256)
depositAllWithCRV(address _recipient) returns (uint256)
depositReward(uint256 _amount)
depositWithCRV(address _recipient, uint256 _amount) returns (uint256)
depositWithWrapper(address _recipient, uint256 _amount) returns (uint256)
harvest(address _recipient, uint256 _minimumOut) returns (uint256)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initializeV2(address _strategy)
migrateStrategy(address _newStrategy)
mint(uint256 _shares, address _receiver) returns (uint256)
redeem(uint256 _shares, address _receiver, address _owner) returns (uint256)
renounceOwnership()
setWithdrawFeeForUser(address _user, uint32 _percentage)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateDepositor(address _depositor)
updateHarvestBountyPercentage(uint256 _percentage)
updateHarvester(address _harvester)
updatePlatform(address _platform)
updatePlatformFeePercentage(uint256 _feePercentage)
updateStrategyRewards(address[] newRewards)
updateWithdrawFeePercentage(uint256 _feePercentage)
updateZap(address _zap)
withdraw(address _recipient, uint256 _shares, uint256 _minimumOut, uint8 _option) returns (uint256 _withdrawed)
withdraw(uint256 _assets, address _receiver, address _owner) returns (uint256)
withdrawAll(address _recipient, uint256 _minimumOut, uint8 _option) returns (uint256)
Approval(address indexed owner, address indexed spender, uint256 value)
CancleCustomizeFee(bytes32 _feeType, address _user)
CustomizeFee(bytes32 _feeType, address _user, uint256 _rate)
Deposit(address indexed _sender, address indexed _recipient, uint256 _amount)
Deposit(address indexed sender, address indexed owner, uint256 assets, uint256 shares)
Harvest(address indexed _caller, uint256 _amount)
Harvest(address indexed caller, address indexed recipient, uint256 assets, uint256 platformFee, uint256 harvestBounty)
MigrateStrategy(address _oldStrategy, address _newStrategy)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateHarvestBountyPercentage(uint256 _percentage)
UpdateHarvester(address _harvester)
UpdatePlatform(address indexed _platform)
UpdatePlatformFeePercentage(uint256 _feePercentage)
UpdateWithdrawalFeePercentage(uint256 _feePercentage)
UpdateZap(address _zap)
Withdraw(address indexed _sender, address indexed _recipient, uint256 _shares, uint8 _option)
Withdraw(address indexed sender, address indexed receiver, address indexed owner, uint256 assets, uint256 shares)
constructor(address _curveCvxCrvPool, address _wrapper)
receive()
This contract contains no error objects.