PoolPositionAndRewardFactorySlim

Verified contract

Active on Ethereum with 18 txns
Deployed by via 0x04d6512e at 17210583
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "PoolPositionAndRewardFactorySlim"

0x324a49a95828a4fa22b5890b3ad9a9aee9ead9313b6e35ab5eb3dbd943598447
0xc84d5052a8d80aa338146374a67b2de44ce43867c75c8ff261284a0113bb7bcf
0x96c1e49861aa2e52482702dea478a3b446eea163e9c729200f2907c7e02a7f70
0x84ea55557bba0c6b9bf77a96e6a93410f48ff3219ab1106cf7f047bb421fc26c
0x4b5fcb12b6f7244dc5409f9940654e5826cd0a8fd984a944f0a07476beec9218
0x80bc840a262590c521cfc10286d35675d75df2b73a64563a6de6df6bebc84214
0xa8613eff40828535d5e4c92efa3ff7277aad36ad7a2f75bb5112dea2e823437b
0x51bb42107331c4f2a087aa591de775a113146b20ae0029994e03fc9eff8aa658
0x0f90f7a466da2d10415dd98c3bc09c8b9ebd2badc898cac6dd1d9afe9ed9af24
0x02ff976a9a09b478bfafac8d871c761c12e0b6e4f15907228ddb2d65c1c4e9d8

Functions
Getter at block 21215062
allPoolPositionsLength(view returns (uint256)
115
owner(view returns (address)
0xa2206fe97ee8d2e689efb96ae03be5f50bfad027
poolFactory(view returns (address)
0xeb6625d65a0553c9dbc64449e56abfe519bd9c9b
Read-only
allPoolPositions(uint256view returns (address)
getLpRewardByPP(addressview returns (address)
getLpRewardListInfo(address[] rewardListview returns (struct IPoolPositionAndRewardFactorySlimRewardInfos[] rewardInfos)
getLpRewardListInfoByPP(address poolPositionview returns (struct IRewardRewardInfo[] rewardInfo)
isApprovedRewardToken(addressview returns (bool)
isFactoryLpReward(addressview returns (bool)
isPoolPosition(addressview returns (bool)
minimumRewardAmount(addressview returns (uint256)
poolPositionNumber(addressview returns (uint256)
State-modifying
addNewApprovedRewardToken(address rewardTokenuint256 minimumAmount
createPoolPositionAndRewards(address pooluint128[] binIdsuint128[] ratiosbool isStaticreturns (address poolPosition)
multicall(bytes[] datareturns (bytes[] results)
renounceOwnership(
transferOwnership(address newOwner
Events
AddNewApprovedRewardToken(address rewardTokenuint256 minimumAmount
LpRewardCreated(address poolPositionaddress reward
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PoolPositionCreated(address pooluint128[] binIdsuint128[] ratiosaddress poolPositionuint256 poolPositionNumber
Constructor
constructor(address _poolFactory
Fallback and receive

This contract contains no fallback and receive objects.

Errors
MustBeFactoryPool(