BoostRewardsPool
Verified contract
Active on
Ethereum with 2,491 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3e78…5e78
0x7a25…488d
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BOOST | ERC-20 | 111.006179 | -- | -- | |
UNI-V2 | ERC-20 | 65.037297 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11000259 | 4 years ago | | | 0 | 0.0055901120 | |
| 10967698 | 4 years ago | | | 0 | 0.010084320 | |
| 10943386 | 4 years ago | | | 0 | 0.0063524000 | |
| 10937124 | 4 years ago | | | 0 | 0.0077499280 | |
| 10903436 | 4 years ago | | | 0 | 0.010521307 | |
| 10900239 | 4 years ago | | | 0 | 0.017532624 | |
| 10899334 | 4 years ago | | | 0 | 0.014006000 | |
| 10898240 | 4 years ago | | | 0 | 0.010084320 | |
| 10897213 | 4 years ago | | | 0 | 0.013340040 | |
| 10895097 | 4 years ago | | | 0 | 0.013721184 |
ABI
ABI objects
Getter at block 21279989
MAX_NUM_BOOSTERS() view returns (uint256)
5
boostToken() view returns (address)
0x3e780920601d61cedb860fe9c4a90c9ea6a35e78
boostedTotalSupply() view returns (uint256)
71523619480281269251
boosterPrice() view returns (uint256)
42813036230940447005
duration() view returns (uint256)
1209600
governance() view returns (address)
0xc3859cb576f7e8a0a8537a5ce4700c95802daf81
governanceSetter() view returns (address)
0x0000000000000000000000000000000000000000
isOwner() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
1600347600
lastUpdateTime() view returns (uint256)
1600347600
owner() view returns (address)
0x0000000000000000000000000000000000000000
periodFinish() view returns (uint256)
1600347600
rewardPerToken() view returns (uint256)
28788887338552960649
rewardPerTokenStored() view returns (uint256)
28788887338552960649
rewardRate() view returns (uint256)
24801587301587301
stablecoin() view returns (address)
0xdf5e0e81dff6faf3a7e52ba697820c5e32d806a8
stakeToken() view returns (address)
0x6b4a0bd2eee3ca06652f758844937daf91ea8422
starttime() view returns (uint256)
1599138000
tokenCapAmount() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
totalSupply() view returns (uint256)
65037297241873483338
uniswapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
balanceOf(address account) view returns (uint256)
boostedBalances(address) view returns (uint256)
earned(address account) view returns (uint256)
nextBoostPurchaseTime(address) view returns (uint256)
numBoostersBought(address) view returns (uint256)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events boost()
exit()
getReward()
notifyRewardAmount(uint256 reward)
renounceOwnership()
setGovernance(address _governance)
stake(uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
constructor(uint256 _tokenCapAmount, address _stakeToken, address _boostToken, address _governanceSetter, address _uniswapRouter, uint256 _starttime, uint256 _duration)
This contract contains no fallback and receive objects.
This contract contains no error objects.