UniBOMBLiquidReward
Verified contract
Active on
Ethereum with 37 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
-
variable spans 2 additional slots
-
variable spans 2 additional slots
-
variable spans 3 additional slots
-
variable spans 15 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WBOMB | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10225078 | 4 years ago | | | 0 | 0.0032227600 | |
| 10223913 | 4 years ago | | | 0 | 0.0066643200 | |
| 10221876 | 4 years ago | | | 0 | 0.0027518400 | |
| 10220470 | 4 years ago | | | 0 | 0.0037024000 | |
| 10219175 | 4 years ago | | | 0 | 0.0037319520 | |
| 10219021 | 4 years ago | | | 0 | 0.0041394780 | |
| 10217011 | 4 years ago | | | 0 | 0.0040828800 | |
| 10216151 | 4 years ago | | | 0 | 0.0020934960 | |
| 10216108 | 4 years ago | | | 0 | 0.0038780000 | |
| 10215997 | 4 years ago | | | 0 | 0.0054438400 |
ABI
ABI objects
Getter at block 21100269
LIQUIDITY_TOKEN() view returns (address)
0xee89ea23c18410f2b57e7abc6eb24cfcde4f49b0
REWARD_TOKEN() view returns (address)
0xbbb38be7c6d954320c0297c06ab3265a950cdf89
allocatedRewards() view returns (uint256)
0
getAllocatedRewards() view returns (uint256)
0
getMaxMonths() view returns (uint256)
24
getRewardIndex() view returns (uint256)
3
getUnallocatedRewards() view returns (uint256)
1
owner() view returns (address)
0x77a3e59d861fabf1975db06888cf033d4ccd53bc
totalUniswapLiquidity() view returns (uint256)
0
unallocatedRewards() view returns (uint256)
1
Read-only
baseRateLookup(uint256) view returns (uint256)
findOnePercent(uint256 value) pure returns (uint256)
getMonthsIndex(uint256 month) view returns (uint256)
getpoolLevelsIndex(uint256 eth) view returns (uint256)
liquidityRewardData(address, uint256) view returns (uint256 quantity, uint256 timestamp, uint256 stakeMonths, uint256 reward, bool rewardClaimed, bool liquidityClaimed)
monthLevels(uint256) view returns (uint256)
multiplierLookup(uint256, uint256) view returns (uint256)
poolLevels(uint256) view returns (uint256)
rewardLevels(uint256) view returns (uint256)
State-modifying
Events calcReward(uint256 stakeMonths, uint256 stakeTokens) returns (uint256)
lockLiquidity(uint256 idx, uint256 stakeMonths, uint256 stakeTokens)
rewardTask(uint256 idx, uint256 renewMonths)
setBaseRateLookup(uint256[4] input)
setMaxMonths(uint256 input)
setMonthLevels(uint256[3] input)
setMultiplierLookup(uint256[4][4] input)
setOneMonth(uint256 input)
setOwner(address _owner)
setRewardLevels(uint256[3] input)
setpoolLevels(uint256[3] input)
topupReward(uint256 amount)
unlockLiquidity(uint256 idx)
TransferOwnership(address _from, address _to)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.