AlunaBoostPool
Verified contract
Active on
Ethereum with 136 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8185…5748
0x8185…5748
0x3a32…ef52
0xdf5e…06a8
3 additional
variables
Balances ($23.64)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ALN | ERC-20 | 11.742254K | $0.002013 |
$23.64 | |
UNI-V2 | ERC-20 | 46.460768 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13482812 | 3 years ago | | | 0 | 0.0063767494 | |
| 13482641 | 3 years ago | | | 0 | 0.0094080257 | |
| 13270136 | 3 years ago | | | 0 | 0.0052699542 | |
| 13270103 | 3 years ago | | | 0 | 0.0069634006 | |
| 13267568 | 3 years ago | | | 0 | 0.0042579942 | |
| 13267566 | 3 years ago | | | 0 | 0.0037448004 | |
| 13267548 | 3 years ago | | | 0 | 0.0012103352 | |
| 13264763 | 3 years ago | | | 0 | 0.0035984372 | |
| 13262639 | 3 years ago | | | 0 | 0.012847427 | |
| 13262628 | 3 years ago | | | 0 | 0.012443975 |
ABI
ABI objects
Getter at block 21306798
SECONDS_IN_A_DAY() view returns (uint256)
86400
boostScaleFactor() view returns (uint256)
20
boostThreshold() view returns (uint256)
10
boostToken() view returns (address)
0x8185bc4757572da2a610f887561c32298f1a5748
boostedTotalSupply() view returns (uint256)
46460768434517439300
duration() view returns (uint256)
7257600
globalBoosterPrice() view returns (uint256)
100000000000000000000000
lastBoostPurchase() view returns (uint256)
1623931200
lastTimeRewardApplicable() view returns (uint256)
1631188800
lastUpdateTime() view returns (uint256)
1631188800
owner() view returns (address)
0xfdfdc90bb26240aca0ee8829a607e2f89fe428eb
periodFinish() view returns (uint256)
1631188800
rewardPerToken() view returns (uint256)
266737015106074877534
rewardPerTokenStored() view returns (uint256)
266737015106074877534
rewardRate() view returns (uint256)
68893298059964726
rewardToken() view returns (address)
0x8185bc4757572da2a610f887561c32298f1a5748
scaleFactor() view returns (uint256)
100
stablecoin() view returns (address)
0xdf5e0e81dff6faf3a7e52ba697820c5e32d806a8
stakeToken() view returns (address)
0xdc3f6f4c00b55f56d5ef6293b762c6483af24a82
starttime() view returns (uint256)
1623931200
swapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
tokenCapAmount() view returns (uint256)
20000000000000000000000000000000000000000000
totalSupply() view returns (uint256)
46460768434517439300
treasury() view returns (address)
0x3a3235949a22b5c0bb42a42fd225a5fe7d18ef52
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 _rewardToken, address _boostToken, address _treasury, address _swapRouter, uint256 _starttime, uint256 _duration)
This contract contains no fallback and receive objects.
This contract contains no error objects.