StakingFactory
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "StakingFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "StakingFactory"
ABI
ABI objects
Getter at block 21273859
implementation() view returns (address)
0x0000000000000000000000000000000000000000
lockPeriod() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getPoolForRewardDistribution(address token) view returns (address)
stakingPools(address) view returns (address)
State-modifying
Events acceptOwnership()
createStakingPool(address token)
initialize(address implementation_, uint256 lockPeriod_)
renounceOwnership()
transferOwnership(address newOwner)
updateLockPeriod(uint256 newLockPeriod)
upgradeTo(address newImplementation)
Initialized(uint8 version)
LockPeriodUpdated(uint256 oldLockPeriod, uint256 newLockPeriod)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StakingPoolCreated(address indexed token, address indexed stakingPool)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
StakingPoolAlreadyExists(address token, address stakingPool)