Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 2.4K | -- | -- | |
oWIG | ERC-20 | 586.667071 | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22731633 | 16 hours ago | | | 0 | 4.5098240e-7 | |
| 22719931 | a day ago | | | 0 | 0.000028204142 | |
| 22672387 | 2 days ago | | | 0 | 0.0000015947246 | |
| 22575319 | 4 days ago | | | 0 | 0.0000021191204 | |
| 22575271 | 4 days ago | | | 0 | 0.0000016182843 | |
| 22502908 | 6 days ago | | | 0 | 0.0000028948500 | |
| 22502870 | 6 days ago | | | 0 | 0.0000015653000 | |
| 22476449 | 7 days ago | | | 0 | 0.0000021334287 | |
| 22476447 | 7 days ago | | | 0 | 0.0000018823392 | |
| 22426140 | 8 days ago | | | 0 | 0.0000015622960 |
ABI
ABI objects
Getter at block 22761166 getPlugins() view returns (address[])
OTOKEN() view returns (address)
0xbe1053ec4ac137c9a5b4462d53d5c2c0b89a2b79
VTOKEN() view returns (address)
0x60c08737877a5262bdb1c1cac8fb90b5e5b11515
bribefactory() view returns (address)
0x9714412e8838337e60c8f7b4c2bc49247964c0fd
gaugefactory() view returns (address)
0xe23e1a116090a0829b7ab536a3af463a5a36a5a5
length() view returns (uint256)
38
minter() view returns (address)
0xf49222fccba2c149b3ff3ae9d3a30edb1f162576
owner() view returns (address)
0x46e77d8349ba8ae9137b89196a61ffee2c8c64b4
totalWeight() view returns (uint256)
10448662896914448455074
Read-only
bribes(address) view returns (address)
claimable(address) view returns (uint256)
gauges(address) view returns (address)
isAlive(address) view returns (bool)
isGauge(address) view returns (bool)
lastVoted(address) view returns (uint256)
pluginForGauge(address) view returns (address)
pluginVote(address, uint256) view returns (address)
plugins(uint256) view returns (address)
usedWeights(address) view returns (uint256)
votes(address, address) view returns (uint256)
weights(address) view returns (uint256)
State-modifying
Events addBribeReward(address _bribe, address _rewardToken)
addPlugin(address _plugin) returns (address)
claimBribes(address[] _bribes)
claimRewards(address[] _gauges)
distribute(address _gauge)
distribute(uint256 start, uint256 finish)
distributeToBribes(address[] _plugins)
distro()
emitDeposit(address account, uint256 amount)
emitWithdraw(address account, uint256 amount)
initialize(address _minter)
killGauge(address _gauge)
notifyRewardAmount(uint256 amount)
renounceOwnership()
reset()
reviveGauge(address _gauge)
transferOwnership(address newOwner)
updateAll()
updateFor(address[] _gauges)
updateForRange(uint256 start, uint256 end)
updateGauge(address _gauge)
vote(address[] _plugins, uint256[] _weights)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Voter__Abstained(address account, uint256 weight)
Voter__BribeRewardAdded(address indexed bribe, address indexed reward)
Voter__Deposit(address indexed plugin, address indexed gauge, address account, uint256 amount)
Voter__DistributeReward(address indexed sender, address indexed gauge, uint256 amount)
Voter__GaugeCreated(address creator, address indexed plugin, address indexed gauge, address bribe)
Voter__GaugeKilled(address indexed gauge)
Voter__GaugeRevived(address indexed gauge)
Voter__NotifyReward(address indexed sender, address indexed reward, uint256 amount)
Voter__Voted(address indexed voter, uint256 weight)
Voter__Withdraw(address indexed plugin, address indexed gauge, address account, uint256 amount)
constructor(address _VTOKEN, address _gaugefactory, address _bribefactory)
This contract contains no fallback and receive objects.
Voter__AlreadyVotedThisEpoch()
Voter__GaugeExists()
Voter__GaugeIsAlive()
Voter__GaugeIsDead()
Voter__InvalidZeroAddress()
Voter__NotAuthorizedGovernance()
Voter__NotAuthorizedMinter()
Voter__NotGauge()
Voter__NotMinter()
Voter__PluginLengthNotEqualToWeightLength()