ParticipationStaking

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0xb62d32f5 at 20759885
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 46 additional slots

No balances found for "ParticipationStaking"

No transactions found for "ParticipationStaking"


Functions
Getter at block 22775811
minimumStakeAmount(view returns (uint256)
0
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
profitDelay(view returns (uint256)
0
 
renounceOwnership(view 
secondarySalesWallet(view returns (address)
0x0000000000000000000000000000000000000000
stakingStartTimestamp(view returns (uint256)
0
totalStaked(view returns (uint256)
0
wlth(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
stakingInfo(address _walletview returns (struct IParticipationStakingStakingInfo)
unstakingInfo(address _walletview returns (struct IParticipationStakingUnstakingInfo)
State-modifying
decreaseStake(uint256 _newAmount
increaseStake(uint256 _newAmount
initialize(address _owneraddress _wlthaddress _secondarySalesWalletuint256 _stakingStartTimestampuint256 _profitDelayuint256 _minimumStakeAmount
pause(
stake(uint256 _amount
transferOwnership(address newOwner
unpause(
unstake(
Events
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
StakeDecreased(address indexed useruint256 indexed oldAmountuint256 indexed newAmount
StakeIncreased(address indexed useruint256 indexed oldAmountuint256 indexed newAmount
Staked(address indexed useruint256 indexed amountuint256 indexed fee
Unpaused(address account
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnablePausable__OwnerAccountZeroAddress(
ParticipationStaking__CannotUnstakeDuringProfitDelay(
ParticipationStaking__InvalidMinimumStakeAmount(
ParticipationStaking__InvalidProfitDelay(
ParticipationStaking__InvalidStakingStartTimestamp(
ParticipationStaking__NoStakedTokens(
ParticipationStaking__OwnerAccountZeroAddress(
ParticipationStaking__StakeAmountTooHigh(
ParticipationStaking__StakeAmountTooLow(
ParticipationStaking__WlthZeroAddress(
ParticipationStaking__secondarySalesWalletZeroAddress(