AeroGaugePlugin
Verified contract
Active on
Base with 14 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) |
---|---|---|---|---|---|---|---|
| 22710250 | 11 hours ago | | | 0 | 0.000029528174 | |
| 12972368 | 7 months ago | | | 0 | 3.1595554e-7 | |
| 12242542 | 8 months ago | | | 0 | 3.1491513e-7 | |
| 11297174 | 9 months ago | | | 0 | 0.000000017699030973 | |
| 9676289 | 10 months ago | | | 0 | 0.000000100084995913 | |
| 9675953 | 10 months ago | | | 0 | 2.4837114e-7 | |
| 9373490 | 10 months ago | | | 0 | 0.000000023434592661 | |
| 9329309 | 10 months ago | | | 0 | 0.000000013138539563 | |
| 9071123 | 10 months ago | | | 0 | 0.000000020586735070 | |
| 9037427 | 10 months ago | | | 0 | 0.000000000130306890 |
ABI
ABI objects
Getter at block 22729669
aeroGauge() view returns (address)
0x12e45be50dd4f3bc430b65d399b1e3b90275661c
getBribe() view returns (address)
0x533b374a711661eb6fd41c53e228df3bcbb61a10
getBribeTokens() view returns (address[])
[0x940181a94A35A4569E4529A3CDfB74e38FD98631]
getGauge() view returns (address)
0xeef16169bc9f07c97ee77baf235caf5ff6ca5f12
getProtocol() view returns (string)
Aerodrome
getTokensInUnderlying() view returns (address[])
[0x74ccbe53F77b08632ce0CB91D3A545bF6B8E0979, 0x940181a94A35A4569E4529A3CDfB74e38FD98631]
getUnderlyingAddress() view returns (address)
0xbbf71aad6e1f8d180d3b1d898528654c1d18b2ff
getUnderlyingDecimals() view returns (uint8)
18
getUnderlyingName() view returns (string)
vLP-fBOMB/AERO Gauge
getUnderlyingSymbol() view returns (string)
vLP-fBOMB/AERO Gauge
getVoter() view returns (address)
0x756fc5e6bdb26a85594346d7d0520e1c0e492452
symbol() view returns (string)
vLP-fBOMB/AERO Gauge
totalSupply() view returns (uint256)
1630137354819139431
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()