This contract is being backfilled. You may encounter incomplete storage history.

BribeVotingReward

Verified contract

Active on Base with 6 txns
Deployed by via 0xe966a4df at 20511971
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $12.19
ERC-20
Value $0
ERC-20
Value $0
0xeac895a165ccf91ef2ee3c22cd77909af87fefdc7745bf83c1037008a745905a
0x9de47fa24d8e69064629eefcaa7874c29eab97d80b576e6633e8a5d2d1c1fe7d
0xcd43a7da175a19222a771f6af5fadf294caddfb948277708527cd582654fa2c5
0xf448f8c37c762184e06b81f796a1bd482bb721739ae80f4655baec11877fd6b2
0x67a17354e078ac3d5cb522148f869ca6d188cc82d873c17425c0b1d010f14726
0xc56a7d808aebd2f115b4ef12fc050bda2faea4b997ad72f326351cbf19f43e40

Functions
Getter at block 22925573
DURATION(view returns (uint256)
604800
authorized(view returns (address)
0x16613524e02ad97edfef371bc883f2f5d6c480a5
rewardsListLength(view returns (uint256)
4
supplyNumCheckpoints(view returns (uint256)
9
totalSupply(view returns (uint256)
68960260625643750342687
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(