Interface for Edition Stake contract.
This interface defines the functions and events for an Edition Stake contract. It allows for the staking of editions, providing incentives for users to hold and support the project.
This interface can be implemented by a smart contract to create an Edition Stake system. It provides the necessary functions and events for users to interact with the system and manage their stakes.
The implementing contract should implement the functions defined in this interface. It should also handle the logic for reward distribution and stake management. It's important to consider security and efficiency when implementing the contract.
stake(uint256)unstake(uint256)claimRewards()Press Enter to send your query
Powered by Neuron AI • Press Enter to send