PoolManager
Verified contract
Active on
Ethereum with 24 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 "PoolManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20877846 | a month ago | | | 145 | 0.00099658119 | |
| 20282556 | 4 months ago | | | 110 | 0.00090583519 | |
| 19867569 | 6 months ago | | | 170 | 0.0010562958 | |
| 19537248 | 8 months ago | | | 131 | 0.0023273781 | |
| 19239841 | 9 months ago | | | 140 | 0.0025932844 | |
| 19239837 | 9 months ago | | | 0 | 0.0010166588 | |
| 19239834 | 9 months ago | | | 0 | 0.0010149107 | |
| 18860230 | a year ago | | | 168 | 0.0013365197 | |
| 18860222 | a year ago | | | 0 | 0.00060243196 | |
| 18570369 | a year ago | | | 75 | 0.0050492667 |
ABI
ABI objects
Getter at block 21193615
adminCanWithdraw() view returns (bool)
true
getAllPools() view returns (struct PoolManagerPoolInfo[])
[(0x85e253162c7e97275b703980f6b6fa8c0469d624, 120), (0x163ad6ac78ffe40e194310faeada8f6615942d7b, 600), (0x8431060c8e72793afada261e9dd0ab950e80894f, 9280)]
owner() view returns (address)
0x281a0c39195ba5fe720d142274e25c23384a5f06
stakingToken() view returns (address)
0x14fee680690900ba0cccfc76ad70fd1b95d10e16
Read-only
pools(uint256) view returns (address pool, uint256 percentage)
State-modifying
Events claimRewardsBulk(bool[] _compound, uint256[] _minTokens)
createPool(uint256 _lockupSeconds, uint256 _percentage)
depositRewards() payable
removePool(uint256 _idx)
removeWithdrawAbility()
renounceAllOwnership()
renounceOwnership()
setExtension(address[] _ext)
setLockupPeriods(uint256[] _seconds)
setPercentages(uint256[] _percentages)
transferOwnership(address newOwner)
withdrawFromPools(uint256[] _amounts)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _stakingToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.