BoostRewardsV2YFU
Verified contract
Active on
Ethereum with 280 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
YFU | ERC-20 | 12.348397K | -- | -- | |
UNI-V2 | ERC-20 | 37.9213 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12697115 | 3 years ago | | | 0 | 0.0021915590 | |
| 11093790 | 4 years ago | | | 0 | 0.0065813200 | |
| 11077244 | 4 years ago | | | 0 | 0.0013028400 | |
| 11077234 | 4 years ago | | | 0 | 0.0013052000 | |
| 11052367 | 4 years ago | | | 0 | 0.0037174620 | |
| 11052354 | 4 years ago | | | 0 | 0.0049071480 | |
| 11018779 | 4 years ago | | | 0 | 0.0035535500 | |
| 11018479 | 4 years ago | | | 0 | 0.0033466400 | |
| 10999265 | 4 years ago | | | 0 | 0.0077469000 | |
| 10998847 | 4 years ago | | | 0 | 0.0056862900 |
ABI
ABI objects
Getter at block 21382605
boostScaleFactor() view returns (uint256)
20
boostThreshold() view returns (uint256)
10
boostToken() view returns (address)
0x1f9840a85d5af5bf1d1762f925bdaddc4201f984
boostedTotalSupply() view returns (uint256)
38421300000000000000
devEscrow() view returns (address)
0xe8fa1ba4dc7744275f4c061e3fe7923dbad73ece
duration() view returns (uint256)
1209600
globalBoosterPrice() view returns (uint256)
1115668346665316555
governance() view returns (address)
0xf3fe7d990fdfff600ed0c4d1cc434147c4d06eac
governanceSetter() view returns (address)
0x0000000000000000000000000000000000000000
isOwner() view returns (bool)
false
lastBoostPurchase() view returns (uint256)
1601007444
lastTimeRewardApplicable() view returns (uint256)
1601758921
lastUpdateTime() view returns (uint256)
1601758921
owner() view returns (address)
0xefc8874d5ac59a2dd57d68374df76e856c99eb2c
periodFinish() view returns (uint256)
1601758921
rewardPerToken() view returns (uint256)
1163090673805379298167
rewardPerTokenStored() view returns (uint256)
1163090673805379298167
rewardRate() view returns (uint256)
2050264550264550264
rewardToken() view returns (address)
0xa279dab6ec190ee4efce7da72896eb58ad533262
scaleFactor() view returns (uint256)
320
stablecoin() view returns (address)
0x1f9840a85d5af5bf1d1762f925bdaddc4201f984
stakeToken() view returns (address)
0xa9e98dc206f21fa0992ec640ba37ab4f62b223e9
starttime() view returns (uint256)
1600549321
swapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
tokenCapAmount() view returns (uint256)
999999999999999999999999999999999999999999
totalSupply() view returns (uint256)
37921300000000000000
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()
setGovernance(address _governance)
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 _governanceSetter, address _swapRouter, uint256 _starttime, uint256 _duration)
This contract contains no fallback and receive objects.
This contract contains no error objects.