EGMCStakingPoolManager
Verified contract
Active on
Ethereum with 41 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 "EGMCStakingPoolManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18431308 | a year ago | | | 0 | 0.0041448594 | |
| 18431294 | a year ago | | | 0 | 0.0037059115 | |
| 18423163 | a year ago | | | 0 | 0.0033005490 | |
| 18423157 | a year ago | | | 0 | 0.0028526485 | |
| 18416612 | a year ago | | | 0 | 0.0034053835 | |
| 18416606 | a year ago | | | 0 | 0.0033765081 | |
| 18416571 | a year ago | | | 0 | 0.0047217548 | |
| 18395878 | a year ago | | | 0 | 0.0010502853 | |
| 18358267 | a year ago | | | 0 | 0.00074167761 | |
| 18358258 | a year ago | | | 0 | 0.0012486828 |
ABI
ABI objects
Getter at block 21331789
owner() view returns (address)
0x147686dd4d9696430d0ebfa4369a2999d3b8f361
paused() view returns (bool)
false
poolsLength() view returns (uint256)
2
token() view returns (address)
0xf70e5e46a50bba54917d9cb7aeb8b83610bcd969
Read-only
earned(address account) view returns (uint256 reward)
pools(uint256) view returns (address)
State-modifying
Events addPool(address _pool, bool _isSingleAsset)
claim()
compound()
disableDeposits()
enableDeposits()
recoverTokens(address _token)
removePool(address _pool)
renounceOwnership()
setSingleAssetPool(address _pool)
stake(address pool, uint256 amount)
transferOwnership(address newOwner)
withdraw(address pool, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.