BoostRewardsPool
Verified contract
Active on
Ethereum with 565 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3e78…5e78
Balances ($248.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
COMP | ERC-20 | 2.298224 | $107.91 |
$248 | |
BOOST | ERC-20 | 1.31812 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10872663 | 4 years ago | | | 0 | 0.0076425200 | |
| 10849821 | 4 years ago | | | 0 | 0.012389012 | |
| 10845806 | 4 years ago | | | 0 | 0.013476782 | |
| 10840173 | 4 years ago | | | 0 | 0.013970588 | |
| 10836450 | 4 years ago | | | 0 | 0.012735887 | |
| 10831053 | 4 years ago | | | 0 | 0.012030194 | |
| 10825127 | 4 years ago | | | 0 | 0.0087632250 | |
| 10824893 | 4 years ago | | | 0 | 0.0065742450 | |
| 10824882 | 4 years ago | | | 0 | 0.0063837520 | |
| 10824661 | 4 years ago | | | 0 | 0.0059257600 |
ABI
ABI objects
Getter at block 21392037
MAX_NUM_BOOSTERS() view returns (uint256)
5
boostToken() view returns (address)
0x3e780920601d61cedb860fe9c4a90c9ea6a35e78
boostedTotalSupply() view returns (uint256)
2298223879121515050
boosterPrice() view returns (uint256)
4321942375150661991
duration() view returns (uint256)
604800
governance() view returns (address)
0xc3859cb576f7e8a0a8537a5ce4700c95802daf81
governanceSetter() view returns (address)
0x0000000000000000000000000000000000000000
isOwner() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
1599570000
lastUpdateTime() view returns (uint256)
1599570000
owner() view returns (address)
0x0000000000000000000000000000000000000000
periodFinish() view returns (uint256)
1599570000
rewardPerToken() view returns (uint256)
7234443952269193232
rewardPerTokenStored() view returns (uint256)
7234443952269193232
rewardRate() view returns (uint256)
6613756613756613
stablecoin() view returns (address)
0xdf5e0e81dff6faf3a7e52ba697820c5e32d806a8
stakeToken() view returns (address)
0xc00e94cb662c3520282e6f5717214004a7f26888
starttime() view returns (uint256)
1598965200
tokenCapAmount() view returns (uint256)
79399737980864700000
totalSupply() view returns (uint256)
2298223879121515050
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.