BoostRewardsV2
Verified contract
Active on
Ethereum with 498 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 ($246.68)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BAL | ERC-20 | 113.155026 | $2.18 |
$246.68 | |
BOOST | ERC-20 | 7.446119 | -- | -- | |
BPT | ERC-20 | 0.440457 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11505554 | 4 years ago | | | 0 | 0.0027558270 | |
| 11102019 | 4 years ago | | | 0 | 0.0039474608 | |
| 11096491 | 4 years ago | | | 0 | 0.0031540950 | |
| 11038071 | 4 years ago | | | 0 | 0.0023409841 | |
| 10997909 | 4 years ago | | | 0 | 0.0020422150 | |
| 10997591 | 4 years ago | | | 0 | 0.0062985300 | |
| 10997556 | 4 years ago | | | 0 | 0.0032938950 | |
| 10997420 | 4 years ago | | | 0 | 0.0037222500 | |
| 10997388 | 4 years ago | | | 0 | 0.0044667000 | |
| 10993113 | 4 years ago | | | 0 | 0.0043432740 |
ABI
ABI objects
Getter at block 21183012
boostScaleFactor() view returns (uint256)
20
boostThreshold() view returns (uint256)
10
boostToken() view returns (address)
0x3e780920601d61cedb860fe9c4a90c9ea6a35e78
boostedTotalSupply() view returns (uint256)
440456767471523091
duration() view returns (uint256)
1209600
globalBoosterPrice() view returns (uint256)
3831646725310021281
isOwner() view returns (bool)
false
lastBoostPurchase() view returns (uint256)
1601690462
lastTimeRewardApplicable() view returns (uint256)
1601557200
lastUpdateTime() view returns (uint256)
1601557200
owner() view returns (address)
0xf0d3db2e1752fe133d6c5ee0fcbbb0632f745a05
periodFinish() view returns (uint256)
1601557200
rewardPerToken() view returns (uint256)
13525728736452414
rewardPerTokenStored() view returns (uint256)
13525728736452414
rewardRate() view returns (uint256)
2480158730158730
scaleFactor() view returns (uint256)
320
stablecoin() view returns (address)
0xdf5e0e81dff6faf3a7e52ba697820c5e32d806a8
stakeToken() view returns (address)
0x004e74ff81239c8f2ec0e2815defb970f3754d86
starttime() view returns (uint256)
1600347600
swapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
tokenCapAmount() view returns (uint256)
10000000000000000000000
totalSupply() view returns (uint256)
440456767471523091
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.