BribeVotingReward

Verified contract

Active on Base with 16 txns
Deployed by via 0x7996d48c at 19338423
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $71.79
ERC-20
Value $0
0x0ef74748bb4da80400d970c9197c36368ccad83196aba2d2739f68620b0b0ac9
0x9d8a4274b8d112f067cabc9d194b7d917f2c7bf9161967972c1367e054c94503
0x16f8047959230c9e53ecc0778dd015efe06177f829300c5012823993825ac0d8
0xf2f543ebfc8a2af00ea2b84499d8854a355691a74cbd0f4185f94c7e71f53b7e
0xc648b16e7ab8e30c44de2a1f92d4d7c26192ce17a732ca1d97a711a2e33e5dad
0x293d7c82b7c1791a3483878aa602a3c0be33ab2b041d1689e5b6478d1503e3dd
0x9f140f99efd06ea9b14357a2a9f11d8f300fabe7edbbc58fa6d50669752e4ead
0x1b75c61b10b1678d1c74139eed9ce23535f962a888bc4db1b1fafcb70769efa0
0x478d7221fbdcf4f7028ab252ac1b602a46d3be99a0e685e7d36e0251aa0bbda1
0xe873c91c446efeff954b76a60921c74f581077d2de21363932c1d586803f643b

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