Welcome to the Zook Staking Contract repository! This contract allows users to stake ZOOK tokens for specific periods and earn rewards. The staking periods are 28 days, 56 days, and 84 days, each offering different reward multipliers.
- Contract Address: 0xb90b34d82210fbb3a425e77318c15fb5C0a43BA2
- Staking: Users can stake ZOOK tokens for 28, 56, or 84 days.
- Claiming: After the staking period ends, users can claim their rewards.
- Reward Calculation: Rewards are calculated based on the staking period and a multiplier.
- Total Staked Amount: Tracks the total amount of ZOOK tokens staked in the contract.
- Total Rewards Generated: Tracks the total rewards generated by users.
- Staking: Use the
stake
function to stake ZOOK tokens. Choose a staking period (1, 2, or 3) and provide the desired staking amount. - Claiming: After the staking period ends, use the
claim
function to claim your rewards. - View Claim Details: Use the
claimDetails
function to view details about the staking and claimed amounts.
- Ensure you have enough ZOOK tokens and have approved the contract for spending on your behalf.
- Staking periods are 28, 56, and 84 days, corresponding to staking types 1, 2, and 3.
- Rewards are calculated based on a multiplier and the staked amount.
- Claim rewards only after the staking period ends.
Thank you for choosing Zook Staking! For any questions, please refer to the project documentation. Happy staking!