Infinity Pad is the dominant launchpad on BSC, with built-in compliance, fiat support, audited contracts, trustless escrow, & many liquidity supporting tools.
Infinity Pad is founded by market-leading KOLs, and is powered by DAO Maker's Chainmaker Kit, giving it access to 300,000+ users from day 1
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Different versions of Solidity is used:
- Version used: ['0.8.4', '^0.8.0']
- ^0.8.0 (#6)
- ^0.8.0 (#33)
- ^0.8.0 (#103)
- ^0.8.0 (#183)
- ^0.8.0 (#212)
- ^0.8.0 (#518)
- 0.8.4 (#559)
Use one Solidity version.
Additional information: link
InfinityPadToken.constructor(string,string,uint256).name (#566) shadows:
- ERC20.name() (#268-270) (function)
- IERC20Metadata.name() (#195) (function)
InfinityPadToken.constructor(string,string,uint256).symbol (#566) shadows:
- ERC20.symbol() (#276-278) (function)
- IERC20Metadata.symbol() (#200) (function)
Rename the local variables that shadow another component.
Additional information: link
Context._msgData() (#23-26) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.8.0 (#6) allows old versions
Pragma version^0.8.0 (#33) allows old versions
Pragma version^0.8.0 (#103) allows old versions
Pragma version^0.8.0 (#183) allows old versions
Pragma version^0.8.0 (#212) allows old versions
Pragma version^0.8.0 (#518) allows old versions
Deploy with any of the following Solidity versions: 0.5.16 - 0.5.17, 0.6.11 - 0.6.12, 0.7.5 - 0.7.6 Use a simple pragma version that allows any of these versions. Consider using the latest version of Solidity for testing.
Additional information: link
Redundant expression "this (#24)" inContext (#18-27)
Remove redundant statements if they congest code but offer no value.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#83-86)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#92-96)
name() should be declared external:
- ERC20.name() (#268-270)
symbol() should be declared external:
- ERC20.symbol() (#276-278)
decimals() should be declared external:
- ERC20.decimals() (#293-295)
totalSupply() should be declared external:
- ERC20.totalSupply() (#300-302)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (#307-309)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#319-322)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#338-341)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#356-364)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#378-381)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#397-403)
burn(uint256) should be declared external:
- ERC20Burnable.burn(uint256) (#533-535)
burnFrom(address,uint256) should be declared external:
- ERC20Burnable.burnFrom(address,uint256) (#548-553)
Use the external attribute for functions never called from the contract.
Additional information: link
Contract ownership is semi-renounced (passed to a contract)
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 find audit link on the website
Unable to find whitepaper link on the website
Unable to find token on CoinHunt
Additional information: link
Token is not listed at Mobula.Finance
Additional information: link
Unable to find code repository for the project
Young tokens have high risks of price dump / death
Unable to find Youtube account
Unable to find Discord account