ERC1967Proxy

Verified contract

Proxy

Active on Ethereum with 2 txns
Deployed by via 0xbc7ea934 at 17252298
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 "ERC1967Proxy"

0x86b17be0677b63c09f7eb39ea93707302df54a3f323ecdfa50d98fbf1b90663b
0x8712713abc8319e58b774c3054178dfca0ab03e41f1b0cccc10ad1521266d928

Functions
Getter at block 21273859
implementation(view returns (address)
0x5162788a896382b359c4c54143677bae9b2cdc9a
lockPeriod(view returns (uint256)
2592000
owner(view returns (address)
0x5a4daf048e3b89855a460ff4703ca4e95cb311e9
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
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
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
constructor(address _logicbytes _data
Fallback and receive
fallback(
receive(
Errors
StakingPoolAlreadyExists(address tokenaddress stakingPool