AeroGaugePlugin
Verified contract
Active on
Base with 54 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "AeroGaugePlugin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19606879 | 3 months ago | | | 0 | 0.0000027132772 | |
| 18436762 | 4 months ago | | | 0 | 9.1676140e-7 | |
| 17473750 | 4 months ago | | | 0 | 0.000015974973 | |
| 15747259 | 6 months ago | | | 0 | 0.0000073708843 | |
| 14839892 | 6 months ago | | | 0 | 0.000018849802 | |
| 14411251 | 7 months ago | | | 0 | 0.000013554233 | |
| 14305805 | 7 months ago | | | 0 | 0.000013561533 | |
| 14140694 | 7 months ago | | | 0 | 0.000011655956 | |
| 14102394 | 7 months ago | | | 0 | 0.000012371636 | |
| 13726047 | 7 months ago | | | 0 | 0.000013748970 |
ABI
ABI objects
Getter at block 23235737
aeroGauge() view returns (address)
0x67d128f56ebace1341f17e0bd20e0653034f7ccb
getBribe() view returns (address)
0x9ae7dbff335bde5508798b9b38a0d23f3c5a8d90
getBribeTokens() view returns (address[])
[0x940181a94A35A4569E4529A3CDfB74e38FD98631]
getGauge() view returns (address)
0xddf3de10d369aba507d3595e4f181d33ff869f0f
getProtocol() view returns (string)
Aerodrome
getTokensInUnderlying() view returns (address[])
[0x373504DA48418C67E6FCD071F33Cb0b3B47613C7, 0x4200000000000000000000000000000000000006]
getUnderlyingAddress() view returns (address)
0x9d933f0af9dc01a6f9e5d2e6dcb25b6d0837ea81
getUnderlyingDecimals() view returns (uint8)
18
getUnderlyingName() view returns (string)
vLP-wBaseDOGE/WETH Gauge
getUnderlyingSymbol() view returns (string)
vLP-wBaseDOGE/WETH Gauge
getVoter() view returns (address)
0x756fc5e6bdb26a85594346d7d0520e1c0e492452
symbol() view returns (string)
vLP-wBaseDOGE/WETH Gauge
totalSupply() view returns (uint256)
16539800039931795540494
Read-only
balanceOf(address account) view returns (uint256)
State-modifying
Events claimAndDistribute()
depositFor(address account, uint256 amount)
setBribe(address _bribe)
setGauge(address _gauge)
withdrawTo(address account, uint256 amount)
Plugin__ClaimedAnDistributed()
Plugin__Deposited(address indexed account, uint256 amount)
Plugin__Withdrawn(address indexed account, uint256 amount)
constructor(address _underlying, address _aeroGauge, address _voter, address[] _tokensInUnderlying, address[] _bribeTokens, string _protocol, string _symbol)
This contract contains no fallback and receive objects.
Plugin__InvalidZeroInput()
Plugin__NotAuthorizedVoter()