Trodl is a reputation based crypto social media platform empowering its users with accurate and verifiable crypto information in a democratized way.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Low level call in Address.sendValue(address,uint256) (#304-310):
- (success) = recipient.call{value: amount}() (#308)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#370-391):
- (success,returndata) = target.call{value: weiValue}(data) (#374)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Contract trodl (#1419-1514) is not in CapWords
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#15)" inContext (#9-18)
Remove redundant statements if they congest code but offer no value.
Additional information: link
trodl.constructor() (#1425-1436) uses literals with too many digits:
- _mint(_msgSender(),1000000000 * 10 ** 18) (#1435)
trodl.constructor() (#1425-1436) uses literals with too many digits:
- ERC20Capped(1000000000 * 10 ** 18) (#1429)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
name() should be declared external:
- ERC20.name() (#452-454)
symbol() should be declared external:
- ERC20.symbol() (#460-462)
decimals() should be declared external:
- ERC20.decimals() (#477-479)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (#491-493)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#503-506)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#522-525)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#539-543)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#557-560)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#576-579)
cap() should be declared external:
- ERC20Capped.cap() (#715-717)
burn(uint256) should be declared external:
- ERC20Burnable.burn(uint256) (#861-863)
getRoleMemberCount(bytes32) should be declared external:
- AccessControl.getRoleMemberCount(bytes32) (#1284-1286)
getRoleMember(bytes32,uint256) should be declared external:
- AccessControl.getRoleMember(bytes32,uint256) (#1300-1302)
getRoleAdmin(bytes32) should be declared external:
- AccessControl.getRoleAdmin(bytes32) (#1310-1312)
revokeRole(bytes32,address) should be declared external:
- AccessControl.revokeRole(bytes32,address) (#1339-1343)
renounceRole(bytes32,address) should be declared external:
- AccessControl.renounceRole(bytes32,address) (#1359-1363)
Use the external attribute for functions never called from the contract.
Additional information: link
ERC20.constructor(string,string).name (#443) shadows:
- ERC20.name() (#452-454) (function)
ERC20.constructor(string,string).symbol (#443) shadows:
- ERC20.symbol() (#460-462) (function)
ERC20Capped.constructor(uint256).cap (#707) shadows:
- ERC20Capped.cap() (#715-717) (function)
Rename the local variables that shadow another component.
Additional information: link
Address.isContract(address) (#277-286) uses assembly
- INLINE ASM (#284)
Address._functionCallWithValue(address,bytes,uint256,string) (#370-391) uses assembly
- INLINE ASM (#383-386)
Do not use evm assembly.
Additional information: link
AccessControl._setRoleAdmin(bytes32,bytes32) (#1390-1393) is never used and should be removed
Address._functionCallWithValue(address,bytes,uint256,string) (#370-391) is never used and should be removed
Address.functionCall(address,bytes) (#330-332) is never used and should be removed
Address.functionCall(address,bytes,string) (#340-342) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#355-357) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#365-368) is never used and should be removed
Address.isContract(address) (#277-286) is never used and should be removed
Address.sendValue(address,uint256) (#304-310) is never used and should be removed
Context._msgData() (#14-17) is never used and should be removed
ERC20._setupDecimals(uint8) (#674-676) is never used and should be removed
EnumerableSet.add(EnumerableSet.UintSet,uint256) (#1153-1155) is never used and should be removed
EnumerableSet.at(EnumerableSet.UintSet,uint256) (#1191-1193) is never used and should be removed
EnumerableSet.contains(EnumerableSet.UintSet,uint256) (#1170-1172) is never used and should be removed
EnumerableSet.length(EnumerableSet.UintSet) (#1177-1179) is never used and should be removed
EnumerableSet.remove(EnumerableSet.UintSet,uint256) (#1163-1165) is never used and should be removed
SafeERC20._callOptionalReturn(IERC20,bytes) (#941-951) is never used and should be removed
SafeERC20.safeApprove(IERC20,address,uint256) (#914-923) is never used and should be removed
SafeERC20.safeDecreaseAllowance(IERC20,address,uint256) (#930-933) is never used and should be removed
SafeERC20.safeIncreaseAllowance(IERC20,address,uint256) (#925-928) is never used and should be removed
SafeERC20.safeTransfer(IERC20,address,uint256) (#899-901) is never used and should be removed
SafeERC20.safeTransferFrom(IERC20,address,address,uint256) (#903-905) is never used and should be removed
SafeMath.div(uint256,uint256) (#196-198) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#212-218) is never used and should be removed
SafeMath.mod(uint256,uint256) (#232-234) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#248-251) is never used and should be removed
SafeMath.mul(uint256,uint256) (#170-182) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version0.6.5 (#4) allows old versions
solc-0.6.5 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
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 Telegram link on the website
Unable to find token on CoinHunt
Additional information: link
Unable to find code repository for the project
Young tokens have high risks of scam / price dump / death
Token has relatively low CoinGecko rank
Token has relatively low CoinMarketCap rank
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account