StrategyAerodromeGauge
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
4
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
8 additional
variables
Balances ($0.00)
No balances found for "StrategyAerodromeGauge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "StrategyAerodromeGauge"
ABI
ABI objects
Getter at block 22829827 balanceOf() view returns (uint256) balanceOfPool() view returns (uint256) balanceOfWant() view returns (uint256) callReward() view returns (uint256) outputToLp0() view returns (address[]) outputToLp1() view returns (address[]) outputToNative() view returns (address[]) rewardsAvailable() view returns (uint256)
MAX_CALL_FEE() view returns (uint256)
111
MAX_FEE() view returns (uint256)
1000
WITHDRAWAL_FEE_CAP() view returns (uint256)
50
WITHDRAWAL_MAX() view returns (uint256)
10000
callFee() view returns (uint256)
0
dystRouter() view returns (address)
0x0000000000000000000000000000000000000000
factory() view returns (address)
0x0000000000000000000000000000000000000000
fee1() view returns (uint256)
0
fee2() view returns (uint256)
0
feeOnProfits() view returns (uint256)
0
feeRecipient1() view returns (address)
0x0000000000000000000000000000000000000000
feeRecipient2() 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
strategistFee() view returns (uint256)
0
vault() view returns (address)
0x0000000000000000000000000000000000000000
want() view returns (address)
0x0000000000000000000000000000000000000000
withdrawalFee() 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, address[] _addresses, struct ISolidlyRouterRoute[] _outputToNativeRoute, struct ISolidlyRouterRoute[] _outputToLp0Route, struct ISolidlyRouterRoute[] _outputToLp1Route)
panic()
pause()
renounceOwnership()
retireStrat()
setDystRouter(address _dystRouter)
setFee(uint256 _callFee, uint256 _strategistFee, uint256 _fee2)
setFeeOnProfits(uint256 _feeOnProfits)
setFeeRecipient1(address _feeRecipient)
setFeeRecipient2(address _feeRecipient2)
setHarvestOnDeposit(bool _harvestOnDeposit)
setKeeper(address _keeper)
setStrategist(address _strategist)
setVault(address _vault)
setWithdrawalFee(uint256 _fee)
transferOwnership(address newOwner)
unpause()
withdraw(uint256 _amount)
ChargedFees(uint256 callFees, uint256 feeAmount1, uint256 feeAmount2, uint256 strategistFees)
Deposit(uint256 tvl)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
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.