PieceNetwork is a high-performance, scalable, EVM-compatible and secure smart contract platform.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Context._msgData() (#101-103) is never used and should be removed
ERC20._burn(address,uint256) (#346-361) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.8.0 (#2) allows old versions
solc-0.8.13 is not recommended for deployment
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
PieceNetworkToken.constructor() (#430-432) uses literals with too many digits:
- _mint(msg.sender,100000000 * 1e18) (#431)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
name() should be declared external:
- ERC20.name() (#133-135)
symbol() should be declared external:
- ERC20.symbol() (#141-143)
decimals() should be declared external:
- ERC20.decimals() (#158-160)
totalSupply() should be declared external:
- ERC20.totalSupply() (#165-167)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (#172-174)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#184-187)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#192-194)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#203-206)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#221-235)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#249-252)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#268-276)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to find token contract audit
Unable to verify that token and website are owned by the same team (no listings + unable to find contract on website)
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to find token on CoinMarketCap
Additional information: link
Unable to find token on CoinHunt
Additional information: link
Unable to find code repository for the project
Token is not listed at Mobula.Finance
Additional information: link
Unable to find token on CoinGecko
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
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Young tokens have high risks of price dump / death
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account