BribeVotingReward

Verified contract

Active on Base with 7 txns
Deployed by via 0x75a45826 at 14303186
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
ERC-20
Value $0
ERC-20
--
0xf9a3cf8799c79b662e29f354e3ea50c5a95bbed46ffbb241ae9247fd36b9245f
0xfaf23ce58d86ccba0a8d682529bdb46146b9c8fede10a760731ad0ab3b40c2cf
0xb1ea18d7540e3fab9f7e570d33b7a4361ca678125d5bc679702ea775d910f9ff
0x821526375edacf0d04653dece0ea4f7eaad130102718fce3fe0896af8459528f
0x6eaf9433a66eb135e0b96d4c44bdba21a2e52c69d2e47a945df3e4ed04473ecd
0x68ce770cef895919c681b92bba8fc7987c67ae02d8a6b52667b23614a3152b37
0xfdb68fae7e4a5b61b7e6d77c50377dd57629fce0524cbc533a4d038693d6e019

Functions
Getter at block 23156590
DURATION(view returns (uint256)
604800
authorized(view returns (address)
0x16613524e02ad97edfef371bc883f2f5d6c480a5
rewardsListLength(view returns (uint256)
4
supplyNumCheckpoints(view returns (uint256)
11
totalSupply(view returns (uint256)
0
ve(view returns (address)
0xebf418fe2512e7e6bd9b87a8f0f294acdc67e6b4
voter(view returns (address)
0x16613524e02ad97edfef371bc883f2f5d6c480a5
Read-only
balanceOf(uint256view returns (uint256)
checkpoints(uint256uint256view returns (uint256 timestampuint256 balanceOf)
earned(address tokenuint256 tokenIdview returns (uint256)
getPriorBalanceIndex(uint256 tokenIduint256 timestampview returns (uint256)
getPriorSupplyIndex(uint256 timestampview returns (uint256)
isReward(addressview returns (bool)
isTrustedForwarder(address forwarderview returns (bool)
lastEarn(addressuint256view returns (uint256)
numCheckpoints(uint256view returns (uint256)
rewards(uint256view returns (address)
supplyCheckpoints(uint256view returns (uint256 timestampuint256 supply)
tokenRewardsPerEpoch(addressuint256view returns (uint256)
State-modifying
_deposit(uint256 amountuint256 tokenId
_withdraw(uint256 amountuint256 tokenId
getReward(uint256 tokenIdaddress[] tokens
notifyRewardAmount(address tokenuint256 amount
Events
ClaimRewards(address indexed fromaddress indexed rewarduint256 amount
Deposit(address indexed fromuint256 indexed tokenIduint256 amount
NotifyReward(address indexed fromaddress indexed rewarduint256 indexed epochuint256 amount
Withdraw(address indexed fromuint256 indexed tokenIduint256 amount
Constructor
constructor(address _forwarderaddress _voteraddress[] _rewards
Fallback and receive

This contract contains no fallback and receive objects.

Errors
InvalidReward(
NotAuthorized(
NotEscrowToken(
NotGauge(
NotSingleToken(
NotVotingEscrow(
NotWhitelisted(
ZeroAmount(