StakingFacet
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 13 additional slots
-
variable spans 4 additional slots
Balances ($0.00)
No balances found for "StakingFacet"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "StakingFacet"
ABI
ABI objects
Getter at block 21276037
owner() view returns (address owner_)
0x0000000000000000000000000000000000000000
Read-only
getUserDetails(address _user) view returns (struct IStakingStakingDetails)
State-modifying
Events claimRewards()
rescueERC20(address _address)
restake()
stake(uint256 _amount)
transferOwnership(address _newOwner)
unstake(uint256 _amount)
withdraw()
ClaimRewards(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Stake(address indexed user, uint256 amount)
Unstake(address indexed user, uint256 amount)
Withdraw(address indexed user, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.