GaugeV3

Verified contract

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

No balances found for "GaugeV3"

0x8898b719d1db5ea4bf8186cf2521e8314d7dd553f7a4fe961e1f9dc3f6f6a62d
0xed9a01365c7993a5b26fed0bb309ad75b032538ea9f6590cd7fa391d6fae8f12
0xaad0346ea7e8f3e7d88de0a708c88d95fdce935ee46522fb3fc941c70638c895
0xeab5d41498a243d48cc070d92d5b884d5d5f29eb4ac25211c3bd3534bd0ae89e
0xd619badfbfc2bf863c91ba0ce202a8678f93f982bcbcd38fa90988d3721afaed
0xc6a9ffff900388623b662291f589aa7f2ed4be9bc54224b4f9364cc4da35e877
0x188be5274e5503f581a7a4f5ca429460cec065329a613e2837b87480e3c6c8e4
0x0d89ef9d69774f0e03202a1a7bc1963e069f147f8bbdcbeef14162d5ffa3eb65
0x3cbede3475b443214cfc7628ffbc5a4d4dd0643544e003f8739207a0b41e4c5f
0xd9ced289b799848f502017a38a568719f309d23fc1f85cadd0d2f9b395a91a20

Functions
Getter at block 20872172
acl(view returns (address)
0x523da3a8961e4dd4f6206dbf7e6c749f51796bb3
controller(view returns (address)
0xd8ceb2580f22e13d17031740af2e91e9e7a13347
epochFrozen(view returns (bool)
false
epochLastUpdate(view returns (uint16)
42
paused(view returns (bool)
false
pool(view returns (address)
0xda0002859b2d05f66a753d8241fcde8623f26f4f
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(