BoostRewardsV2
Verified contract
Active on
Ethereum with 384 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3e78…5e78
0x7115…cb70
0xdf5e…06a8
2 additional
variables
Balances ($305.25)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BAL | ERC-20 | 135.668819 | $2.25 |
$305.25 | |
BOOST | ERC-20 | 22.403134 | -- | -- | |
BPT | ERC-20 | 3.048992 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11505545 | 4 years ago | | | 0 | 0.0034608060 | |
| 11349630 | 4 years ago | | | 0 | 0.0011081850 | |
| 10997932 | 4 years ago | | | 0 | 0.0020362261 | |
| 10997556 | 4 years ago | | | 0 | 0.0034136730 | |
| 10997423 | 4 years ago | | | 0 | 0.0044722500 | |
| 10997394 | 4 years ago | | | 0 | 0.0053667000 | |
| 10997190 | 4 years ago | | | 0 | 0.0031922450 | |
| 10997146 | 4 years ago | | | 0 | 0.0091231000 | |
| 10997120 | 4 years ago | | | 0 | 0.0089979000 | |
| 10988297 | 4 years ago | | | 0 | 0.0023955600 |
ABI
ABI objects
Getter at block 21212268
boostScaleFactor() view returns (uint256)
20
boostThreshold() view returns (uint256)
10
boostToken() view returns (address)
0x3e780920601d61cedb860fe9c4a90c9ea6a35e78
boostedTotalSupply() view returns (uint256)
3048992429278943676
duration() view returns (uint256)
1209600
globalBoosterPrice() view returns (uint256)
2573537550058795608
isOwner() view returns (bool)
false
lastBoostPurchase() view returns (uint256)
1601290480
lastTimeRewardApplicable() view returns (uint256)
1601557200
lastUpdateTime() view returns (uint256)
1601557200
owner() view returns (address)
0xf0d3db2e1752fe133d6c5ee0fcbbb0632f745a05
periodFinish() view returns (uint256)
1601557200
rewardPerToken() view returns (uint256)
13239269596716273
rewardPerTokenStored() view returns (uint256)
13239269596716273
rewardRate() view returns (uint256)
3100198412698412
scaleFactor() view returns (uint256)
320
stablecoin() view returns (address)
0xdf5e0e81dff6faf3a7e52ba697820c5e32d806a8
stakeToken() view returns (address)
0x53b0a526e67aec8f151297f8b6b20d0d8a7b9129
starttime() view returns (uint256)
1600347600
swapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
tokenCapAmount() view returns (uint256)
10000000000000000000000
totalSupply() view returns (uint256)
3048992429278943676
treasury() view returns (address)
0x71151b7ae78459093f1b29583f2b24aef603cb70
Read-only
balanceOf(address account) view returns (uint256)
boostedBalances(address) view returns (uint256)
earned(address account) view returns (uint256)
getBoosterPrice(address user) view returns (uint256 boosterPrice, uint256 newBoostBalance)
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()
setScaleFactorsAndThreshold(uint256 _boostThreshold, uint256 _boostScaleFactor, uint256 _scaleFactor)
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 _treasury, address _swapRouter, uint256 _starttime, uint256 _duration)
This contract contains no fallback and receive objects.
This contract contains no error objects.