ParticipationStaking
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
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
Balances ($0.00)
No balances found for "ParticipationStaking"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ParticipationStaking"
ABI
ABI objects
Getter at block 22775811 renounceOwnership() view
minimumStakeAmount() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
profitDelay() view returns (uint256)
0
secondarySalesWallet() view returns (address)
0x0000000000000000000000000000000000000000
stakingStartTimestamp() view returns (uint256)
0
totalStaked() view returns (uint256)
0
wlth() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
stakingInfo(address _wallet) view returns (struct IParticipationStakingStakingInfo)
unstakingInfo(address _wallet) view returns (struct IParticipationStakingUnstakingInfo)
State-modifying
Events decreaseStake(uint256 _newAmount)
increaseStake(uint256 _newAmount)
initialize(address _owner, address _wlth, address _secondarySalesWallet, uint256 _stakingStartTimestamp, uint256 _profitDelay, uint256 _minimumStakeAmount)
pause()
stake(uint256 _amount)
transferOwnership(address newOwner)
unpause()
unstake()
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
StakeDecreased(address indexed user, uint256 indexed oldAmount, uint256 indexed newAmount)
StakeIncreased(address indexed user, uint256 indexed oldAmount, uint256 indexed newAmount)
Staked(address indexed user, uint256 indexed amount, uint256 indexed fee)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
OwnablePausable__OwnerAccountZeroAddress()
ParticipationStaking__CannotUnstakeDuringProfitDelay()
ParticipationStaking__InvalidMinimumStakeAmount()
ParticipationStaking__InvalidProfitDelay()
ParticipationStaking__InvalidStakingStartTimestamp()
ParticipationStaking__NoStakedTokens()
ParticipationStaking__OwnerAccountZeroAddress()
ParticipationStaking__StakeAmountTooHigh()
ParticipationStaking__StakeAmountTooLow()
ParticipationStaking__WlthZeroAddress()
ParticipationStaking__secondarySalesWalletZeroAddress()