Audit Date: 11/30/2022
Audit Score
Overall Audit Score
73%Backdoors
100%Fees
70%Smart Contract Complexity
90%Team Trust
30%Launch Date
Social Links
Audited by the WatchDogs Team.
Summary
SpaceFarm is a dApp Lottery that claims to provide up to 15% daily interest upon participating with their contract.
This Contract relies on new investors to maintain the variable APY percentage. If the contract balance reaches 0, the interest will not be paid out.
“Crypto investing has more to offer than picking a coin and hoping for the best.
With GoldenSpace, you can put your idle assets to work straight away and have a predictable source of passive income.
All you need to get started is to connect your crypto wallet and make sure you have some BUSD in your account. That’s it! Start earning up to 15% daily interest immediately. No further action is needed on your side.”
Fork Type :
The smart contract has the same concept as other ROI dApps.
Contract Details
Chain | BNB |
Token | BUSD |
dApp Type: | ROI dApp |
Daily ROI Percent | 1-15% |
Minimum Deposit | 50 BUSD |
Maximum Deposit | None |
Reward Accumulation Cut Off | N/A |
Owner Privileges
GestureVip | sets a VIP address |
switchSpaceLotteryEnabled | Enable/Disable Lottery Function |
Fees
Deposit Fees | |
10% | Developer Fee |
5% | Re-Invest Fee |
uint256 immutable stakeFee = 100;
uint256 immutable reinvestFee = 50;
uint256 fee = _amt.mul(stakeFee).div(percentdiv);
uint256 constant percentdiv = 1000;
Withdrawal Fees
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.