StakingPoolFactory
Verified contract
Active on
Ethereum with 16 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 "StakingPoolFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17058562 | 2 years ago | | | 0 | 0.00067427348 | |
| 17037676 | 2 years ago | | | 0 | 0.0094868303 | |
| 17037676 | 2 years ago | | | 0 | 0.0097465774 | |
| 17037676 | 2 years ago | | | 0 | 0.0097465774 | |
| 17037673 | 2 years ago | | | 0 | 0.0095953763 | |
| 17037671 | 2 years ago | | | 0 | 0.0055049645 | |
| 17037670 | 2 years ago | | | 0 | 0.0051467606 | |
| 17035792 | 2 years ago | | | 0 | 0.034939726 | |
| 17035790 | 2 years ago | | | 0 | 0.031139994 | |
| 17035789 | 2 years ago | | | 0 | 0.031727215 |
ABI
ABI objects
Getter at block 21249042
getStakingTokens() view returns (address[])
[0x0000000000000000000000000000000000000000, 0x498c00E1ccC2AFFf80F6Cc6144EAEB95c46cc3B5, 0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84, 0x5E8422345238F34275888049021821E8E08CAa1f, 0xae78736Cd615f374D3085123A210448E74Fc6393, 0xE95A203B1a91a908F9B9CE46459d101078c2c3cb, 0x9559Aaa82d9649C7A7b220E7c461d2E74c9a3593, 0x5F18ea482ad5cc6BC65803817C99f477043DcE85, 0x6987633f18Ca0B4a10831331FcC57211941B6bA0]
nativeTokenWrapper() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
owner() view returns (address)
0x11c0b36a6d5db7ad79e8e19ad9734f74006023ab
rewardsToken() view returns (address)
0x801c71a771e5710d41ac4c0f1d6e82bd07b5fa43
Read-only
getStakingPoolAddress(address stakingToken) view returns (address)
stakingPoolInfoByStakingToken(address) view returns (address poolAddress, uint256 startTime, uint256 roundDurationInDays, uint256 totalRewardsAmount)
stakingTokens(uint256) view returns (address)
State-modifying
Events addRewards(address stakingToken, uint256 rewardsAmount)
deployPool(address stakingToken, uint256 startTime, uint256 roundDurationInDays)
renounceOwnership()
transferOwnership(address newOwner)
withdrawELRewards(address stakingToken, address to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StakingPoolDeployed(address indexed poolAddress, address indexed stakingToken, uint256 startTime, uint256 roundDurationInDays)
constructor(address _rewardsToken, address _nativeTokenWrapper)
This contract contains no fallback and receive objects.
This contract contains no error objects.