BribeVotingReward

Verified contract

Active on Base with 9 txns
Deployed by via 0x44cea54f at 21112995
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $28,071.86
ERC-20
Value $0
ERC-20
--
0x6ceae92397764cd269867461f283fb2e08d2cc3d097c98dc776942286d4b3317
0x61ffc583b34efccd5ee2a9f1c134a4d86314d8820fd2f2410044f7b239dafe4e
0x1ea32bf6aff1a244563ce41a721c7321665ae2f5fa38674940e7cf64d62a1324
0x39d83e23daae202344e62739161577131575204eedfadd80ea04d5034f2968bb
0x4153c736973cb7331dd5b3c9b2b4dd54c4da94033ff3b89c000775676dd215b6
0x34a48f6435eedb3b7b8e63f93a69e6e4dbf83be2c4d1e9fa7e93ff6535d75f41
0xbd4d3bcd79a8cd36561398d2b9600a29512f3df8e8954c75d03fa4eeaf6f7e74
0xae72203e1960c726d41a296334105667685d9108b35b8100aa97ca3857babbd6
0xf16da263798d8120222b202f1340bc89d2f1707c8d7765b0e1cc5af765311254

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