StrategyCurveConvex
Verified contract
Implementation
Active on
Ethereum with 4 txns
Storage
Map
Table
Raw
Constants and immutables
7
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
-
variable spans 48 additional slots
0x3d38…0ead
5 additional
variables
Balances ($0.00)
No balances found for "StrategyCurveConvex"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19610012 | 7 months ago | | | 0 | 0.00057411678 | |
| 19516296 | 8 months ago | | | 0 | 0.016042226 | |
| 19267284 | 9 months ago | | | 0 | 0.00064184337 | |
| 19267100 | 9 months ago | | | 0 | 0.018070538 |
ABI
ABI objects
Getter at block 21190191 getAllFees() view returns (struct IFeeConfigAllFees)
NATIVE() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
NO_PID() view returns (uint256)
42069
WITHDRAWAL_FEE_CAP() view returns (uint256)
50
WITHDRAWAL_MAX() view returns (uint256)
10000
balanceOf() view returns (uint256)
25190664736792363073
balanceOfPool() view returns (uint256)
25190664736792363073
balanceOfWant() view returns (uint256)
0
beefyFeeConfig() view returns (address)
0x3d38ba27974410679aff73abd096d7ba58870ead
beefyFeeRecipient() view returns (address)
0x65f2145693be3e75b8cfb2e318a3a74d057e6c7b
booster() view returns (address)
0xf403c135812408bfbe8713b5a23a04b3d48aae31
callReward() view returns (uint256)
0
depositFee() view returns (uint256)
0
depositToken() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
gauge() view returns (address)
0x8dff75976f22db58d7c3fd7b68d782238b0dbe30
getStratFeeId() view returns (uint256)
0
harvestOnDeposit() view returns (bool)
false
isCrvMintable() view returns (bool)
true
isCurveRewardsClaimable() view returns (bool)
true
keeper() view returns (address)
0x4fed5491693007f0cd49f4614ffc38ab6a04b619
lastHarvest() view returns (uint256)
1730835287
lockDuration() view returns (uint256)
86400
lockedProfit() view returns (uint256)
0
minter() view returns (address)
0xd061d61a4d941c39e5453435b6345dc261c2fce0
native() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
owner() view returns (address)
0x1c9270ac5c42e51611d7b97b1004313d52c80293
paused() view returns (bool)
false
pid() view returns (uint256)
308
rewardPool() view returns (address)
0xdecd2d71263757b49b5c38f78de63ba7760f09ae
rewardsAvailable() view returns (uint256)
0
rewardsLength() view returns (uint256)
4
skipEarmarkRewards() view returns (bool)
false
strategist() view returns (address)
0x982f264ce97365864181df65df4931c593a515ad
totalLocked() view returns (uint256)
1278902400075379
unirouter() view returns (address)
0x8d6ce71ab8c98299c1956247ca9aaec080dd2df3
vault() view returns (address)
0xae0bffc3110e69da8993f11c1cbd9a6ea3d16daf
want() view returns (address)
0x6685fcfce05e7502bf9f0aa03b36025b09374726
withdrawFee() view returns (uint256)
0
Read-only
minAmounts(address) view returns (uint256)
rewards(uint256) view returns (address)
State-modifying
Events addReward(address _token)
beforeDeposit()
deposit()
harvest()
harvest(address callFeeRecipient)
initialize(address _want, address _gauge, uint256 _pid, address _depositToken, address[] _rewards, struct StratFeeManagerInitializableCommonAddresses _commonAddresses)
panic()
pause()
removeReward(uint256 i)
renounceOwnership()
resetRewards()
retireStrat()
setBeefyFeeConfig(address _beefyFeeConfig)
setBeefyFeeRecipient(address _beefyFeeRecipient)
setConvexPid(uint256 _pid)
setCrvMintable(bool _isCrvMintable)
setCurveRewardsClaimable(bool _isCurveRewardsClaimable)
setDepositToken(address token)
setHarvestOnDeposit(bool _harvestOnDeposit)
setKeeper(address _keeper)
setLockDuration(uint256 _duration)
setRewardMinAmount(address token, uint256 minAmount)
setSkipEarmarkRewards(bool _skipEarmarkRewards)
setStratFeeId(uint256 _feeId)
setStrategist(address _strategist)
setUnirouter(address _unirouter)
setVault(address _vault)
setWithdrawalFee(uint256 _fee)
transferOwnership(address newOwner)
unpause()
updateUnirouter(address _unirouter)
withdraw(uint256 _amount)
ChargedFees(uint256 callFees, uint256 beefyFees, uint256 strategistFees)
Deposit(uint256 tvl)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SetBeefyFeeConfig(address beefyFeeConfig)
SetBeefyFeeRecipient(address beefyFeeRecipient)
SetKeeper(address keeper)
SetStratFeeId(uint256 feeId)
SetStrategist(address strategist)
SetUnirouter(address unirouter)
SetVault(address vault)
SetWithdrawalFee(uint256 withdrawalFee)
StratHarvest(address indexed harvester, uint256 wantHarvested, uint256 tvl)
Unpaused(address account)
Withdraw(uint256 tvl)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.