1TRONIC is Payment Platform for Daily Necessities using Crypto and or Fiat Currencies. 1Tronic Network develop a digital currency called 1TRC which will be used as the main token in the payment platform 1Tronic Apps. The development of the 1TRC Token will be more and more and the utility will be wider.
Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains
Different versions of Solidity is used:
- Version used: ['>=0.6.0<0.8.0', '^0.7.4']
- >=0.6.0<0.8.0 (#3)
- ^0.7.4 (#652)
Use one Solidity version.
Additional information: link
BEP20._setupDecimals(uint8) (#595-597) is never used and should be removed
Context._msgData() (#95-98) is never used and should be removed
SafeMath.div(uint256,uint256) (#263-265) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#279-285) is never used and should be removed
SafeMath.mod(uint256,uint256) (#299-301) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#315-318) is never used and should be removed
SafeMath.mul(uint256,uint256) (#237-249) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version>=0.6.0<0.8.0 (#3) is too complex
Pragma version^0.7.4 (#652) allows old versions
solc-0.7.4 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
Redundant expression "this (#96)" inContext (#90-99)
Remove redundant statements if they congest code but offer no value.
Additional information: link
OneTronicNetwork.constructor() (#655-657) uses literals with too many digits:
- _mint(msg.sender,21000000 * 10 ** 18) (#656)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
owner() should be declared external:
- Ownable.owner() (#130-132)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#149-152)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#158-162)
name() should be declared external:
- BEP20.name() (#372-374)
symbol() should be declared external:
- BEP20.symbol() (#380-382)
decimals() should be declared external:
- BEP20.decimals() (#397-399)
totalSupply() should be declared external:
- BEP20.totalSupply() (#404-406)
balanceOf(address) should be declared external:
- BEP20.balanceOf(address) (#411-413)
transfer(address,uint256) should be declared external:
- BEP20.transfer(address,uint256) (#423-426)
transferFrom(address,address,uint256) should be declared external:
- BEP20.transferFrom(address,address,uint256) (#441-445)
approve(address,uint256) should be declared external:
- BEP20.approve(address,uint256) (#454-457)
increaseAllowance(address,uint256) should be declared external:
- BEP20.increaseAllowance(address,uint256) (#478-481)
decreaseAllowance(address,uint256) should be declared external:
- BEP20.decreaseAllowance(address,uint256) (#497-500)
burn(uint256) should be declared external:
- BEP20Burnable.burn(uint256) (#629-631)
burnFrom(address,uint256) should be declared external:
- BEP20Burnable.burnFrom(address,uint256) (#644-649)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to find whitepaper link on the website
Young tokens have high risks of scam / price dump / death
Token has a considerable age, but social accounts / website are missing or have few users
Token has relatively low CoinGecko rank
Token has relatively low CoinMarketCap rank
Telegram account has relatively few subscribers
Twitter account has relatively few followers
Unable to find Youtube account
Unable to find Discord account