Staking

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x723f28b3 at 19469801
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 48 additional slots

No balances found for "Staking"

No transactions found for "Staking"


Functions
Getter at block 20820111
MAXIMUM_UNLOCK_REQUESTS(view returns (uint256)
5
isEmergencyWithdraw(view returns (bool)
false
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
stakeToken(view returns (address)
0x0000000000000000000000000000000000000000
totalStaked(view returns (uint256)
0
unstakeLockTime(view returns (uint256)
0
Read-only
getUserUnstakeRequests(address _userview returns (bytes32[])
isBlackList(address accountview returns (bool)
stakedAmount(addressview returns (uint256)
unstakeRequests(bytes32view returns (address owneruint256 amountuint256 claimTimebool claimed)
State-modifying
claim(bytes32 unstakeRequestId
claimMultiple(bytes32[] unstakeRequestIds
emergencyWithdraw(
initialize(address _stakeTokenuint256 _unstakeLockTimeaddress _owner
pause(
renounceOwnership(
setBlackListAccounts(address[] accountsbool[] statuses
setIsEmergencyWithdraw(bool _value
setUnstakeLockTime(uint256 _unstakeLockTime
stake(uint256 amount
transferOwnership(address newOwner
unpause(
unstake(uint256 amountreturns (bytes32 unstakeRequestId)
Events
BlackListed(address indexed accountbool status
Claimed(address indexed userbytes32 indexed unstakeRequestIduint256 amount
EmergencyWithdrawn(address indexed useruint256 amount
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
SetIsEmergencyWithdraw(bool emergencyWithdraw
Staked(address indexed useruint256 amount
Unpaused(address account
Unstake(address indexed userbytes32 indexed unstakeRequestIduint256 amountuint256 claimTime
UnstakeLockTimeChanged(uint256 oldUnstakeLockTimeuint256 newUnstakeLockTime
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyClaimed(
Blacklisted(
DuplicateUnstakeRequest(
InsufficientStakedAmount(
InvalidAmount(
InvalidInput(
MaximumUnstakeRequestReached(
NotClaimTime(
NotEmergencyWithdraw(
NotRequestOwner(
ZeroAddress(