BoostVaultRewards
Verified contract
Active on
Ethereum with 112 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3e78…5e78
0x80ca…2d1e
-
variable spans 2 additional slots
-
variable spans 2 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
bfUSDC | ERC-20 | 4.099334K | -- | -- | |
BOOST | ERC-20 | 20.895203 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11531630 | 4 years ago | | | 0 | 0.0042400800 | |
| 11456487 | 4 years ago | | | 0 | 0.0055352701 | |
| 11456360 | 4 years ago | | | 0 | 0.0022625988 | |
| 11402351 | 4 years ago | | | 0 | 0.0013274100 | |
| 11402346 | 4 years ago | | | 0 | 0.0013274100 | |
| 11394608 | 4 years ago | | | 0 | 0.0037452600 | |
| 11394590 | 4 years ago | | | 0 | 0.0057930600 | |
| 11394401 | 4 years ago | | | 0 | 0.010943400 | |
| 11349490 | 4 years ago | | | 0 | 0.0029468335 | |
| 11349445 | 4 years ago | | | 0 | 0.0036817182 |
ABI
ABI objects
Getter at block 21408616
EPOCH_DURATION() view returns (uint256)
604800
boostToken() view returns (address)
0x3e780920601d61cedb860fe9c4a90c9ea6a35e78
boostedTotalSupply() view returns (uint256)
4306046307
controller() view returns (address)
0x80ca41f7d5e79149ccad9a816c91115a06782d1e
currentEpoch() view returns (uint256 rewardsAvailable, uint256 rewardsClaimed, uint256 rewardPerToken)
(rewardsAvailable=0, rewardsClaimed=0, rewardPerToken=0)
currentEpochTime() view returns (uint256)
1607998500
globalBoosterPrice() view returns (uint256)
1518789894633344100
gov() view returns (address)
0xd87e80bcd2527508b617dc33f4b73dc5dda200a2
lastBoostPurchase() view returns (uint256)
1606598798
previousEpoch() view returns (uint256 rewardsAvailable, uint256 rewardsClaimed, uint256 rewardPerToken)
(rewardsAvailable=0, rewardsClaimed=0, rewardPerToken=0)
scaleFactor() view returns (uint256)
125
stakeToken() view returns (address)
0xf053b13fd62f908d0569099e517cb3b12a2be1b4
totalSupply() view returns (uint256)
4099334372
unclaimedRewards() view returns (uint256)
0
want() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
Read-only
balanceOf(address account) view returns (uint256)
boostedBalances(address) view returns (uint256)
currentEpochRewardsClaimable(address) view returns (uint256)
currentEpochUserRewardPerTokenPaid(address) view returns (uint256)
earned(address user) view returns (uint256)
getBoosterPrice(address user) view returns (uint256 boosterPrice, uint256 newBoostBalance)
lastActionTime(address) view returns (uint256)
nextBoostPurchaseTime(address) view returns (uint256)
numBoostersBought(address) view returns (uint256)
previousEpochRewardsClaimable(address) view returns (uint256)
previousEpochUserRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events boost()
emergencyWithdraw(uint256 amount)
exit()
getReward(address user)
notifyRewardAmount(uint256 reward)
sendTreasuryBoost()
sendUnclaimedRewards()
setController(address _controller)
setGovernance(address _gov)
stake(uint256 amount)
withdraw(uint256 amount)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
constructor(address _stakeToken, address _boostToken, address _controller, address _gov)
This contract contains no fallback and receive objects.
This contract contains no error objects.