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 "GaugeV3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21315597 | 2 days ago | | | 0 | 0.026260699 | |
| 21264851 | 9 days ago | | | 0 | 0.0093923525 | |
| 21214982 | 16 days ago | | | 0 | 0.00033845681 | |
| 21214719 | 16 days ago | | | 0 | 0.0088709437 | |
| 21164352 | 23 days ago | | | 0 | 0.012783076 | |
| 21114729 | a month ago | | | 0 | 0.0038560168 | |
| 21065984 | a month ago | | | 0 | 0.013074825 | |
| 21016409 | a month ago | | | 0 | 0.0080746370 | |
| 20967913 | 2 months ago | | | 0 | 0.011377658 | |
| 20919215 | 2 months ago | | | 0 | 0.0097420737 |
ABI
ABI objects
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[] tokens) view returns (uint16[] rates)
isTokenAdded(address token) view returns (bool)
quotaRateParams(address) view returns (uint16 minRate, uint16 maxRate, uint96 totalVotesLpSide, uint96 totalVotesCaSide)
userTokenVotes(address, address) view returns (uint96 votesLpSide, uint96 votesCaSide)
State-modifying
Events addQuotaToken(address token, uint16 minRate, uint16 maxRate)
changeQuotaMaxRate(address token, uint16 maxRate)
changeQuotaMinRate(address token, uint16 minRate)
pause()
setController(address newController)
setFrozenEpoch(bool status)
unpause()
unvote(address user, uint96 votes, bytes extraData)
updateEpoch()
vote(address user, uint96 votes, bytes extraData)
AddQuotaToken(address indexed token, uint16 minRate, uint16 maxRate)
NewController(address indexed newController)
Paused(address account)
SetFrozenEpoch(bool status)
SetQuotaTokenParams(address indexed token, uint16 minRate, uint16 maxRate)
Unpaused(address account)
Unvote(address indexed user, address indexed token, uint96 votes, bool lpSide)
UpdateEpoch(uint16 epochNow)
Vote(address indexed user, address indexed token, uint96 votes, bool lpSide)
constructor(address _pool, address _gearStaking)
This contract contains no fallback and receive objects.
CallerNotConfiguratorException()
CallerNotControllerException()
CallerNotPausableAdminException()
CallerNotUnpausableAdminException()
CallerNotVoterException()
IncorrectParameterException()
InsufficientVotesException()
TokenNotAllowedException()
ZeroAddressException()