StakingPoolFactoryImpl
Verified contract
Active on
Ethereum with 36 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 "StakingPoolFactoryImpl"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16278662 | 2 years ago | | | 0.001 | 0.011306886 | |
| 15739588 | 2 years ago | | | 0.001 | 0.013934708 | |
| 15412762 | 2 years ago | | | 0.001 | 0.0079186743 | |
| 15412759 | 2 years ago | | | 0.001 | 0.0063367171 | |
| 14103589 | 3 years ago | | | 0.001 | 0.049131747 | |
| 14039057 | 3 years ago | | | 0.001 | 0.075251854 | |
| 13742416 | 3 years ago | | | 0.001 | 0.0022415730 | |
| 13742291 | 3 years ago | | | 0.001 | 0.077496611 | |
| 13528330 | 3 years ago | | | 0.001 | 0.084653030 | |
| 13496937 | 3 years ago | | | 0.001 | 0.061503358 |
ABI
ABI objects
Getter at block 21253767
feeRaiseTimeout() view returns (uint256)
604800
gasOracle() view returns (address)
0x778e443dce627de31bbc54098cc8153508c27f2e
getPoS() view returns (address _pos)
0x20516624de3cbe267a514fe91c31477369524fce
maxFeePercentageRaise() view returns (uint256)
500
maxGasRaise() view returns (uint256)
20000
owner() view returns (address)
0x0e28a8f88c6266df0fe274c15c1d4b27f8b373c0
paused() view returns (bool)
false
pos() view returns (address)
0x20516624de3cbe267a514fe91c31477369524fce
priceOracle() view returns (address)
0xd092a3611a140bd4171ad46b5f708593e7fa832a
referencePool() view returns (address)
0x3f9a0b1a0b81473e051a26a039f730b28f02018b
Read-only
This contract contains no read-only function objects.
State-modifying
Events createFlatRateCommission(uint256 commission) payable returns (address)
createGasTaxCommission(uint256 gas) payable returns (address)
pause()
renounceOwnership()
setPoSAddress(address _pos)
setReferencePool(address _referencePool)
transferOwnership(address newOwner)
unpause()
NewFlatRateCommissionStakingPool(address indexed pool, address fee)
NewGasTaxCommissionStakingPool(address indexed pool, address fee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PoSAddressChanged(address indexed _pos)
ReferencePoolChanged(address indexed pool)
Unpaused(address account)
constructor(address _gasOracle, address _priceOracle, address _pos, uint256 _feeRaiseTimeout, uint256 _maxGasRaise, uint256 _maxFeePercentageRaise)
receive()
This contract contains no error objects.