Atlantis is a decentralised money market that enables users to borrow and supply digital assets to the protocol within a non-custodial environment directly within the Binance Smart Chain. This means that users, at all times, have control of their digital assets and are bound by the protocol’s parameters directly on-chain. The protocol is autonomous and algorithmic with its parameters being controlled by governance proposals and yield curves.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Atlantis._writeCheckpoint(address,uint32,uint96,uint96) (contracts/Governance/Atlantis.sol#262-273) uses a dangerous strict equality:
- nCheckpoints > 0 && checkpoints[delegatee][nCheckpoints - 1].fromBlock == blockNumber (contracts/Governance/Atlantis.sol#265)
Don't use strict equality to determine if an account has enough Ether or tokens.
Additional information: link
Atlantis.delegateBySig(address,uint256,uint256,uint8,bytes32,bytes32) (contracts/Governance/Atlantis.sol#161-170) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now <= expiry,Atlantis::delegateBySig: signature expired) (contracts/Governance/Atlantis.sol#168)
Avoid relying on block.timestamp.
Additional information: link
Atlantis.getChainId() (contracts/Governance/Atlantis.sol#296-300) uses assembly
- INLINE ASM (contracts/Governance/Atlantis.sol#298)
Do not use evm assembly.
Additional information: link
Constant Atlantis.totalSupply (contracts/Governance/Atlantis.sol#15) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.
Additional information: link
Atlantis.slitherConstructorConstantVariables() (contracts/Governance/Atlantis.sol#4-301) uses literals with too many digits:
- totalSupply = 6500000e18 (contracts/Governance/Atlantis.sol#15)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
getPriorVotes(address,uint256) should be declared external:
- Atlantis.getPriorVotes(address,uint256) (contracts/Governance/Atlantis.sol#189-221)
Use the external attribute for functions never called from the contract.
Additional information: link
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to find token contract audit
Unable to verify token contract address on the website
Unable to find audit link on the website
Unable to find whitepaper link on the website
Unable to find Telegram link on the website
Unable to find Twitter link on the website
Unable to find token on CoinHunt
Additional information: link
Young tokens have high risks of price dump / death
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of price dump / death
Token has relatively low CoinMarketCap rank
Twitter account link seems to be invalid
Telegram account has relatively few subscribers
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account