PoolPositionAndRewardFactorySlim
Verified contract
Active on
Ethereum with 18 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "PoolPositionAndRewardFactorySlim"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17918048 | a year ago | | | 0 | 0.00033421633 | |
| 17792221 | a year ago | | | 0 | 0.0023332021 | |
| 17708921 | a year ago | | | 0 | 0.00093601133 | |
| 17686596 | a year ago | | | 0 | 0.0046337054 | |
| 17612890 | a year ago | | | 0 | 0.0011820485 | |
| 17595085 | a year ago | | | 0 | 0.0012955533 | |
| 17514459 | a year ago | | | 0 | 0.0016427416 | |
| 17458365 | a year ago | | | 0 | 0.0012060653 | |
| 17350677 | a year ago | | | 0 | 0.0016893824 | |
| 17338222 | a year ago | | | 0 | 0.0036822030 |
ABI
ABI objects
Getter at block 21215062
allPoolPositionsLength() view returns (uint256)
115
owner() view returns (address)
0xa2206fe97ee8d2e689efb96ae03be5f50bfad027
poolFactory() view returns (address)
0xeb6625d65a0553c9dbc64449e56abfe519bd9c9b
Read-only
allPoolPositions(uint256) view returns (address)
getLpRewardByPP(address) view returns (address)
getLpRewardListInfo(address[] rewardList) view returns (struct IPoolPositionAndRewardFactorySlimRewardInfos[] rewardInfos)
getLpRewardListInfoByPP(address poolPosition) view returns (struct IRewardRewardInfo[] rewardInfo)
isApprovedRewardToken(address) view returns (bool)
isFactoryLpReward(address) view returns (bool)
isPoolPosition(address) view returns (bool)
minimumRewardAmount(address) view returns (uint256)
poolPositionNumber(address) view returns (uint256)
State-modifying
Events addNewApprovedRewardToken(address rewardToken, uint256 minimumAmount)
createPoolPositionAndRewards(address pool, uint128[] binIds, uint128[] ratios, bool isStatic) returns (address poolPosition)
multicall(bytes[] data) returns (bytes[] results)
renounceOwnership()
transferOwnership(address newOwner)
AddNewApprovedRewardToken(address rewardToken, uint256 minimumAmount)
LpRewardCreated(address poolPosition, address reward)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolPositionCreated(address pool, uint128[] binIds, uint128[] ratios, address poolPosition, uint256 poolPositionNumber)
constructor(address _poolFactory)
This contract contains no fallback and receive objects.
MustBeFactoryPool()