GaugeV3

Verified contract

Active on Ethereum with 54 txns
Deployed by via 0x97ef1d52 at 18798139
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "GaugeV3"

0xff77033015be884a5d2380069087c715e36e05b762cbdc54645e070bca891806
0x169fb62ffca18bfa04f12eff6175c8e9d89b16472b9bd890daf6aad9a5b8b904
0xed229aba89d572b3a050cbe541fab454ff04dcee0504d5a4ea6c2bbe3450cdfe
0xa3d1b0e849487657ee5369dc603a2abc2894970e34d72c827cc00534e1b1d62a
0x1d970b19ff3e90ecfd172d2c745cd488d6546a0ac7059c1c64dc411e4b25a537
0xc8b6ad161fc2ea168b818efdcf3b52f6feaa00d922883162d496bf8e02f4d426
0x0733ae9f6cb3d32959e639851d8f034c716a8d35d87dd408764b81d7e69fb3fa
0xc3c9d99722ab617cac0728fb4bfd7410b405f8fbd565de70288a8238daaaeb08
0xf75ca54e527e666e73759ace6e0592f93586b7d893985898122fdce08ca6a1de
0xaed254beb0188b01a7c00a48010593faffb9f1db47d14642260d81f5a8f8a3d3

Functions
Getter at block 21331761
acl(view returns (address)
0x523da3a8961e4dd4f6206dbf7e6c749f51796bb3
controller(view returns (address)
0xd8ceb2580f22e13d17031740af2e91e9e7a13347
epochFrozen(view returns (bool)
false
epochLastUpdate(view returns (uint16)
51
paused(view returns (bool)
false
pool(view returns (address)
0xda00000035fef4082f78def6a8903bee419fbf8e
version(view returns (uint256)
300
voter(view returns (address)
0x2fcbd02d5b1d52fc78d4c02890d7f4f47a459c33
Read-only
getRates(address[] tokensview returns (uint16[] rates)
isTokenAdded(address tokenview returns (bool)
quotaRateParams(addressview returns (uint16 minRateuint16 maxRateuint96 totalVotesLpSideuint96 totalVotesCaSide)
userTokenVotes(addressaddressview returns (uint96 votesLpSideuint96 votesCaSide)
State-modifying
addQuotaToken(address tokenuint16 minRateuint16 maxRate
changeQuotaMaxRate(address tokenuint16 maxRate
changeQuotaMinRate(address tokenuint16 minRate
pause(
setController(address newController
setFrozenEpoch(bool status
unpause(
unvote(address useruint96 votesbytes extraData
updateEpoch(
vote(address useruint96 votesbytes extraData
Events
AddQuotaToken(address indexed tokenuint16 minRateuint16 maxRate
NewController(address indexed newController
Paused(address account
SetFrozenEpoch(bool status
SetQuotaTokenParams(address indexed tokenuint16 minRateuint16 maxRate
Unpaused(address account
Unvote(address indexed useraddress indexed tokenuint96 votesbool lpSide
UpdateEpoch(uint16 epochNow
Vote(address indexed useraddress indexed tokenuint96 votesbool lpSide
Constructor
constructor(address _pooladdress _gearStaking
Fallback and receive

This contract contains no fallback and receive objects.

Errors
CallerNotConfiguratorException(
CallerNotControllerException(
CallerNotPausableAdminException(
CallerNotUnpausableAdminException(
CallerNotVoterException(
IncorrectParameterException(
InsufficientVotesException(
TokenNotAllowedException(
ZeroAddressException(