StrategyCommonVelodromeGaugeV2
Verified contract
Active on
Base with 196 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2d27…2eb0
Balances ($4.73)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TKN | ERC-20 | 107.791507 | $0.043772 |
$4.72 | |
PEEZY | ERC-20 | 1.2 | $0.008584 |
$0.01 | |
kurbi | ERC-20 | 1 | $0.000733 |
$0 | |
COOMER | ERC-20 | 69 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15579733 | 5 months ago | | | 0 | 0.0000041010715 | |
| 15572533 | 5 months ago | | | 0 | 0.0000021660688 | |
| 15565333 | 5 months ago | | | 0 | 0.0000019525033 | |
| 15558133 | 5 months ago | | | 0 | 0.0000018194668 | |
| 15550934 | 5 months ago | | | 0 | 0.0000017804905 | |
| 15543733 | 5 months ago | | | 0 | 0.0000011195518 | |
| 15536533 | 5 months ago | | | 0 | 0.0000045482044 | |
| 15529333 | 5 months ago | | | 0 | 0.0000018471152 | |
| 15514933 | 5 months ago | | | 0 | 0.0000013705621 | |
| 15507733 | 5 months ago | | | 0 | 0.0000018221879 |
ABI
ABI objects
Getter at block 22149219 callReward() view returns (uint256)
WITHDRAWAL_FEE_CAP() view returns (uint256)
50
WITHDRAWAL_MAX() view returns (uint256)
10000
balanceOf() view returns (uint256)
125756684201125717
balanceOfPool() view returns (uint256)
125756684201125717
balanceOfWant() view returns (uint256)
0
beefyFeeConfig() view returns (address)
0x2d2778f725ec6c9884ad0db5b5f8c19aa3772eb0
beefyFeeRecipient() view returns (address)
0xb9eb10ba936f35d5bdcca9b1cf477d6b152abfed
depositFee() view returns (uint256)
0
factory() view returns (address)
0x420dd381b31aef6683db6b902084cb0ffece40da
gauge() view returns (address)
0xe157d5a0c9a533ebbdeadb43633ce76d61816778
getAllFees() view returns (struct IFeeConfigAllFees)
((30000000000000000, 1000000000000000000, 0, 0, DefaultFees, true), 0, 0)
getStratFeeId() view returns (uint256)
0
harvestOnDeposit() view returns (bool)
true
keeper() view returns (address)
0xb9eb10ba936f35d5bdcca9b1cf477d6b152abfed
lastHarvest() view returns (uint256)
1717948813
lpToken0() view returns (address)
0x4200000000000000000000000000000000000006
lpToken1() view returns (address)
0x78b3c724a2f663d11373c4a1978689271895256f
native() view returns (address)
0x4200000000000000000000000000000000000006
output() view returns (address)
0x940181a94a35a4569e4529a3cdfb74e38fd98631
outputToLp0() view returns (address[])
[0x940181a94A35A4569E4529A3CDfB74e38FD98631, 0x4200000000000000000000000000000000000006]
outputToLp1() view returns (address[])
[0x940181a94A35A4569E4529A3CDfB74e38FD98631, 0x78b3C724A2F663D11373C4a1978689271895256f]
outputToNative() view returns (address[])
[0x940181a94A35A4569E4529A3CDfB74e38FD98631, 0x4200000000000000000000000000000000000006]
owner() view returns (address)
0xb9eb10ba936f35d5bdcca9b1cf477d6b152abfed
paused() view returns (bool)
false
rewardsAvailable() view returns (uint256)
3322561845422416834
stable() view returns (bool)
false
strategist() view returns (address)
0xb9eb10ba936f35d5bdcca9b1cf477d6b152abfed
unirouter() view returns (address)
0xcf77a3ba9a5ca399b7c97c74d54e5b1beb874e43
vault() view returns (address)
0x96fcce98a69cc063ff07b9995b257d831b5549cd
want() view returns (address)
0x1a9f461a371559f82976fa18c46a6a0d29f131d0
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)
managerHarvest()
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)
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)
constructor(address _want, address _gauge, struct StratFeeManagerCommonAddresses _commonAddresses, struct ISolidlyRouterRoute[] _outputToNativeRoute, struct ISolidlyRouterRoute[] _outputToLp0Route, struct ISolidlyRouterRoute[] _outputToLp1Route)
This contract contains no fallback and receive objects.
This contract contains no error objects.