Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($15,226.21)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRV | ERC-20 | 38.32416K | $0.382527 |
$14,660.03 | |
ZUN | ERC-20 | 11.852656K | $0.047607 |
$564.27 | |
USDC | ERC-20 | 1.92 | $1.00 |
$1.92 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21165736 | 9 days ago | | | 0 | 0.0079613770 | |
| 21165732 | 9 days ago | | | 0 | 0.012519825 | |
| 21162677 | 9 days ago | | | 0 | 0.034658304 | |
| 21162590 | 9 days ago | | | 0 | 0.022324272 | |
| 21159228 | 10 days ago | | | 0 | 0.0052782629 | |
| 21159155 | 10 days ago | | | 0 | 0.0073984609 | |
| 21157947 | 10 days ago | | | 0 | 0.0057782071 | |
| 21157943 | 10 days ago | | | 0 | 0.0056374574 | |
| 21156540 | 10 days ago | | | 0 | 0.0033051623 | |
| 21149070 | 11 days ago | | | 0 | 0.013467541 |
ABI
ABI objects
Getter at block 21230542
DENOMINATOR() view returns (uint256)
10000
activeRound() view returns (uint256)
84
currentEpoch() view returns (uint256)
1730937600
distributor() view returns (address)
0x378ba9b73309be80bf4c2c027aad799766a7ed5a
feeAddress() view returns (address)
0x29e3b0e8df4ee3f71a62c34847c34e139fc0b297
lastRoundProcessed() view returns (uint256)
83
maxExclusions() view returns (uint256)
0
owner() view returns (address)
0xe39b8617d571cee5e75e1ec6b2bb40ddc8cf6fa3
platformFee() view returns (uint256)
400
requireAllowlist() view returns (bool)
true
Read-only
approvedTeam(address) view returns (bool)
excludedVotesReceived(uint256, address, address) view returns (uint256)
gaugesLength(uint256 _round) view returns (uint256)
inRoundGauges(uint256, address) view returns (bool)
incentives(uint256, address, uint256) view returns (address token, uint256 amount, uint256 maxPerVote, uint256 distributed, uint256 recycled, address depositor)
incentivesLength(uint256 _round, address _gauge) view returns (uint256)
roundGauges(uint256, uint256) view returns (address)
tokenAllowed(address) view returns (bool)
viewIncentive(uint256 _round, address _gauge, uint256 _incentive) view returns (struct VotiumIncentive)
virtualBalance(address) view returns (uint256)
votesReceived(uint256, address) view returns (uint256)
State-modifying
Events allowToken(address _token, bool _allow)
allowTokens(address[] _tokens, bool _allow)
depositIncentive(address _token, uint256 _amount, uint256 _round, address _gauge, uint256 _maxPerVote, address[] _excluded)
depositIncentiveSimple(address _token, uint256 _amount, address _gauge)
depositSplitGauges(address _token, uint256 _amount, uint256 _round, address[] _gauges, uint256 _maxPerVote, address[] _excluded)
depositSplitGaugesRounds(address _token, uint256 _amount, uint256 _numRounds, address[] _gauges, uint256 _maxPerVote, address[] _excluded)
depositSplitRounds(address _token, uint256 _amount, uint256 _numRounds, address _gauge, uint256 _maxPerVote, address[] _excluded)
depositUnevenSplitGauges(address _token, uint256 _round, address[] _gauges, uint256[] _amounts, uint256 _maxPerVote, address[] _excluded)
depositUnevenSplitGaugesRounds(address _token, uint256 _numRounds, address[] _gauges, uint256[] _amounts, uint256 _maxPerVote, address[] _excluded)
depositUnevenSplitGaugesSimple(address _token, address[] _gauges, uint256[] _amounts)
endRound(uint256 _round, address[] _gauges, uint256 _batch)
execute(address _to, uint256 _value, bytes _data) returns (bool, bytes)
finalizeRound(uint256 _round, uint256 _batch)
increaseIncentive(uint256 _round, address _gauge, uint256 _incentive, uint256 _increase, uint256 _maxPerVote)
invalidateIncentive(uint256 _round, address _gauge, uint256 _incentive)
modifyTeam(address _member, bool _approval)
recycleUnprocessed(uint256 _round, address _gauge, uint256 _incentive)
renounceOwnership()
setAllowlistRequired(bool _requireAllowlist)
setMaxExclusions(uint256 _maxExclusions)
submitExcludedTotals(uint256 _round, address _gauge, address[] _excluded, uint256[] _totals)
submitVoteTotals(uint256 _round, address[] _gauges, uint256[] _totals)
transferOwnership(address newOwner)
updateDistributor(address _distributor)
updateFeeAddress(address _feeAddress)
updateFeeAmount(uint256 _feeAmount)
withdrawUnprocessed(uint256 _round, address _gauge, uint256 _incentive)
AllowlistRequirement(bool _requireAllowlist)
IncreasedIncentive(uint256 _index, address _token, uint256 _total, uint256 _increase, uint256 indexed _round, address indexed _gauge, uint256 _maxPerVote)
MaxExclusions(uint256 _maxExclusions)
ModifiedTeam(address _member, bool _approval)
NewIncentive(uint256 _index, address _token, uint256 _amount, uint256 indexed _round, address indexed _gauge, uint256 _maxPerVote, address[] _excluded, address indexed _depositor, bool _recycled)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenAllow(address _token, bool _allow)
UpdatedDistributor(address _distributor)
UpdatedFee(uint256 _feeAmount)
WithdrawUnprocessed(uint256 _index, uint256 indexed _round, address indexed _gauge, uint256 _amount)
constructor(address _approved, address _approved2, address _feeAddress, address _distributor, address _initialOwner)
This contract contains no fallback and receive objects.
This contract contains no error objects.