StrategyCommonVelodromeGaugeV2
Verified contract
Active on
Base with 1,035 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2d27…2eb0
Balances ($0.05)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WGC | ERC-20 | 200 | $0.000217 |
$0.04 | |
PEEZY | ERC-20 | 1.2 | $0.004288 |
$0.01 | |
USA | ERC-20 | 1 | $0.000717 |
$0 | |
RIKY | ERC-20 | 0.99 | $0.000092 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000602 |
$0 | |
AERO | ERC-20 | 0.000001 | $1.44 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
PAW | ERC-20 | 49.999999 | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23319729 | 15 days ago | | | 0 | 0.000038689513 | |
| 23312529 | 15 days ago | | | 0 | 0.000047773439 | |
| 22412529 | a month ago | | | 0 | 0.000015979681 | |
| 22405329 | a month ago | | | 0 | 0.000018731413 | |
| 22398129 | a month ago | | | 0 | 0.000013403395 | |
| 22390929 | a month ago | | | 0 | 0.000015505555 | |
| 22383729 | a month ago | | | 0 | 0.000010033713 | |
| 22369329 | a month ago | | | 0 | 0.000011594706 | |
| 22362129 | a month ago | | | 0 | 0.000011709617 | |
| 22354929 | a month ago | | | 0 | 0.0000076660116 |
ABI
ABI objects
Getter at block 23957208 callReward() view returns (uint256)
WITHDRAWAL_FEE_CAP() view returns (uint256)
50
WITHDRAWAL_MAX() view returns (uint256)
10000
balanceOf() view returns (uint256)
11012857590
balanceOfPool() view returns (uint256)
11012857590
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)
0x4f09bab2f0e15e2a078a227fe1537665f55b8360
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)
1733428805
lpToken0() view returns (address)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
lpToken1() view returns (address)
0x940181a94a35a4569e4529a3cdfb74e38fd98631
native() view returns (address)
0x4200000000000000000000000000000000000006
output() view returns (address)
0x940181a94a35a4569e4529a3cdfb74e38fd98631
outputToLp0() view returns (address[])
[0x940181a94A35A4569E4529A3CDfB74e38FD98631, 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913]
outputToLp1() view returns (address[])
[0x940181a94A35A4569E4529A3CDfB74e38FD98631, 0x940181a94A35A4569E4529A3CDfB74e38FD98631]
outputToNative() view returns (address[])
[0x940181a94A35A4569E4529A3CDfB74e38FD98631, 0x4200000000000000000000000000000000000006]
owner() view returns (address)
0xb9eb10ba936f35d5bdcca9b1cf477d6b152abfed
paused() view returns (bool)
false
rewardsAvailable() view returns (uint256)
21037906672375707
stable() view returns (bool)
false
strategist() view returns (address)
0xb9eb10ba936f35d5bdcca9b1cf477d6b152abfed
unirouter() view returns (address)
0xcf77a3ba9a5ca399b7c97c74d54e5b1beb874e43
vault() view returns (address)
0x7029c4197f86216cee7516489ea97708ae696d25
want() view returns (address)
0x6cdcb1c4a4d1c3c6d054b27ac5b77e89eafb971d
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.