Alitas is the underlying infrastructure of a new generation of value networks, dedicated to building a new generation of underlying trusted network protocols, and providing efficient, convenient, secure, and stable development and deployment environments to customers worldwide.
Break the traditional chain structure and design a new consensus mechanism on Alitas. While achieving complete decentralization and absolute security, it breaks through performance bottlenecks, and TPS can reach 30,000+ per second. Alitas pioneered the Tolerance Algorithm and Star Drop effect. The tolerance algorithm is used to replace consensus to solve data consistency. Through the original Alitas structure, the included nodes can obtain legal transaction references, realizing complete decentralization. Randomness like the star drop, introduces nodes to obtain the legitimacy of the transaction. Realize high security of transaction privacy.
Alitas._writeCheckpoint(address,uint32,uint96,uint96) (#306-317) uses a dangerous strict equality:
- nCheckpoints > 0 && checkpoints[delegatee][nCheckpoints - 1].fromBlock == blockNumber (#309)
Don't use strict equality to determine if an account has enough Ether or tokens.
Additional information: link
Alitas.getChainId() (#340-344) uses assembly
- INLINE ASM (#342)
Do not use evm assembly.
Additional information: link
Alitas.permit(address,address,uint256,uint256,uint8,bytes32,bytes32) (#123-142) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now <= deadline,Alt::permit: signature expired) (#137)
Alitas.delegateBySig(address,uint256,uint256,uint8,bytes32,bytes32) (#205-214) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now <= expiry,Alt::delegateBySig: signature expired) (#212)
Avoid relying on block.timestamp.
Additional information: link
SafeMath.add(uint256,uint256) (#370-375) is never used and should be removed
SafeMath.add(uint256,uint256,string) (#385-390) is never used and should be removed
SafeMath.div(uint256,uint256) (#474-476) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#489-496) is never used and should be removed
SafeMath.mod(uint256,uint256) (#509-511) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#524-527) is never used and should be removed
SafeMath.mul(uint256,uint256) (#427-439) is never used and should be removed
SafeMath.mul(uint256,uint256,string) (#449-461) is never used and should be removed
SafeMath.sub(uint256,uint256) (#400-402) is never used and should be removed
SafeMath.sub(uint256,uint256,string) (#412-417) is never used and should be removed
Remove unused functions.
Additional information: link
Alitas.totalSupply (#24) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
delegate(address) should be declared external:
- Alitas.delegate(address) (#192-194)
delegateBySig(address,uint256,uint256,uint8,bytes32,bytes32) should be declared external:
- Alitas.delegateBySig(address,uint256,uint256,uint8,bytes32,bytes32) (#205-214)
getPriorVotes(address,uint256) should be declared external:
- Alitas.getPriorVotes(address,uint256) (#233-265)
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 verify token contract address on the website
Unable to find audit link on the website
Unable to find whitepaper link on the website
Last post in Twitter was more than 30 days ago
Unable to find Youtube account
Unable to find Discord account