StrategyVelodromeGaugeV2
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
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
3 additional
variables
Balances ($0.00)
No balances found for "StrategyVelodromeGaugeV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "StrategyVelodromeGaugeV2"
ABI
ABI objects
Getter at block 21855571 balanceOf() view returns (uint256) balanceOfPool() view returns (uint256) balanceOfWant() view returns (uint256) callReward() view returns (uint256) getAllFees() view returns (struct IFeeConfigAllFees) getStratFeeId() view returns (uint256) outputToLp0() view returns (address[]) outputToLp1() view returns (address[]) outputToNative() view returns (address[]) rewardsAvailable() view returns (uint256)
WITHDRAWAL_FEE_CAP() view returns (uint256)
50
WITHDRAWAL_MAX() view returns (uint256)
10000
beefyFeeConfig() view returns (address)
0x0000000000000000000000000000000000000000
beefyFeeRecipient() view returns (address)
0x0000000000000000000000000000000000000000
depositFee() view returns (uint256)
0
factory() view returns (address)
0x0000000000000000000000000000000000000000
gauge() view returns (address)
0x0000000000000000000000000000000000000000
harvestOnDeposit() view returns (bool)
false
keeper() view returns (address)
0x0000000000000000000000000000000000000000
lastHarvest() view returns (uint256)
0
lpToken0() view returns (address)
0x0000000000000000000000000000000000000000
lpToken1() view returns (address)
0x0000000000000000000000000000000000000000
native() view returns (address)
0x0000000000000000000000000000000000000000
output() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
stable() view returns (bool)
false
strategist() view returns (address)
0x0000000000000000000000000000000000000000
unirouter() view returns (address)
0x0000000000000000000000000000000000000000
vault() view returns (address)
0x0000000000000000000000000000000000000000
want() view returns (address)
0x0000000000000000000000000000000000000000
withdrawFee() view returns (uint256)
0
Read-only
outputToLp0Route(uint256) view returns (address from, address to, bool stable, address factory)
outputToLp1Route(uint256) view returns (address from, address to, bool stable, address factory)
outputToNativeRoute(uint256) view returns (address from, address to, bool stable, address factory)
State-modifying
Events beforeDeposit()
deposit()
harvest()
harvest(address callFeeRecipient)
initialize(address _want, address _gauge, struct StratFeeManagerInitializableCommonAddresses _commonAddresses, struct ISolidlyRouterRoute[] _outputToNativeRoute, struct ISolidlyRouterRoute[] _outputToLp0Route, struct ISolidlyRouterRoute[] _outputToLp1Route)
panic()
pause()
renounceOwnership()
retireStrat()
setBeefyFeeConfig(address _beefyFeeConfig)
setBeefyFeeRecipient(address _beefyFeeRecipient)
setHarvestOnDeposit(bool _harvestOnDeposit)
setKeeper(address _keeper)
setStratFeeId(uint256 _feeId)
setStrategist(address _strategist)
setUnirouter(address _unirouter)
setVault(address _vault)
setWithdrawalFee(uint256 _fee)
transferOwnership(address newOwner)
unpause()
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.