StakingPoolFactory
Verified contract
Active on
Ethereum with 43 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) |
---|---|---|---|---|---|---|---|
| 17237153 | 2 years ago | | | 0 | 0.0084575804 | |
| 17237140 | 2 years ago | | | 0 | 0.0084452920 | |
| 17237125 | 2 years ago | | | 0 | 0.0088445569 | |
| 17187995 | 2 years ago | | | 0 | 0.0076727138 | |
| 17187990 | 2 years ago | | | 0 | 0.0087995462 | |
| 17187984 | 2 years ago | | | 0 | 0.0092931731 | |
| 17136493 | 2 years ago | | | 0 | 0.0031730060 | |
| 17136491 | 2 years ago | | | 0 | 0.0067014098 | |
| 17136489 | 2 years ago | | | 0 | 0.0035245137 | |
| 17136201 | 2 years ago | | | 0 | 0.047381889 |
ABI
ABI objects
Getter at block 21317750
getStakingTokens() view returns (address[])
[0x0000000000000000000000000000000000000000, 0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84, 0x5E8422345238F34275888049021821E8E08CAa1f, 0xae78736Cd615f374D3085123A210448E74Fc6393, 0x3322f41dfa379B6D3050C1e271B0b435b3Ee3303, 0x2ab18d3236e0a22D372281042c902D39045EF13e, 0x21eAD867C8c5181854f6f8Ce71f75b173d2Bc16A, 0x3ab2ebBe52F4A80098A461cF9ECdAde2eD645fc4]
nativeTokenWrapper() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
owner() view returns (address)
0x08ec45d16895e243679c6784749ad7ed0a4bdf0c
rewardsToken() view returns (address)
0xfac77a24e52b463ba9857d6b758ba41ae20e31ff
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.