PoolManager

Verified contract

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

No balances found for "PoolManager"

No transactions found for "PoolManager"


Functions
Getter at block 20871572
adminCanWithdraw(view returns (bool)
true
getAllPools(view returns (struct PoolManagerPoolInfo[])
[(0x1b9e248a6d3068e00dc5380b1af50a01a3262863, 1000), (0x1f1fb59b00d2a610deba243c987557d5c0105aaa, 3000), (0x5ef0634623e44a65967473cf34ba17b3c39dc0ce, 6000)]
owner(view returns (address)
0x7da6592d74da93ccc36b8da9174ee6fe52f6ea29
stakingToken(view returns (address)
0xc3cc3076cb304494775b3193ef1aa080ba6bf962
Read-only
pools(uint256view returns (address pooluint256 percentage)
State-modifying
createPool(uint256 _lockupSecondsuint256 _percentage
depositRewards(payable 
removePool(uint256 _idx
removeWithdrawAbility(
renounceOwnership(
setPercentages(uint256[] _percentages
transferOwnership(address newOwner
withdrawAnyERC20(uint256 amountaddress contractAddress
withdrawETH(uint256 amount
Events
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor
constructor(address _stakingToken
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
FailedInnerCall(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
SafeERC20FailedOperation(address token