BribeVotingReward

Verified contract

Active on Base with 15 txns
Deployed by via 0x265e8a1b at 15332928
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0.08
ERC-20
Value $0.06
ERC-20
Value $0
ERC-20
Value $0
ERC-20
Value $0
ERC-20
--
ERC-20
--
0x48e482291893e43055585da0cdd1419ab7b390b5f7588578b13c65b6961ac08b
0x7a2c39458037f9cbdc47155661160670d1401bdf92417025a7f54067e15b2af9
0x803eb1c32535281ed39b26c0225eb9332084f9043952dc8951049e5fe68e0de5
0x9d237ec602f04d4965063a12c783a6148be3ba32c80de76c61b377d6c5592315
0xcd49792c73c29b6aad72666e73dd7a1734e217c97fd252de2d5654ab1d58858a
0x70536a9702b6058ae1c817a08e1f8bd05e4af06b4579b19145604d0e56b199a5
0x0b2eccb04a4f6307ad7707e310d4a8b4218b6d2bb805ca644713df9aa18953eb
0x52f1ddaa193271422453b5a7287385575821910dffb6a5c8e4fa89b010b7c36c
0x4ec029ee5d14869c8b763a0d5285acf8878e12e6b09de6eead842db579a8edf0
0xda9f2ecf30cd41e3b6859734dbfeb0c1bdf9abb50ba082093d8acefddfcd66d0

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