Project Info
- Project Name: MaticSafe.ME
- Contract Address: 0x038540F832aD0C6D823f2d1a5F179034dA769D71
- Website: https://MaticSafe.me
- Contract Type: Decentralized ROI smart contract
- File(s) Audited: MATICSafe.sol
- Contract name: MATICSafe
- Optimization: YES with 200 runs
- Compiler version: v0.5.10+commit.5a6ea5b1
- License: default evmVersion, None license
- E-mail: [email protected]
- Telegram: https://t.me/MaticSafeme
Overal Description:
The MaticSafe is an ROI Smart Contract that provides 3 investment plans, 1.75% daily for 200 days, 2.25% daily for 150 days, and 3% daily for 90 days. This smart contract also has 2 types of referral earnings, 10 levels of referral bonus of downline investment(5%, 3%, 2%, 1%, 0.5%, 0.5%, 0.25%, 0.25%, 0.25%, 0.25%) and the other one is 10 levels seed income which is percentage of user’s downline referral(5%, 4%, 3%, 2%, 1%, 0.5%, 0.25%, 0.15%, 0.1%, 0.1%).
Write Contract:
The MaticSafe smart-contract has only 2 write functions. These functions are:
1. withdraw
Withdraw from the contract
Withdrawing dividends from the contract
2. invest
Deposit(invest) in the contract
Depositing (investing) into the smart contract. Can also use a referral link.
Read Contract:
MaticSafe smart-contract have 34 read functions. With these functions website/users can get contract’s data.
1. PERCENTS_DIVIDER: Showing percent divider in the contract which is 10000
2. getUserDownlineCount: Get number of referrals by address
3. getUserDividends: User’s current dividends
4. getUserAvailable: Amount of Matic available to withdraw(REFERRAL+DIVIDENDS) by address
5. started: Check if contract started or not
6. getDownlineRef: Get address downline referral
7. TIME_STEP: Showing time step, which is set to 1 day
8. getUserReferrer: Get address upline referrer
9. RefUser: Get user’s downline by level number
10. getUserReferralTotalBonus: Showing total referral amount of an address
11. PROJECT_FEE: Showing project fee of the project, which is 10%
12. getSiteInfo: Showing totalInvested, totalRefBonus
13. getUserTotalSeedWithdrawn: Showing total withdrawn seed
14. totalInvested: Total Matic invested into the contract
15. PERCENT_STEP: Showing percent steps of the contract
16. REFERRAL_PERCENTS: Showing referral percentage [5%, 3%, 2%, 1%, 0.5%, 0.5%, 0.25%, 0.25%, 0.25%, 0.25%]
17. getUserInfo: Getting user’s info including getUserTotalDeposits, getUserTotalWithdrawn, getUserTotalReferrals
18. totalRefBonus: Total referral amount of the contract
19. getUserReferralWithdrawn: Amount of referral bonus withdrawn by an address
20. getContractBalance: Getting the contract balance
21. getUserTotalDeposits: Total “invest” amount on the contact
22. commissionWallet: The address that gets 10% project fee
23. getUserAmountOfDeposits: Amount of “invest” by an address
24. getPlanInfo: Showing plan details[use 0,1,2]
25. getUserDepositInfo: Getting deposit info of an address
26. SEED_PERCENTS: “Seed Income” percentage for 100 levels
27. getUserCheckpoint: Get user’s action(invest/withdraw) time[ showing by block.timestamp]
28. getUserSeedIncome Showing totalSeedAmount and seedshare
29. INVEST_MIN_AMOUNT: Minimum amount to use “invest”
30. referralCount_: Number of referrals by an address
31. getUserReferralBonus: Showing users referral bonus
32. PLANPER_DIVIDER: Percent divider for plans in the contract which is 10000
33. getcurrentseedincome: Address seed income
34. getUserTotalWithdrawn: Total withdrawn by address