BribeVotingReward

Verified contract

Active on Base with 8 txns
Deployed by via 0x5c9e006e at 18556770
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $5.73
ERC-20
Value $0.88
ERC-20
Value $0.86
0x9cbdd77735bdecc68b20afa212a8f3db60fef16e45362b3a29ffde5252f48da0
0x52941d8a25d2d563e6c17ac6c82fc9ec4b42d708297df8351daae680c1da5b96
0x34329dd7fbf4c633c60837d60067891ec89a7a9c07e8482e6519201c42a348e2
0xa03048d3eb67b3093f7c828c836b673e8339a7b3fbf7aec9ba38b14d63706326
0xb00d459dde442b1b4a0a830f7ba28b735a0503de1a17fcdcf82bc5aeb9b8f126
0x8eff0a4b277cbe77621e7ba60f3b7cec9230cd2ef93d931424d67f24979f9f26
0x265969b8f6e7044813bd051de4a83e62e0cd053178b2269244970a53627938df
0x71268895738134e0a11a6ac68c6816faa12c9cdf05afbb342e70016830b3c849

Functions
Getter at block 22752284
DURATION(view returns (uint256)
604800
authorized(view returns (address)
0x16613524e02ad97edfef371bc883f2f5d6c480a5
rewardsListLength(view returns (uint256)
3
supplyNumCheckpoints(view returns (uint256)
14
totalSupply(view returns (uint256)
5224253826946213561961
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(