Audit Date: 11/10/2022
Audit Score
Overall Audit Score
74%Backdoors
100%Fees
85%Smart Contract Complexity
90%Team Trust
20%Launch Date
Social Links
Summary
This project is a high-yield NFT, wherein each Egg NFT minted costs 0.5% more than the last, and 0.5% of the value (excluding fees) of the 200 NFTs following a user’s purchase are allocated to that user. The rate of return a user gets depending upon the amount of additional NFTs that have been sold is recorded as 201 constant values in the smart contract.
The lottery system distributes rewards to the second to last minted token’s owner.
The winner of the lottery gets 75% of the lottery pool. The remaining 25% remains in the pool to incentivize in getting into the next lottery distribution.
- • No backdoors
- • No malicious code to withdraw funds
Contract Details
Chain | BSC |
Token | BNB (Native Token) |
dApp Type: | NFT Yield Farming |
Daily ROI Percent | N/A, inconsistent rates of return dependent upon how quickly new buyers come in. The lottery system distributes rewards to the second to last minted token’s owner. The winner of the lottery gets 75% of the lottery pool. The remaining 25% remains in the pool to incentivize in getting into the next lottery distribution. |
Referral Percentage | 4% |
Minimum Deposit | None (not modifiable by owner) |
Maximum Deposit | None (not modifiable by owner) |
Reward Accumulation Cut Off | N/A |
Owner Privileges
StartSale | Allows Minting to Begin once and for all. |
setBaseURI | Changes the URI (JSON Metadata File) the NFT is pointing at. |
setBaseExtension | Changes the extension from which the URI points at, to be a JSON file or something else. |
updateConstants | Changes daily interest. One Time Function. |
Fees
Deposit Fees | |
3% | Owner |
5% | Lottery Pool |
Deposit Fees Smart Contract Code
uint256 public constant PERCENT_LOTTERY = 500; // 5%
uint256 public constant PERCENT_REFERAL = 400; // 4%
uint256 public constant PERCENT_DEVELOPER = 300; // 3%
Withdrawal Fees Smart Contract Code
None
Trust
Disclaimer
DYOR – Please do your own research and only invest in what you can afford to lose. This contract has been manually audited by the WatchDogs.cc team for the specified smart contract address.