BribeVotingReward
Verified contract
Active on
Base with 1 txns
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 |
---|---|---|---|---|---|
USDC | ERC-20 | 0.000006 | $0.999886 |
$0 | |
LUCHA | ERC-20 | 0 | $0.023268 |
$0 | |
LOTTO | ERC-20 | 42.0777 | -- | -- | |
NUNU | ERC-20 | 4.206956 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16562274 | 4 months ago | | | 0 | 5.9653490e-7 |
ABI
ABI objects
Getter at block 21815730
DURATION() view returns (uint256)
604800
authorized() view returns (address)
0x16613524e02ad97edfef371bc883f2f5d6c480a5
rewardsListLength() view returns (uint256)
2
supplyNumCheckpoints() view returns (uint256)
18
totalSupply() view returns (uint256)
6308203703067682743708
ve() view returns (address)
0xebf418fe2512e7e6bd9b87a8f0f294acdc67e6b4
voter() view returns (address)
0x16613524e02ad97edfef371bc883f2f5d6c480a5
Read-only
balanceOf(uint256) view returns (uint256)
checkpoints(uint256, uint256) view returns (uint256 timestamp, uint256 balanceOf)
earned(address token, uint256 tokenId) view returns (uint256)
getPriorBalanceIndex(uint256 tokenId, uint256 timestamp) view returns (uint256)
getPriorSupplyIndex(uint256 timestamp) view returns (uint256)
isReward(address) view returns (bool)
isTrustedForwarder(address forwarder) view returns (bool)
lastEarn(address, uint256) view returns (uint256)
numCheckpoints(uint256) view returns (uint256)
rewards(uint256) view returns (address)
supplyCheckpoints(uint256) view returns (uint256 timestamp, uint256 supply)
tokenRewardsPerEpoch(address, uint256) view returns (uint256)
State-modifying
Events _deposit(uint256 amount, uint256 tokenId)
_withdraw(uint256 amount, uint256 tokenId)
getReward(uint256 tokenId, address[] tokens)
notifyRewardAmount(address token, uint256 amount)
ClaimRewards(address indexed from, address indexed reward, uint256 amount)
Deposit(address indexed from, uint256 indexed tokenId, uint256 amount)
NotifyReward(address indexed from, address indexed reward, uint256 indexed epoch, uint256 amount)
Withdraw(address indexed from, uint256 indexed tokenId, uint256 amount)
constructor(address _forwarder, address _voter, address[] _rewards)
This contract contains no fallback and receive objects.
InvalidReward()
NotAuthorized()
NotEscrowToken()
NotGauge()
NotSingleToken()
NotVotingEscrow()
NotWhitelisted()
ZeroAmount()