UniTrade is a decentralized trading platform in the DeFi space that is built on top of UniSwap liquidity pools and requires no KYC, no accounts, and has no trading limits.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
ERC20.constructor(string,string).name (@openzeppelin/contracts/token/ERC20/ERC20.sol#57) shadows:
- ERC20.name() (@openzeppelin/contracts/token/ERC20/ERC20.sol#66-68) (function)
ERC20.constructor(string,string).symbol (@openzeppelin/contracts/token/ERC20/ERC20.sol#57) shadows:
- ERC20.symbol() (@openzeppelin/contracts/token/ERC20/ERC20.sol#74-76) (function)
Rename the local variables that shadow another component.
Additional information: link
Address.isContract(address) (@openzeppelin/contracts/utils/Address.sol#26-35) uses assembly
- INLINE ASM (@openzeppelin/contracts/utils/Address.sol#33)
Address._functionCallWithValue(address,bytes,uint256,string) (@openzeppelin/contracts/utils/Address.sol#119-140) uses assembly
- INLINE ASM (@openzeppelin/contracts/utils/Address.sol#132-135)
console._sendLogPayload(bytes) (hardhat/console.sol#7-14) uses assembly
- INLINE ASM (hardhat/console.sol#10-13)
Do not use evm assembly.
Additional information: link
Different versions of Solidity is used:
- Version used: ['>=0.4.22<0.8.0', '>=0.6.0<0.7.0', '^0.6.0', '^0.6.2']
- ^0.6.0 (@openzeppelin/contracts/GSN/Context.sol#3)
- ^0.6.0 (@openzeppelin/contracts/access/Ownable.sol#3)
- ^0.6.0 (@openzeppelin/contracts/math/SafeMath.sol#3)
- ^0.6.0 (@openzeppelin/contracts/token/ERC20/ERC20.sol#3)
- ^0.6.0 (@openzeppelin/contracts/token/ERC20/IERC20.sol#3)
- ^0.6.2 (@openzeppelin/contracts/utils/Address.sol#3)
- >=0.6.0<0.7.0 (contracts/BscGateway.sol#1)
- >=0.4.22<0.8.0 (hardhat/console.sol#2)
Use one Solidity version.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (@openzeppelin/contracts/utils/Address.sol#119-140) is never used and should be removed
Address.functionCall(address,bytes) (@openzeppelin/contracts/utils/Address.sol#79-81) is never used and should be removed
Address.functionCall(address,bytes,string) (@openzeppelin/contracts/utils/Address.sol#89-91) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (@openzeppelin/contracts/utils/Address.sol#104-106) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (@openzeppelin/contracts/utils/Address.sol#114-117) is never used and should be removed
Address.isContract(address) (@openzeppelin/contracts/utils/Address.sol#26-35) is never used and should be removed
Address.sendValue(address,uint256) (@openzeppelin/contracts/utils/Address.sol#53-59) is never used and should be removed
Context._msgData() (@openzeppelin/contracts/GSN/Context.sol#20-23) is never used and should be removed
ERC20._setupDecimals(uint8) (@openzeppelin/contracts/token/ERC20/ERC20.sol#288-290) is never used and should be removed
SafeMath.div(uint256,uint256) (@openzeppelin/contracts/math/SafeMath.sol#103-105) is never used and should be removed
SafeMath.div(uint256,uint256,string) (@openzeppelin/contracts/math/SafeMath.sol#119-125) is never used and should be removed
SafeMath.mod(uint256,uint256) (@openzeppelin/contracts/math/SafeMath.sol#139-141) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (@openzeppelin/contracts/math/SafeMath.sol#155-158) is never used and should be removed
SafeMath.mul(uint256,uint256) (@openzeppelin/contracts/math/SafeMath.sol#77-89) is never used and should be removed
console._sendLogPayload(bytes) (hardhat/console.sol#7-14) is never used and should be removed
console.log() (hardhat/console.sol#16-18) is never used and should be removed
console.log(address) (hardhat/console.sol#188-190) is never used and should be removed
console.log(address,address) (hardhat/console.sol#252-254) is never used and should be removed
console.log(address,address,address) (hardhat/console.sol#508-510) is never used and should be removed
console.log(address,address,address,address) (hardhat/console.sol#1532-1534) is never used and should be removed
console.log(address,address,address,bool) (hardhat/console.sol#1528-1530) is never used and should be removed
console.log(address,address,address,string) (hardhat/console.sol#1524-1526) is never used and should be removed
console.log(address,address,address,uint256) (hardhat/console.sol#1520-1522) is never used and should be removed
console.log(address,address,bool) (hardhat/console.sol#504-506) is never used and should be removed
console.log(address,address,bool,address) (hardhat/console.sol#1516-1518) is never used and should be removed
console.log(address,address,bool,bool) (hardhat/console.sol#1512-1514) is never used and should be removed
console.log(address,address,bool,string) (hardhat/console.sol#1508-1510) is never used and should be removed
console.log(address,address,bool,uint256) (hardhat/console.sol#1504-1506) is never used and should be removed
console.log(address,address,string) (hardhat/console.sol#500-502) is never used and should be removed
console.log(address,address,string,address) (hardhat/console.sol#1500-1502) is never used and should be removed
console.log(address,address,string,bool) (hardhat/console.sol#1496-1498) is never used and should be removed
console.log(address,address,string,string) (hardhat/console.sol#1492-1494) is never used and should be removed
console.log(address,address,string,uint256) (hardhat/console.sol#1488-1490) is never used and should be removed
console.log(address,address,uint256) (hardhat/console.sol#496-498) is never used and should be removed
console.log(address,address,uint256,address) (hardhat/console.sol#1484-1486) is never used and should be removed
console.log(address,address,uint256,bool) (hardhat/console.sol#1480-1482) is never used and should be removed
console.log(address,address,uint256,string) (hardhat/console.sol#1476-1478) is never used and should be removed
console.log(address,address,uint256,uint256) (hardhat/console.sol#1472-1474) is never used and should be removed
console.log(address,bool) (hardhat/console.sol#248-250) is never used and should be removed
console.log(address,bool,address) (hardhat/console.sol#492-494) is never used and should be removed
console.log(address,bool,address,address) (hardhat/console.sol#1468-1470) is never used and should be removed
console.log(address,bool,address,bool) (hardhat/console.sol#1464-1466) is never used and should be removed
console.log(address,bool,address,string) (hardhat/console.sol#1460-1462) is never used and should be removed
console.log(address,bool,address,uint256) (hardhat/console.sol#1456-1458) is never used and should be removed
console.log(address,bool,bool) (hardhat/console.sol#488-490) is never used and should be removed
console.log(address,bool,bool,address) (hardhat/console.sol#1452-1454) is never used and should be removed
console.log(address,bool,bool,bool) (hardhat/console.sol#1448-1450) is never used and should be removed
console.log(address,bool,bool,string) (hardhat/console.sol#1444-1446) is never used and should be removed
console.log(address,bool,bool,uint256) (hardhat/console.sol#1440-1442) is never used and should be removed
console.log(address,bool,string) (hardhat/console.sol#484-486) is never used and should be removed
console.log(address,bool,string,address) (hardhat/console.sol#1436-1438) is never used and should be removed
console.log(address,bool,string,bool) (hardhat/console.sol#1432-1434) is never used and should be removed
console.log(address,bool,string,string) (hardhat/console.sol#1428-1430) is never used and should be removed
console.log(address,bool,string,uint256) (hardhat/console.sol#1424-1426) is never used and should be removed
console.log(address,bool,uint256) (hardhat/console.sol#480-482) is never used and should be removed
console.log(address,bool,uint256,address) (hardhat/console.sol#1420-1422) is never used and should be removed
console.log(address,bool,uint256,bool) (hardhat/console.sol#1416-1418) is never used and should be removed
console.log(address,bool,uint256,string) (hardhat/console.sol#1412-1414) is never used and should be removed
console.log(address,bool,uint256,uint256) (hardhat/console.sol#1408-1410) is never used and should be removed
console.log(address,string) (hardhat/console.sol#244-246) is never used and should be removed
console.log(address,string,address) (hardhat/console.sol#476-478) is never used and should be removed
console.log(address,string,address,address) (hardhat/console.sol#1404-1406) is never used and should be removed
console.log(address,string,address,bool) (hardhat/console.sol#1400-1402) is never used and should be removed
console.log(address,string,address,string) (hardhat/console.sol#1396-1398) is never used and should be removed
console.log(address,string,address,uint256) (hardhat/console.sol#1392-1394) is never used and should be removed
console.log(address,string,bool) (hardhat/console.sol#472-474) is never used and should be removed
console.log(address,string,bool,address) (hardhat/console.sol#1388-1390) is never used and should be removed
console.log(address,string,bool,bool) (hardhat/console.sol#1384-1386) is never used and should be removed
console.log(address,string,bool,string) (hardhat/console.sol#1380-1382) is never used and should be removed
console.log(address,string,bool,uint256) (hardhat/console.sol#1376-1378) is never used and should be removed
console.log(address,string,string) (hardhat/console.sol#468-470) is never used and should be removed
console.log(address,string,string,address) (hardhat/console.sol#1372-1374) is never used and should be removed
console.log(address,string,string,bool) (hardhat/console.sol#1368-1370) is never used and should be removed
console.log(address,string,string,string) (hardhat/console.sol#1364-1366) is never used and should be removed
console.log(address,string,string,uint256) (hardhat/console.sol#1360-1362) is never used and should be removed
console.log(address,string,uint256) (hardhat/console.sol#464-466) is never used and should be removed
console.log(address,string,uint256,address) (hardhat/console.sol#1356-1358) is never used and should be removed
console.log(address,string,uint256,bool) (hardhat/console.sol#1352-1354) is never used and should be removed
console.log(address,string,uint256,string) (hardhat/console.sol#1348-1350) is never used and should be removed
console.log(address,string,uint256,uint256) (hardhat/console.sol#1344-1346) is never used and should be removed
console.log(address,uint256) (hardhat/console.sol#240-242) is never used and should be removed
console.log(address,uint256,address) (hardhat/console.sol#460-462) is never used and should be removed
console.log(address,uint256,address,address) (hardhat/console.sol#1340-1342) is never used and should be removed
console.log(address,uint256,address,bool) (hardhat/console.sol#1336-1338) is never used and should be removed
console.log(address,uint256,address,string) (hardhat/console.sol#1332-1334) is never used and should be removed
console.log(address,uint256,address,uint256) (hardhat/console.sol#1328-1330) is never used and should be removed
console.log(address,uint256,bool) (hardhat/console.sol#456-458) is never used and should be removed
console.log(address,uint256,bool,address) (hardhat/console.sol#1324-1326) is never used and should be removed
console.log(address,uint256,bool,bool) (hardhat/console.sol#1320-1322) is never used and should be removed
console.log(address,uint256,bool,string) (hardhat/console.sol#1316-1318) is never used and should be removed
console.log(address,uint256,bool,uint256) (hardhat/console.sol#1312-1314) is never used and should be removed
console.log(address,uint256,string) (hardhat/console.sol#452-454) is never used and should be removed
console.log(address,uint256,string,address) (hardhat/console.sol#1308-1310) is never used and should be removed
console.log(address,uint256,string,bool) (hardhat/console.sol#1304-1306) is never used and should be removed
console.log(address,uint256,string,string) (hardhat/console.sol#1300-1302) is never used and should be removed
console.log(address,uint256,string,uint256) (hardhat/console.sol#1296-1298) is never used and should be removed
console.log(address,uint256,uint256) (hardhat/console.sol#448-450) is never used and should be removed
console.log(address,uint256,uint256,address) (hardhat/console.sol#1292-1294) is never used and should be removed
console.log(address,uint256,uint256,bool) (hardhat/console.sol#1288-1290) is never used and should be removed
console.log(address,uint256,uint256,string) (hardhat/console.sol#1284-1286) is never used and should be removed
console.log(address,uint256,uint256,uint256) (hardhat/console.sol#1280-1282) is never used and should be removed
console.log(bool) (hardhat/console.sol#184-186) is never used and should be removed
console.log(bool,address) (hardhat/console.sol#236-238) is never used and should be removed
console.log(bool,address,address) (hardhat/console.sol#444-446) is never used and should be removed
console.log(bool,address,address,address) (hardhat/console.sol#1276-1278) is never used and should be removed
console.log(bool,address,address,bool) (hardhat/console.sol#1272-1274) is never used and should be removed
console.log(bool,address,address,string) (hardhat/console.sol#1268-1270) is never used and should be removed
console.log(bool,address,address,uint256) (hardhat/console.sol#1264-1266) is never used and should be removed
console.log(bool,address,bool) (hardhat/console.sol#440-442) is never used and should be removed
console.log(bool,address,bool,address) (hardhat/console.sol#1260-1262) is never used and should be removed
console.log(bool,address,bool,bool) (hardhat/console.sol#1256-1258) is never used and should be removed
console.log(bool,address,bool,string) (hardhat/console.sol#1252-1254) is never used and should be removed
console.log(bool,address,bool,uint256) (hardhat/console.sol#1248-1250) is never used and should be removed
console.log(bool,address,string) (hardhat/console.sol#436-438) is never used and should be removed
console.log(bool,address,string,address) (hardhat/console.sol#1244-1246) is never used and should be removed
console.log(bool,address,string,bool) (hardhat/console.sol#1240-1242) is never used and should be removed
console.log(bool,address,string,string) (hardhat/console.sol#1236-1238) is never used and should be removed
console.log(bool,address,string,uint256) (hardhat/console.sol#1232-1234) is never used and should be removed
console.log(bool,address,uint256) (hardhat/console.sol#432-434) is never used and should be removed
console.log(bool,address,uint256,address) (hardhat/console.sol#1228-1230) is never used and should be removed
console.log(bool,address,uint256,bool) (hardhat/console.sol#1224-1226) is never used and should be removed
console.log(bool,address,uint256,string) (hardhat/console.sol#1220-1222) is never used and should be removed
console.log(bool,address,uint256,uint256) (hardhat/console.sol#1216-1218) is never used and should be removed
console.log(bool,bool) (hardhat/console.sol#232-234) is never used and should be removed
console.log(bool,bool,address) (hardhat/console.sol#428-430) is never used and should be removed
console.log(bool,bool,address,address) (hardhat/console.sol#1212-1214) is never used and should be removed
console.log(bool,bool,address,bool) (hardhat/console.sol#1208-1210) is never used and should be removed
console.log(bool,bool,address,string) (hardhat/console.sol#1204-1206) is never used and should be removed
console.log(bool,bool,address,uint256) (hardhat/console.sol#1200-1202) is never used and should be removed
console.log(bool,bool,bool) (hardhat/console.sol#424-426) is never used and should be removed
console.log(bool,bool,bool,address) (hardhat/console.sol#1196-1198) is never used and should be removed
console.log(bool,bool,bool,bool) (hardhat/console.sol#1192-1194) is never used and should be removed
console.log(bool,bool,bool,string) (hardhat/console.sol#1188-1190) is never used and should be removed
console.log(bool,bool,bool,uint256) (hardhat/console.sol#1184-1186) is never used and should be removed
console.log(bool,bool,string) (hardhat/console.sol#420-422) is never used and should be removed
console.log(bool,bool,string,address) (hardhat/console.sol#1180-1182) is never used and should be removed
console.log(bool,bool,string,bool) (hardhat/console.sol#1176-1178) is never used and should be removed
console.log(bool,bool,string,string) (hardhat/console.sol#1172-1174) is never used and should be removed
console.log(bool,bool,string,uint256) (hardhat/console.sol#1168-1170) is never used and should be removed
console.log(bool,bool,uint256) (hardhat/console.sol#416-418) is never used and should be removed
console.log(bool,bool,uint256,address) (hardhat/console.sol#1164-1166) is never used and should be removed
console.log(bool,bool,uint256,bool) (hardhat/console.sol#1160-1162) is never used and should be removed
console.log(bool,bool,uint256,string) (hardhat/console.sol#1156-1158) is never used and should be removed
console.log(bool,bool,uint256,uint256) (hardhat/console.sol#1152-1154) is never used and should be removed
console.log(bool,string) (hardhat/console.sol#228-230) is never used and should be removed
console.log(bool,string,address) (hardhat/console.sol#412-414) is never used and should be removed
console.log(bool,string,address,address) (hardhat/console.sol#1148-1150) is never used and should be removed
console.log(bool,string,address,bool) (hardhat/console.sol#1144-1146) is never used and should be removed
console.log(bool,string,address,string) (hardhat/console.sol#1140-1142) is never used and should be removed
console.log(bool,string,address,uint256) (hardhat/console.sol#1136-1138) is never used and should be removed
console.log(bool,string,bool) (hardhat/console.sol#408-410) is never used and should be removed
console.log(bool,string,bool,address) (hardhat/console.sol#1132-1134) is never used and should be removed
console.log(bool,string,bool,bool) (hardhat/console.sol#1128-1130) is never used and should be removed
console.log(bool,string,bool,string) (hardhat/console.sol#1124-1126) is never used and should be removed
console.log(bool,string,bool,uint256) (hardhat/console.sol#1120-1122) is never used and should be removed
console.log(bool,string,string) (hardhat/console.sol#404-406) is never used and should be removed
console.log(bool,string,string,address) (hardhat/console.sol#1116-1118) is never used and should be removed
console.log(bool,string,string,bool) (hardhat/console.sol#1112-1114) is never used and should be removed
console.log(bool,string,string,string) (hardhat/console.sol#1108-1110) is never used and should be removed
console.log(bool,string,string,uint256) (hardhat/console.sol#1104-1106) is never used and should be removed
console.log(bool,string,uint256) (hardhat/console.sol#400-402) is never used and should be removed
console.log(bool,string,uint256,address) (hardhat/console.sol#1100-1102) is never used and should be removed
console.log(bool,string,uint256,bool) (hardhat/console.sol#1096-1098) is never used and should be removed
console.log(bool,string,uint256,string) (hardhat/console.sol#1092-1094) is never used and should be removed
console.log(bool,string,uint256,uint256) (hardhat/console.sol#1088-1090) is never used and should be removed
console.log(bool,uint256) (hardhat/console.sol#224-226) is never used and should be removed
console.log(bool,uint256,address) (hardhat/console.sol#396-398) is never used and should be removed
console.log(bool,uint256,address,address) (hardhat/console.sol#1084-1086) is never used and should be removed
console.log(bool,uint256,address,bool) (hardhat/console.sol#1080-1082) is never used and should be removed
console.log(bool,uint256,address,string) (hardhat/console.sol#1076-1078) is never used and should be removed
console.log(bool,uint256,address,uint256) (hardhat/console.sol#1072-1074) is never used and should be removed
console.log(bool,uint256,bool) (hardhat/console.sol#392-394) is never used and should be removed
console.log(bool,uint256,bool,address) (hardhat/console.sol#1068-1070) is never used and should be removed
console.log(bool,uint256,bool,bool) (hardhat/console.sol#1064-1066) is never used and should be removed
console.log(bool,uint256,bool,string) (hardhat/console.sol#1060-1062) is never used and should be removed
console.log(bool,uint256,bool,uint256) (hardhat/console.sol#1056-1058) is never used and should be removed
console.log(bool,uint256,string) (hardhat/console.sol#388-390) is never used and should be removed
console.log(bool,uint256,string,address) (hardhat/console.sol#1052-1054) is never used and should be removed
console.log(bool,uint256,string,bool) (hardhat/console.sol#1048-1050) is never used and should be removed
console.log(bool,uint256,string,string) (hardhat/console.sol#1044-1046) is never used and should be removed
console.log(bool,uint256,string,uint256) (hardhat/console.sol#1040-1042) is never used and should be removed
console.log(bool,uint256,uint256) (hardhat/console.sol#384-386) is never used and should be removed
console.log(bool,uint256,uint256,address) (hardhat/console.sol#1036-1038) is never used and should be removed
console.log(bool,uint256,uint256,bool) (hardhat/console.sol#1032-1034) is never used and should be removed
console.log(bool,uint256,uint256,string) (hardhat/console.sol#1028-1030) is never used and should be removed
console.log(bool,uint256,uint256,uint256) (hardhat/console.sol#1024-1026) is never used and should be removed
console.log(string) (hardhat/console.sol#180-182) is never used and should be removed
console.log(string,address) (hardhat/console.sol#220-222) is never used and should be removed
console.log(string,address,address) (hardhat/console.sol#380-382) is never used and should be removed
console.log(string,address,address,address) (hardhat/console.sol#1020-1022) is never used and should be removed
console.log(string,address,address,bool) (hardhat/console.sol#1016-1018) is never used and should be removed
console.log(string,address,address,string) (hardhat/console.sol#1012-1014) is never used and should be removed
console.log(string,address,address,uint256) (hardhat/console.sol#1008-1010) is never used and should be removed
console.log(string,address,bool) (hardhat/console.sol#376-378) is never used and should be removed
console.log(string,address,bool,address) (hardhat/console.sol#1004-1006) is never used and should be removed
console.log(string,address,bool,bool) (hardhat/console.sol#1000-1002) is never used and should be removed
console.log(string,address,bool,string) (hardhat/console.sol#996-998) is never used and should be removed
console.log(string,address,bool,uint256) (hardhat/console.sol#992-994) is never used and should be removed
console.log(string,address,string) (hardhat/console.sol#372-374) is never used and should be removed
console.log(string,address,string,address) (hardhat/console.sol#988-990) is never used and should be removed
console.log(string,address,string,bool) (hardhat/console.sol#984-986) is never used and should be removed
console.log(string,address,string,string) (hardhat/console.sol#980-982) is never used and should be removed
console.log(string,address,string,uint256) (hardhat/console.sol#976-978) is never used and should be removed
console.log(string,address,uint256) (hardhat/console.sol#368-370) is never used and should be removed
console.log(string,address,uint256,address) (hardhat/console.sol#972-974) is never used and should be removed
console.log(string,address,uint256,bool) (hardhat/console.sol#968-970) is never used and should be removed
console.log(string,address,uint256,string) (hardhat/console.sol#964-966) is never used and should be removed
console.log(string,address,uint256,uint256) (hardhat/console.sol#960-962) is never used and should be removed
console.log(string,bool) (hardhat/console.sol#216-218) is never used and should be removed
console.log(string,bool,address) (hardhat/console.sol#364-366) is never used and should be removed
console.log(string,bool,address,address) (hardhat/console.sol#956-958) is never used and should be removed
console.log(string,bool,address,bool) (hardhat/console.sol#952-954) is never used and should be removed
console.log(string,bool,address,string) (hardhat/console.sol#948-950) is never used and should be removed
console.log(string,bool,address,uint256) (hardhat/console.sol#944-946) is never used and should be removed
console.log(string,bool,bool) (hardhat/console.sol#360-362) is never used and should be removed
console.log(string,bool,bool,address) (hardhat/console.sol#940-942) is never used and should be removed
console.log(string,bool,bool,bool) (hardhat/console.sol#936-938) is never used and should be removed
console.log(string,bool,bool,string) (hardhat/console.sol#932-934) is never used and should be removed
console.log(string,bool,bool,uint256) (hardhat/console.sol#928-930) is never used and should be removed
console.log(string,bool,string) (hardhat/console.sol#356-358) is never used and should be removed
console.log(string,bool,string,address) (hardhat/console.sol#924-926) is never used and should be removed
console.log(string,bool,string,bool) (hardhat/console.sol#920-922) is never used and should be removed
console.log(string,bool,string,string) (hardhat/console.sol#916-918) is never used and should be removed
console.log(string,bool,string,uint256) (hardhat/console.sol#912-914) is never used and should be removed
console.log(string,bool,uint256) (hardhat/console.sol#352-354) is never used and should be removed
console.log(string,bool,uint256,address) (hardhat/console.sol#908-910) is never used and should be removed
console.log(string,bool,uint256,bool) (hardhat/console.sol#904-906) is never used and should be removed
console.log(string,bool,uint256,string) (hardhat/console.sol#900-902) is never used and should be removed
console.log(string,bool,uint256,uint256) (hardhat/console.sol#896-898) is never used and should be removed
console.log(string,string) (hardhat/console.sol#212-214) is never used and should be removed
console.log(string,string,address) (hardhat/console.sol#348-350) is never used and should be removed
console.log(string,string,address,address) (hardhat/console.sol#892-894) is never used and should be removed
console.log(string,string,address,bool) (hardhat/console.sol#888-890) is never used and should be removed
console.log(string,string,address,string) (hardhat/console.sol#884-886) is never used and should be removed
console.log(string,string,address,uint256) (hardhat/console.sol#880-882) is never used and should be removed
console.log(string,string,bool) (hardhat/console.sol#344-346) is never used and should be removed
console.log(string,string,bool,address) (hardhat/console.sol#876-878) is never used and should be removed
console.log(string,string,bool,bool) (hardhat/console.sol#872-874) is never used and should be removed
console.log(string,string,bool,string) (hardhat/console.sol#868-870) is never used and should be removed
console.log(string,string,bool,uint256) (hardhat/console.sol#864-866) is never used and should be removed
console.log(string,string,string) (hardhat/console.sol#340-342) is never used and should be removed
console.log(string,string,string,address) (hardhat/console.sol#860-862) is never used and should be removed
console.log(string,string,string,bool) (hardhat/console.sol#856-858) is never used and should be removed
console.log(string,string,string,string) (hardhat/console.sol#852-854) is never used and should be removed
console.log(string,string,string,uint256) (hardhat/console.sol#848-850) is never used and should be removed
console.log(string,string,uint256) (hardhat/console.sol#336-338) is never used and should be removed
console.log(string,string,uint256,address) (hardhat/console.sol#844-846) is never used and should be removed
console.log(string,string,uint256,bool) (hardhat/console.sol#840-842) is never used and should be removed
console.log(string,string,uint256,string) (hardhat/console.sol#836-838) is never used and should be removed
console.log(string,string,uint256,uint256) (hardhat/console.sol#832-834) is never used and should be removed
console.log(string,uint256) (hardhat/console.sol#208-210) is never used and should be removed
console.log(string,uint256,address) (hardhat/console.sol#332-334) is never used and should be removed
console.log(string,uint256,address,address) (hardhat/console.sol#828-830) is never used and should be removed
console.log(string,uint256,address,bool) (hardhat/console.sol#824-826) is never used and should be removed
console.log(string,uint256,address,string) (hardhat/console.sol#820-822) is never used and should be removed
console.log(string,uint256,address,uint256) (hardhat/console.sol#816-818) is never used and should be removed
console.log(string,uint256,bool) (hardhat/console.sol#328-330) is never used and should be removed
console.log(string,uint256,bool,address) (hardhat/console.sol#812-814) is never used and should be removed
console.log(string,uint256,bool,bool) (hardhat/console.sol#808-810) is never used and should be removed
console.log(string,uint256,bool,string) (hardhat/console.sol#804-806) is never used and should be removed
console.log(string,uint256,bool,uint256) (hardhat/console.sol#800-802) is never used and should be removed
console.log(string,uint256,string) (hardhat/console.sol#324-326) is never used and should be removed
console.log(string,uint256,string,address) (hardhat/console.sol#796-798) is never used and should be removed
console.log(string,uint256,string,bool) (hardhat/console.sol#792-794) is never used and should be removed
console.log(string,uint256,string,string) (hardhat/console.sol#788-790) is never used and should be removed
console.log(string,uint256,string,uint256) (hardhat/console.sol#784-786) is never used and should be removed
console.log(string,uint256,uint256) (hardhat/console.sol#320-322) is never used and should be removed
console.log(string,uint256,uint256,address) (hardhat/console.sol#780-782) is never used and should be removed
console.log(string,uint256,uint256,bool) (hardhat/console.sol#776-778) is never used and should be removed
console.log(string,uint256,uint256,string) (hardhat/console.sol#772-774) is never used and should be removed
console.log(string,uint256,uint256,uint256) (hardhat/console.sol#768-770) is never used and should be removed
console.log(uint256) (hardhat/console.sol#176-178) is never used and should be removed
console.log(uint256,address) (hardhat/console.sol#204-206) is never used and should be removed
console.log(uint256,address,address) (hardhat/console.sol#316-318) is never used and should be removed
console.log(uint256,address,address,address) (hardhat/console.sol#764-766) is never used and should be removed
console.log(uint256,address,address,bool) (hardhat/console.sol#760-762) is never used and should be removed
console.log(uint256,address,address,string) (hardhat/console.sol#756-758) is never used and should be removed
console.log(uint256,address,address,uint256) (hardhat/console.sol#752-754) is never used and should be removed
console.log(uint256,address,bool) (hardhat/console.sol#312-314) is never used and should be removed
console.log(uint256,address,bool,address) (hardhat/console.sol#748-750) is never used and should be removed
console.log(uint256,address,bool,bool) (hardhat/console.sol#744-746) is never used and should be removed
console.log(uint256,address,bool,string) (hardhat/console.sol#740-742) is never used and should be removed
console.log(uint256,address,bool,uint256) (hardhat/console.sol#736-738) is never used and should be removed
console.log(uint256,address,string) (hardhat/console.sol#308-310) is never used and should be removed
console.log(uint256,address,string,address) (hardhat/console.sol#732-734) is never used and should be removed
console.log(uint256,address,string,bool) (hardhat/console.sol#728-730) is never used and should be removed
console.log(uint256,address,string,string) (hardhat/console.sol#724-726) is never used and should be removed
console.log(uint256,address,string,uint256) (hardhat/console.sol#720-722) is never used and should be removed
console.log(uint256,address,uint256) (hardhat/console.sol#304-306) is never used and should be removed
console.log(uint256,address,uint256,address) (hardhat/console.sol#716-718) is never used and should be removed
console.log(uint256,address,uint256,bool) (hardhat/console.sol#712-714) is never used and should be removed
console.log(uint256,address,uint256,string) (hardhat/console.sol#708-710) is never used and should be removed
console.log(uint256,address,uint256,uint256) (hardhat/console.sol#704-706) is never used and should be removed
console.log(uint256,bool) (hardhat/console.sol#200-202) is never used and should be removed
console.log(uint256,bool,address) (hardhat/console.sol#300-302) is never used and should be removed
console.log(uint256,bool,address,address) (hardhat/console.sol#700-702) is never used and should be removed
console.log(uint256,bool,address,bool) (hardhat/console.sol#696-698) is never used and should be removed
console.log(uint256,bool,address,string) (hardhat/console.sol#692-694) is never used and should be removed
console.log(uint256,bool,address,uint256) (hardhat/console.sol#688-690) is never used and should be removed
console.log(uint256,bool,bool) (hardhat/console.sol#296-298) is never used and should be removed
console.log(uint256,bool,bool,address) (hardhat/console.sol#684-686) is never used and should be removed
console.log(uint256,bool,bool,bool) (hardhat/console.sol#680-682) is never used and should be removed
console.log(uint256,bool,bool,string) (hardhat/console.sol#676-678) is never used and should be removed
console.log(uint256,bool,bool,uint256) (hardhat/console.sol#672-674) is never used and should be removed
console.log(uint256,bool,string) (hardhat/console.sol#292-294) is never used and should be removed
console.log(uint256,bool,string,address) (hardhat/console.sol#668-670) is never used and should be removed
console.log(uint256,bool,string,bool) (hardhat/console.sol#664-666) is never used and should be removed
console.log(uint256,bool,string,string) (hardhat/console.sol#660-662) is never used and should be removed
console.log(uint256,bool,string,uint256) (hardhat/console.sol#656-658) is never used and should be removed
console.log(uint256,bool,uint256) (hardhat/console.sol#288-290) is never used and should be removed
console.log(uint256,bool,uint256,address) (hardhat/console.sol#652-654) is never used and should be removed
console.log(uint256,bool,uint256,bool) (hardhat/console.sol#648-650) is never used and should be removed
console.log(uint256,bool,uint256,string) (hardhat/console.sol#644-646) is never used and should be removed
console.log(uint256,bool,uint256,uint256) (hardhat/console.sol#640-642) is never used and should be removed
console.log(uint256,string) (hardhat/console.sol#196-198) is never used and should be removed
console.log(uint256,string,address) (hardhat/console.sol#284-286) is never used and should be removed
console.log(uint256,string,address,address) (hardhat/console.sol#636-638) is never used and should be removed
console.log(uint256,string,address,bool) (hardhat/console.sol#632-634) is never used and should be removed
console.log(uint256,string,address,string) (hardhat/console.sol#628-630) is never used and should be removed
console.log(uint256,string,address,uint256) (hardhat/console.sol#624-626) is never used and should be removed
console.log(uint256,string,bool) (hardhat/console.sol#280-282) is never used and should be removed
console.log(uint256,string,bool,address) (hardhat/console.sol#620-622) is never used and should be removed
console.log(uint256,string,bool,bool) (hardhat/console.sol#616-618) is never used and should be removed
console.log(uint256,string,bool,string) (hardhat/console.sol#612-614) is never used and should be removed
console.log(uint256,string,bool,uint256) (hardhat/console.sol#608-610) is never used and should be removed
console.log(uint256,string,string) (hardhat/console.sol#276-278) is never used and should be removed
console.log(uint256,string,string,address) (hardhat/console.sol#604-606) is never used and should be removed
console.log(uint256,string,string,bool) (hardhat/console.sol#600-602) is never used and should be removed
console.log(uint256,string,string,string) (hardhat/console.sol#596-598) is never used and should be removed
console.log(uint256,string,string,uint256) (hardhat/console.sol#592-594) is never used and should be removed
console.log(uint256,string,uint256) (hardhat/console.sol#272-274) is never used and should be removed
console.log(uint256,string,uint256,address) (hardhat/console.sol#588-590) is never used and should be removed
console.log(uint256,string,uint256,bool) (hardhat/console.sol#584-586) is never used and should be removed
console.log(uint256,string,uint256,string) (hardhat/console.sol#580-582) is never used and should be removed
console.log(uint256,string,uint256,uint256) (hardhat/console.sol#576-578) is never used and should be removed
console.log(uint256,uint256) (hardhat/console.sol#192-194) is never used and should be removed
console.log(uint256,uint256,address) (hardhat/console.sol#268-270) is never used and should be removed
console.log(uint256,uint256,address,address) (hardhat/console.sol#572-574) is never used and should be removed
console.log(uint256,uint256,address,bool) (hardhat/console.sol#568-570) is never used and should be removed
console.log(uint256,uint256,address,string) (hardhat/console.sol#564-566) is never used and should be removed
console.log(uint256,uint256,address,uint256) (hardhat/console.sol#560-562) is never used and should be removed
console.log(uint256,uint256,bool) (hardhat/console.sol#264-266) is never used and should be removed
console.log(uint256,uint256,bool,address) (hardhat/console.sol#556-558) is never used and should be removed
console.log(uint256,uint256,bool,bool) (hardhat/console.sol#552-554) is never used and should be removed
console.log(uint256,uint256,bool,string) (hardhat/console.sol#548-550) is never used and should be removed
console.log(uint256,uint256,bool,uint256) (hardhat/console.sol#544-546) is never used and should be removed
console.log(uint256,uint256,string) (hardhat/console.sol#260-262) is never used and should be removed
console.log(uint256,uint256,string,address) (hardhat/console.sol#540-542) is never used and should be removed
console.log(uint256,uint256,string,bool) (hardhat/console.sol#536-538) is never used and should be removed
console.log(uint256,uint256,string,string) (hardhat/console.sol#532-534) is never used and should be removed
console.log(uint256,uint256,string,uint256) (hardhat/console.sol#528-530) is never used and should be removed
console.log(uint256,uint256,uint256) (hardhat/console.sol#256-258) is never used and should be removed
console.log(uint256,uint256,uint256,address) (hardhat/console.sol#524-526) is never used and should be removed
console.log(uint256,uint256,uint256,bool) (hardhat/console.sol#520-522) is never used and should be removed
console.log(uint256,uint256,uint256,string) (hardhat/console.sol#516-518) is never used and should be removed
console.log(uint256,uint256,uint256,uint256) (hardhat/console.sol#512-514) is never used and should be removed
console.logAddress(address) (hardhat/console.sol#36-38) is never used and should be removed
console.logBool(bool) (hardhat/console.sol#32-34) is never used and should be removed
console.logByte(bytes1) (hardhat/console.sol#44-46) is never used and should be removed
console.logBytes(bytes) (hardhat/console.sol#40-42) is never used and should be removed
console.logBytes1(bytes1) (hardhat/console.sol#48-50) is never used and should be removed
console.logBytes10(bytes10) (hardhat/console.sol#84-86) is never used and should be removed
console.logBytes11(bytes11) (hardhat/console.sol#88-90) is never used and should be removed
console.logBytes12(bytes12) (hardhat/console.sol#92-94) is never used and should be removed
console.logBytes13(bytes13) (hardhat/console.sol#96-98) is never used and should be removed
console.logBytes14(bytes14) (hardhat/console.sol#100-102) is never used and should be removed
console.logBytes15(bytes15) (hardhat/console.sol#104-106) is never used and should be removed
console.logBytes16(bytes16) (hardhat/console.sol#108-110) is never used and should be removed
console.logBytes17(bytes17) (hardhat/console.sol#112-114) is never used and should be removed
console.logBytes18(bytes18) (hardhat/console.sol#116-118) is never used and should be removed
console.logBytes19(bytes19) (hardhat/console.sol#120-122) is never used and should be removed
console.logBytes2(bytes2) (hardhat/console.sol#52-54) is never used and should be removed
console.logBytes20(bytes20) (hardhat/console.sol#124-126) is never used and should be removed
console.logBytes21(bytes21) (hardhat/console.sol#128-130) is never used and should be removed
console.logBytes22(bytes22) (hardhat/console.sol#132-134) is never used and should be removed
console.logBytes23(bytes23) (hardhat/console.sol#136-138) is never used and should be removed
console.logBytes24(bytes24) (hardhat/console.sol#140-142) is never used and should be removed
console.logBytes25(bytes25) (hardhat/console.sol#144-146) is never used and should be removed
console.logBytes26(bytes26) (hardhat/console.sol#148-150) is never used and should be removed
console.logBytes27(bytes27) (hardhat/console.sol#152-154) is never used and should be removed
console.logBytes28(bytes28) (hardhat/console.sol#156-158) is never used and should be removed
console.logBytes29(bytes29) (hardhat/console.sol#160-162) is never used and should be removed
console.logBytes3(bytes3) (hardhat/console.sol#56-58) is never used and should be removed
console.logBytes30(bytes30) (hardhat/console.sol#164-166) is never used and should be removed
console.logBytes31(bytes31) (hardhat/console.sol#168-170) is never used and should be removed
console.logBytes32(bytes32) (hardhat/console.sol#172-174) is never used and should be removed
console.logBytes4(bytes4) (hardhat/console.sol#60-62) is never used and should be removed
console.logBytes5(bytes5) (hardhat/console.sol#64-66) is never used and should be removed
console.logBytes6(bytes6) (hardhat/console.sol#68-70) is never used and should be removed
console.logBytes7(bytes7) (hardhat/console.sol#72-74) is never used and should be removed
console.logBytes8(bytes8) (hardhat/console.sol#76-78) is never used and should be removed
console.logBytes9(bytes9) (hardhat/console.sol#80-82) is never used and should be removed
console.logInt(int256) (hardhat/console.sol#20-22) is never used and should be removed
console.logString(string) (hardhat/console.sol#28-30) is never used and should be removed
console.logUint(uint256) (hardhat/console.sol#24-26) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.6.0 (@openzeppelin/contracts/GSN/Context.sol#3) allows old versions
Pragma version^0.6.0 (@openzeppelin/contracts/access/Ownable.sol#3) allows old versions
Pragma version^0.6.0 (@openzeppelin/contracts/math/SafeMath.sol#3) allows old versions
Pragma version^0.6.0 (@openzeppelin/contracts/token/ERC20/ERC20.sol#3) allows old versions
Pragma version^0.6.0 (@openzeppelin/contracts/token/ERC20/IERC20.sol#3) allows old versions
Pragma version^0.6.2 (@openzeppelin/contracts/utils/Address.sol#3) allows old versions
Pragma version>=0.6.0<0.7.0 (contracts/BscGateway.sol#1) allows old versions
Pragma version>=0.4.22<0.8.0 (hardhat/console.sol#2) is too complex
solc-0.6.7 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
Low level call in Address.sendValue(address,uint256) (@openzeppelin/contracts/utils/Address.sol#53-59):
- (success) = recipient.call{value: amount}() (@openzeppelin/contracts/utils/Address.sol#57)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (@openzeppelin/contracts/utils/Address.sol#119-140):
- (success,returndata) = target.call{value: weiValue}(data) (@openzeppelin/contracts/utils/Address.sol#123)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Contract console (hardhat/console.sol#4-1536) is not in CapWords
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (@openzeppelin/contracts/GSN/Context.sol#21)" inContext (@openzeppelin/contracts/GSN/Context.sol#15-24)
Remove redundant statements if they congest code but offer no value.
Additional information: link
console.slitherConstructorConstantVariables() (hardhat/console.sol#4-1536) uses literals with too many digits:
- CONSOLE_ADDRESS = address(0x000000000000000000636F6e736F6c652e6c6f67) (hardhat/console.sol#5)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
owner() should be declared external:
- Ownable.owner() (@openzeppelin/contracts/access/Ownable.sol#35-37)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (@openzeppelin/contracts/access/Ownable.sol#54-57)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (@openzeppelin/contracts/access/Ownable.sol#63-67)
name() should be declared external:
- ERC20.name() (@openzeppelin/contracts/token/ERC20/ERC20.sol#66-68)
symbol() should be declared external:
- ERC20.symbol() (@openzeppelin/contracts/token/ERC20/ERC20.sol#74-76)
decimals() should be declared external:
- ERC20.decimals() (@openzeppelin/contracts/token/ERC20/ERC20.sol#91-93)
totalSupply() should be declared external:
- ERC20.totalSupply() (@openzeppelin/contracts/token/ERC20/ERC20.sol#98-100)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (@openzeppelin/contracts/token/ERC20/ERC20.sol#105-107)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (@openzeppelin/contracts/token/ERC20/ERC20.sol#117-120)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (@openzeppelin/contracts/token/ERC20/ERC20.sol#125-127)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (@openzeppelin/contracts/token/ERC20/ERC20.sol#136-139)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (@openzeppelin/contracts/token/ERC20/ERC20.sol#153-157)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (@openzeppelin/contracts/token/ERC20/ERC20.sol#171-174)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (@openzeppelin/contracts/token/ERC20/ERC20.sol#190-193)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to crawl data from the website
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 Twitter link on the website
Token is not listed at Mobula.Finance
Additional information: link
Unable to find token on CoinHunt
Additional information: link
Token has a considerable age, but we're still unable to find its website
Unable to find Youtube account
Unable to find Discord account