BoostRewardsPool
Verified contract
Active on
Ethereum with 521 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3e78…5e78
Balances ($2.46)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KNC | ERC-20 | 3.484873 | $0.705793 |
$2.46 | |
BOOST | ERC-20 | 1.109228 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10948131 | 4 years ago | | | 0 | 0.0073221852 | |
| 10882124 | 4 years ago | | | 0 | 0.053867059 | |
| 10877418 | 4 years ago | | | 0 | 0.045546496 | |
| 10842142 | 4 years ago | | | 0 | 0.012318492 | |
| 10842022 | 4 years ago | | | 0 | 0.010862240 | |
| 10826779 | 4 years ago | | | 0 | 0.011469661 | |
| 10826432 | 4 years ago | | | 0 | 0.012727539 | |
| 10826224 | 4 years ago | | | 0 | 0.012084734 | |
| 10825429 | 4 years ago | | | 0 | 0.010284880 | |
| 10825139 | 4 years ago | | | 0 | 0.0086306360 |
ABI
ABI objects
Getter at block 21390616
MAX_NUM_BOOSTERS() view returns (uint256)
5
boostToken() view returns (address)
0x3e780920601d61cedb860fe9c4a90c9ea6a35e78
boostedTotalSupply() view returns (uint256)
3489959188855790000
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)
18930953444895872
rewardPerTokenStored() view returns (uint256)
18930953444895872
rewardRate() view returns (uint256)
6613756613756613
stablecoin() view returns (address)
0xdf5e0e81dff6faf3a7e52ba697820c5e32d806a8
stakeToken() view returns (address)
0xdd974d5c2e2928dea5f71b9825b8b646686bd200
starttime() view returns (uint256)
1598965200
tokenCapAmount() view returns (uint256)
11049723756906100000000
totalSupply() view returns (uint256)
3484872736640250000
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.