StakingFactory

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xc4b97974 at 16751209
Slot
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

No balances found for "StakingFactory"

No transactions found for "StakingFactory"


Functions
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 tokenview returns (address)
stakingPools(addressview returns (address)
State-modifying
acceptOwnership(
createStakingPool(address token
initialize(address implementation_uint256 lockPeriod_
renounceOwnership(
transferOwnership(address newOwner
updateLockPeriod(uint256 newLockPeriod
upgradeTo(address newImplementation
Events
Initialized(uint8 version
LockPeriodUpdated(uint256 oldLockPerioduint256 newLockPeriod
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
StakingPoolCreated(address indexed tokenaddress indexed stakingPool
Upgraded(address indexed implementation
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
StakingPoolAlreadyExists(address tokenaddress stakingPool