VelociGaugePlugin
Verified contract
Active on
Base with 64 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 "VelociGaugePlugin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19396241 | 3 months ago | | | 0 | 0.0000031135888 | |
| 15747244 | 5 months ago | | | 0 | 0.000015637977 | |
| 13330638 | 7 months ago | | | 0 | 0.0000080104445 | |
| 13169223 | 7 months ago | | | 0 | 0.0000076751979 | |
| 13112764 | 7 months ago | | | 0 | 0.000010197798 | |
| 12870221 | 8 months ago | | | 0 | 0.00015063455 | |
| 12850277 | 8 months ago | | | 0 | 0.000047788961 | |
| 11629342 | 9 months ago | | | 0 | 0.0000022039180 | |
| 11337262 | 9 months ago | | | 0 | 0.0000018083400 | |
| 11117930 | 9 months ago | | | 0 | 0.0000018083400 |
ABI
ABI objects
Getter at block 22897380
getBribe() view returns (address)
0x81637a7193e853c322d6e11d9528e3f4f57f7d2a
getBribeTokens() view returns (address[])
[0x762eb51D2e779EeEc9B239FFB0B2eC8262848f3E]
getGauge() view returns (address)
0xc2e6a689bb45ae564d679b52e420119265b247d3
getProtocol() view returns (string)
Velocimeter
getTokensInUnderlying() view returns (address[])
[0x2Ae3F1Ec7F1F5012CFEab0185bfc7aa3cf0DEc22, 0xA5e9FA870C50f4fd352A82Ffe16a63646864686D]
getUnderlyingAddress() view returns (address)
0x53bab691db7660affddb8b14dc440d57cf172772
getUnderlyingDecimals() view returns (uint8)
18
getUnderlyingName() view returns (string)
vLP-cbETH/AKITA V3 Gauge
getUnderlyingSymbol() view returns (string)
vLP-cbETH/AKITA V3 Gauge
getVoter() view returns (address)
0x756fc5e6bdb26a85594346d7d0520e1c0e492452
pluginFactory() view returns (address)
0xc40215fedcc1475b5d767c4ebc7085501ffc8abf
symbol() view returns (string)
vLP-cbETH/AKITA V3 Gauge
totalSupply() view returns (uint256)
5041986175886561640
velociGauge() view returns (address)
0x5a1c14c91b9548ea5bba7463b6ca19729b44a61f
Read-only
balanceOf(address account) view returns (uint256)
velociGaugeRewards(uint256) view returns (address)
State-modifying
Events claimAndDistribute()
depositFor(address account, uint256 amount)
setBribe(address _bribe)
setGauge(address _gauge)
setGaugeRewards(address[] _gaugeRewards)
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 _velociGauge, address _pluginFactory, address[] _tokensInUnderlying, address[] _bribeTokens, address[] _velociGaugeRewards, string _protocol, string _symbol)
This contract contains no fallback and receive objects.
Plugin__InvalidZeroInput()
Plugin__NotAuthorizedVoter()
Plugin__NotFactory()