Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
LUSDToken._buildDomainSeparator(bytes32,bytes32,bytes32).name (LUSDToken.sol#226) shadows:
- LUSDToken.name() (LUSDToken.sol#308-310) (function)
- IERC20.name() (IERC20.sol#69) (function)
LUSDToken._buildDomainSeparator(bytes32,bytes32,bytes32).version (LUSDToken.sol#226) shadows:
- LUSDToken.version() (LUSDToken.sol#320-322) (function)
- IERC2612.version() (IERC2612.sol#55) (function)
Rename the local variables that shadow another component.
Additional information: link
LUSDToken.constructor(string,string,address,address,address,address,address)._troveManagerAddress (LUSDToken.sol#75) lacks a zero-check on :
- troveManagerAddress = _troveManagerAddress (LUSDToken.sol#90)
LUSDToken.constructor(string,string,address,address,address,address,address)._stabilityPoolAddress (LUSDToken.sol#76) lacks a zero-check on :
- stabilityPoolAddress = _stabilityPoolAddress (LUSDToken.sol#93)
LUSDToken.constructor(string,string,address,address,address,address,address)._borrowerOperationsAddress (LUSDToken.sol#77) lacks a zero-check on :
- borrowerOperationsAddress = _borrowerOperationsAddress (LUSDToken.sol#96)
LUSDToken.constructor(string,string,address,address,address,address,address)._flashLenderAddress (LUSDToken.sol#78) lacks a zero-check on :
- flashLenderAddress = _flashLenderAddress (LUSDToken.sol#99)
LUSDToken.constructor(string,string,address,address,address,address,address)._shutdownAdminAddress (LUSDToken.sol#79) lacks a zero-check on :
- shutdownAdmin = _shutdownAdminAddress (LUSDToken.sol#100)
Check that the address is not zero.
Additional information: link
LUSDToken.permit(address,address,uint256,uint256,uint8,bytes32,bytes32) (LUSDToken.sol#191-212) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(deadline >= now,LUSD: expired deadline) (LUSDToken.sol#204)
Avoid relying on block.timestamp.
Additional information: link
CheckContract.checkContract(address) (CheckContract.sol#11-18) uses assembly
- INLINE ASM (CheckContract.sol#16)
LUSDToken._chainID() (LUSDToken.sol#220-224) uses assembly
- INLINE ASM (LUSDToken.sol#221-223)
Do not use evm assembly.
Additional information: link
SafeMath.div(uint256,uint256) (SafeMath.sol#103-105) is never used and should be removed
SafeMath.div(uint256,uint256,string) (SafeMath.sol#120-127) is never used and should be removed
SafeMath.mod(uint256,uint256) (SafeMath.sol#140-142) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (SafeMath.sol#157-160) is never used and should be removed
SafeMath.mul(uint256,uint256) (SafeMath.sol#78-90) is never used and should be removed
console.log() (console.sol#9-12) is never used and should be removed
console.log(address) (console.sol#222-225) is never used and should be removed
console.log(address,address) (console.sol#302-305) is never used and should be removed
console.log(address,address,address) (console.sol#622-625) is never used and should be removed
console.log(address,address,address,address) (console.sol#1902-1905) is never used and should be removed
console.log(address,address,address,bool) (console.sol#1897-1900) is never used and should be removed
console.log(address,address,address,string) (console.sol#1892-1895) is never used and should be removed
console.log(address,address,address,uint256) (console.sol#1887-1890) is never used and should be removed
console.log(address,address,bool) (console.sol#617-620) is never used and should be removed
console.log(address,address,bool,address) (console.sol#1882-1885) is never used and should be removed
console.log(address,address,bool,bool) (console.sol#1877-1880) is never used and should be removed
console.log(address,address,bool,string) (console.sol#1872-1875) is never used and should be removed
console.log(address,address,bool,uint256) (console.sol#1867-1870) is never used and should be removed
console.log(address,address,string) (console.sol#612-615) is never used and should be removed
console.log(address,address,string,address) (console.sol#1862-1865) is never used and should be removed
console.log(address,address,string,bool) (console.sol#1857-1860) is never used and should be removed
console.log(address,address,string,string) (console.sol#1852-1855) is never used and should be removed
console.log(address,address,string,uint256) (console.sol#1847-1850) is never used and should be removed
console.log(address,address,uint256) (console.sol#607-610) is never used and should be removed
console.log(address,address,uint256,address) (console.sol#1842-1845) is never used and should be removed
console.log(address,address,uint256,bool) (console.sol#1837-1840) is never used and should be removed
console.log(address,address,uint256,string) (console.sol#1832-1835) is never used and should be removed
console.log(address,address,uint256,uint256) (console.sol#1827-1830) is never used and should be removed
console.log(address,bool) (console.sol#297-300) is never used and should be removed
console.log(address,bool,address) (console.sol#602-605) is never used and should be removed
console.log(address,bool,address,address) (console.sol#1822-1825) is never used and should be removed
console.log(address,bool,address,bool) (console.sol#1817-1820) is never used and should be removed
console.log(address,bool,address,string) (console.sol#1812-1815) is never used and should be removed
console.log(address,bool,address,uint256) (console.sol#1807-1810) is never used and should be removed
console.log(address,bool,bool) (console.sol#597-600) is never used and should be removed
console.log(address,bool,bool,address) (console.sol#1802-1805) is never used and should be removed
console.log(address,bool,bool,bool) (console.sol#1797-1800) is never used and should be removed
console.log(address,bool,bool,string) (console.sol#1792-1795) is never used and should be removed
console.log(address,bool,bool,uint256) (console.sol#1787-1790) is never used and should be removed
console.log(address,bool,string) (console.sol#592-595) is never used and should be removed
console.log(address,bool,string,address) (console.sol#1782-1785) is never used and should be removed
console.log(address,bool,string,bool) (console.sol#1777-1780) is never used and should be removed
console.log(address,bool,string,string) (console.sol#1772-1775) is never used and should be removed
console.log(address,bool,string,uint256) (console.sol#1767-1770) is never used and should be removed
console.log(address,bool,uint256) (console.sol#587-590) is never used and should be removed
console.log(address,bool,uint256,address) (console.sol#1762-1765) is never used and should be removed
console.log(address,bool,uint256,bool) (console.sol#1757-1760) is never used and should be removed
console.log(address,bool,uint256,string) (console.sol#1752-1755) is never used and should be removed
console.log(address,bool,uint256,uint256) (console.sol#1747-1750) is never used and should be removed
console.log(address,string) (console.sol#292-295) is never used and should be removed
console.log(address,string,address) (console.sol#582-585) is never used and should be removed
console.log(address,string,address,address) (console.sol#1742-1745) is never used and should be removed
console.log(address,string,address,bool) (console.sol#1737-1740) is never used and should be removed
console.log(address,string,address,string) (console.sol#1732-1735) is never used and should be removed
console.log(address,string,address,uint256) (console.sol#1727-1730) is never used and should be removed
console.log(address,string,bool) (console.sol#577-580) is never used and should be removed
console.log(address,string,bool,address) (console.sol#1722-1725) is never used and should be removed
console.log(address,string,bool,bool) (console.sol#1717-1720) is never used and should be removed
console.log(address,string,bool,string) (console.sol#1712-1715) is never used and should be removed
console.log(address,string,bool,uint256) (console.sol#1707-1710) is never used and should be removed
console.log(address,string,string) (console.sol#572-575) is never used and should be removed
console.log(address,string,string,address) (console.sol#1702-1705) is never used and should be removed
console.log(address,string,string,bool) (console.sol#1697-1700) is never used and should be removed
console.log(address,string,string,string) (console.sol#1692-1695) is never used and should be removed
console.log(address,string,string,uint256) (console.sol#1687-1690) is never used and should be removed
console.log(address,string,uint256) (console.sol#567-570) is never used and should be removed
console.log(address,string,uint256,address) (console.sol#1682-1685) is never used and should be removed
console.log(address,string,uint256,bool) (console.sol#1677-1680) is never used and should be removed
console.log(address,string,uint256,string) (console.sol#1672-1675) is never used and should be removed
console.log(address,string,uint256,uint256) (console.sol#1667-1670) is never used and should be removed
console.log(address,uint256) (console.sol#287-290) is never used and should be removed
console.log(address,uint256,address) (console.sol#562-565) is never used and should be removed
console.log(address,uint256,address,address) (console.sol#1662-1665) is never used and should be removed
console.log(address,uint256,address,bool) (console.sol#1657-1660) is never used and should be removed
console.log(address,uint256,address,string) (console.sol#1652-1655) is never used and should be removed
console.log(address,uint256,address,uint256) (console.sol#1647-1650) is never used and should be removed
console.log(address,uint256,bool) (console.sol#557-560) is never used and should be removed
console.log(address,uint256,bool,address) (console.sol#1642-1645) is never used and should be removed
console.log(address,uint256,bool,bool) (console.sol#1637-1640) is never used and should be removed
console.log(address,uint256,bool,string) (console.sol#1632-1635) is never used and should be removed
console.log(address,uint256,bool,uint256) (console.sol#1627-1630) is never used and should be removed
console.log(address,uint256,string) (console.sol#552-555) is never used and should be removed
console.log(address,uint256,string,address) (console.sol#1622-1625) is never used and should be removed
console.log(address,uint256,string,bool) (console.sol#1617-1620) is never used and should be removed
console.log(address,uint256,string,string) (console.sol#1612-1615) is never used and should be removed
console.log(address,uint256,string,uint256) (console.sol#1607-1610) is never used and should be removed
console.log(address,uint256,uint256) (console.sol#547-550) is never used and should be removed
console.log(address,uint256,uint256,address) (console.sol#1602-1605) is never used and should be removed
console.log(address,uint256,uint256,bool) (console.sol#1597-1600) is never used and should be removed
console.log(address,uint256,uint256,string) (console.sol#1592-1595) is never used and should be removed
console.log(address,uint256,uint256,uint256) (console.sol#1587-1590) is never used and should be removed
console.log(bool) (console.sol#217-220) is never used and should be removed
console.log(bool,address) (console.sol#282-285) is never used and should be removed
console.log(bool,address,address) (console.sol#542-545) is never used and should be removed
console.log(bool,address,address,address) (console.sol#1582-1585) is never used and should be removed
console.log(bool,address,address,bool) (console.sol#1577-1580) is never used and should be removed
console.log(bool,address,address,string) (console.sol#1572-1575) is never used and should be removed
console.log(bool,address,address,uint256) (console.sol#1567-1570) is never used and should be removed
console.log(bool,address,bool) (console.sol#537-540) is never used and should be removed
console.log(bool,address,bool,address) (console.sol#1562-1565) is never used and should be removed
console.log(bool,address,bool,bool) (console.sol#1557-1560) is never used and should be removed
console.log(bool,address,bool,string) (console.sol#1552-1555) is never used and should be removed
console.log(bool,address,bool,uint256) (console.sol#1547-1550) is never used and should be removed
console.log(bool,address,string) (console.sol#532-535) is never used and should be removed
console.log(bool,address,string,address) (console.sol#1542-1545) is never used and should be removed
console.log(bool,address,string,bool) (console.sol#1537-1540) is never used and should be removed
console.log(bool,address,string,string) (console.sol#1532-1535) is never used and should be removed
console.log(bool,address,string,uint256) (console.sol#1527-1530) is never used and should be removed
console.log(bool,address,uint256) (console.sol#527-530) is never used and should be removed
console.log(bool,address,uint256,address) (console.sol#1522-1525) is never used and should be removed
console.log(bool,address,uint256,bool) (console.sol#1517-1520) is never used and should be removed
console.log(bool,address,uint256,string) (console.sol#1512-1515) is never used and should be removed
console.log(bool,address,uint256,uint256) (console.sol#1507-1510) is never used and should be removed
console.log(bool,bool) (console.sol#277-280) is never used and should be removed
console.log(bool,bool,address) (console.sol#522-525) is never used and should be removed
console.log(bool,bool,address,address) (console.sol#1502-1505) is never used and should be removed
console.log(bool,bool,address,bool) (console.sol#1497-1500) is never used and should be removed
console.log(bool,bool,address,string) (console.sol#1492-1495) is never used and should be removed
console.log(bool,bool,address,uint256) (console.sol#1487-1490) is never used and should be removed
console.log(bool,bool,bool) (console.sol#517-520) is never used and should be removed
console.log(bool,bool,bool,address) (console.sol#1482-1485) is never used and should be removed
console.log(bool,bool,bool,bool) (console.sol#1477-1480) is never used and should be removed
console.log(bool,bool,bool,string) (console.sol#1472-1475) is never used and should be removed
console.log(bool,bool,bool,uint256) (console.sol#1467-1470) is never used and should be removed
console.log(bool,bool,string) (console.sol#512-515) is never used and should be removed
console.log(bool,bool,string,address) (console.sol#1462-1465) is never used and should be removed
console.log(bool,bool,string,bool) (console.sol#1457-1460) is never used and should be removed
console.log(bool,bool,string,string) (console.sol#1452-1455) is never used and should be removed
console.log(bool,bool,string,uint256) (console.sol#1447-1450) is never used and should be removed
console.log(bool,bool,uint256) (console.sol#507-510) is never used and should be removed
console.log(bool,bool,uint256,address) (console.sol#1442-1445) is never used and should be removed
console.log(bool,bool,uint256,bool) (console.sol#1437-1440) is never used and should be removed
console.log(bool,bool,uint256,string) (console.sol#1432-1435) is never used and should be removed
console.log(bool,bool,uint256,uint256) (console.sol#1427-1430) is never used and should be removed
console.log(bool,string) (console.sol#272-275) is never used and should be removed
console.log(bool,string,address) (console.sol#502-505) is never used and should be removed
console.log(bool,string,address,address) (console.sol#1422-1425) is never used and should be removed
console.log(bool,string,address,bool) (console.sol#1417-1420) is never used and should be removed
console.log(bool,string,address,string) (console.sol#1412-1415) is never used and should be removed
console.log(bool,string,address,uint256) (console.sol#1407-1410) is never used and should be removed
console.log(bool,string,bool) (console.sol#497-500) is never used and should be removed
console.log(bool,string,bool,address) (console.sol#1402-1405) is never used and should be removed
console.log(bool,string,bool,bool) (console.sol#1397-1400) is never used and should be removed
console.log(bool,string,bool,string) (console.sol#1392-1395) is never used and should be removed
console.log(bool,string,bool,uint256) (console.sol#1387-1390) is never used and should be removed
console.log(bool,string,string) (console.sol#492-495) is never used and should be removed
console.log(bool,string,string,address) (console.sol#1382-1385) is never used and should be removed
console.log(bool,string,string,bool) (console.sol#1377-1380) is never used and should be removed
console.log(bool,string,string,string) (console.sol#1372-1375) is never used and should be removed
console.log(bool,string,string,uint256) (console.sol#1367-1370) is never used and should be removed
console.log(bool,string,uint256) (console.sol#487-490) is never used and should be removed
console.log(bool,string,uint256,address) (console.sol#1362-1365) is never used and should be removed
console.log(bool,string,uint256,bool) (console.sol#1357-1360) is never used and should be removed
console.log(bool,string,uint256,string) (console.sol#1352-1355) is never used and should be removed
console.log(bool,string,uint256,uint256) (console.sol#1347-1350) is never used and should be removed
console.log(bool,uint256) (console.sol#267-270) is never used and should be removed
console.log(bool,uint256,address) (console.sol#482-485) is never used and should be removed
console.log(bool,uint256,address,address) (console.sol#1342-1345) is never used and should be removed
console.log(bool,uint256,address,bool) (console.sol#1337-1340) is never used and should be removed
console.log(bool,uint256,address,string) (console.sol#1332-1335) is never used and should be removed
console.log(bool,uint256,address,uint256) (console.sol#1327-1330) is never used and should be removed
console.log(bool,uint256,bool) (console.sol#477-480) is never used and should be removed
console.log(bool,uint256,bool,address) (console.sol#1322-1325) is never used and should be removed
console.log(bool,uint256,bool,bool) (console.sol#1317-1320) is never used and should be removed
console.log(bool,uint256,bool,string) (console.sol#1312-1315) is never used and should be removed
console.log(bool,uint256,bool,uint256) (console.sol#1307-1310) is never used and should be removed
console.log(bool,uint256,string) (console.sol#472-475) is never used and should be removed
console.log(bool,uint256,string,address) (console.sol#1302-1305) is never used and should be removed
console.log(bool,uint256,string,bool) (console.sol#1297-1300) is never used and should be removed
console.log(bool,uint256,string,string) (console.sol#1292-1295) is never used and should be removed
console.log(bool,uint256,string,uint256) (console.sol#1287-1290) is never used and should be removed
console.log(bool,uint256,uint256) (console.sol#467-470) is never used and should be removed
console.log(bool,uint256,uint256,address) (console.sol#1282-1285) is never used and should be removed
console.log(bool,uint256,uint256,bool) (console.sol#1277-1280) is never used and should be removed
console.log(bool,uint256,uint256,string) (console.sol#1272-1275) is never used and should be removed
console.log(bool,uint256,uint256,uint256) (console.sol#1267-1270) is never used and should be removed
console.log(string) (console.sol#212-215) is never used and should be removed
console.log(string,address) (console.sol#262-265) is never used and should be removed
console.log(string,address,address) (console.sol#462-465) is never used and should be removed
console.log(string,address,address,address) (console.sol#1262-1265) is never used and should be removed
console.log(string,address,address,bool) (console.sol#1257-1260) is never used and should be removed
console.log(string,address,address,string) (console.sol#1252-1255) is never used and should be removed
console.log(string,address,address,uint256) (console.sol#1247-1250) is never used and should be removed
console.log(string,address,bool) (console.sol#457-460) is never used and should be removed
console.log(string,address,bool,address) (console.sol#1242-1245) is never used and should be removed
console.log(string,address,bool,bool) (console.sol#1237-1240) is never used and should be removed
console.log(string,address,bool,string) (console.sol#1232-1235) is never used and should be removed
console.log(string,address,bool,uint256) (console.sol#1227-1230) is never used and should be removed
console.log(string,address,string) (console.sol#452-455) is never used and should be removed
console.log(string,address,string,address) (console.sol#1222-1225) is never used and should be removed
console.log(string,address,string,bool) (console.sol#1217-1220) is never used and should be removed
console.log(string,address,string,string) (console.sol#1212-1215) is never used and should be removed
console.log(string,address,string,uint256) (console.sol#1207-1210) is never used and should be removed
console.log(string,address,uint256) (console.sol#447-450) is never used and should be removed
console.log(string,address,uint256,address) (console.sol#1202-1205) is never used and should be removed
console.log(string,address,uint256,bool) (console.sol#1197-1200) is never used and should be removed
console.log(string,address,uint256,string) (console.sol#1192-1195) is never used and should be removed
console.log(string,address,uint256,uint256) (console.sol#1187-1190) is never used and should be removed
console.log(string,bool) (console.sol#257-260) is never used and should be removed
console.log(string,bool,address) (console.sol#442-445) is never used and should be removed
console.log(string,bool,address,address) (console.sol#1182-1185) is never used and should be removed
console.log(string,bool,address,bool) (console.sol#1177-1180) is never used and should be removed
console.log(string,bool,address,string) (console.sol#1172-1175) is never used and should be removed
console.log(string,bool,address,uint256) (console.sol#1167-1170) is never used and should be removed
console.log(string,bool,bool) (console.sol#437-440) is never used and should be removed
console.log(string,bool,bool,address) (console.sol#1162-1165) is never used and should be removed
console.log(string,bool,bool,bool) (console.sol#1157-1160) is never used and should be removed
console.log(string,bool,bool,string) (console.sol#1152-1155) is never used and should be removed
console.log(string,bool,bool,uint256) (console.sol#1147-1150) is never used and should be removed
console.log(string,bool,string) (console.sol#432-435) is never used and should be removed
console.log(string,bool,string,address) (console.sol#1142-1145) is never used and should be removed
console.log(string,bool,string,bool) (console.sol#1137-1140) is never used and should be removed
console.log(string,bool,string,string) (console.sol#1132-1135) is never used and should be removed
console.log(string,bool,string,uint256) (console.sol#1127-1130) is never used and should be removed
console.log(string,bool,uint256) (console.sol#427-430) is never used and should be removed
console.log(string,bool,uint256,address) (console.sol#1122-1125) is never used and should be removed
console.log(string,bool,uint256,bool) (console.sol#1117-1120) is never used and should be removed
console.log(string,bool,uint256,string) (console.sol#1112-1115) is never used and should be removed
console.log(string,bool,uint256,uint256) (console.sol#1107-1110) is never used and should be removed
console.log(string,string) (console.sol#252-255) is never used and should be removed
console.log(string,string,address) (console.sol#422-425) is never used and should be removed
console.log(string,string,address,address) (console.sol#1102-1105) is never used and should be removed
console.log(string,string,address,bool) (console.sol#1097-1100) is never used and should be removed
console.log(string,string,address,string) (console.sol#1092-1095) is never used and should be removed
console.log(string,string,address,uint256) (console.sol#1087-1090) is never used and should be removed
console.log(string,string,bool) (console.sol#417-420) is never used and should be removed
console.log(string,string,bool,address) (console.sol#1082-1085) is never used and should be removed
console.log(string,string,bool,bool) (console.sol#1077-1080) is never used and should be removed
console.log(string,string,bool,string) (console.sol#1072-1075) is never used and should be removed
console.log(string,string,bool,uint256) (console.sol#1067-1070) is never used and should be removed
console.log(string,string,string) (console.sol#412-415) is never used and should be removed
console.log(string,string,string,address) (console.sol#1062-1065) is never used and should be removed
console.log(string,string,string,bool) (console.sol#1057-1060) is never used and should be removed
console.log(string,string,string,string) (console.sol#1052-1055) is never used and should be removed
console.log(string,string,string,uint256) (console.sol#1047-1050) is never used and should be removed
console.log(string,string,uint256) (console.sol#407-410) is never used and should be removed
console.log(string,string,uint256,address) (console.sol#1042-1045) is never used and should be removed
console.log(string,string,uint256,bool) (console.sol#1037-1040) is never used and should be removed
console.log(string,string,uint256,string) (console.sol#1032-1035) is never used and should be removed
console.log(string,string,uint256,uint256) (console.sol#1027-1030) is never used and should be removed
console.log(string,uint256) (console.sol#247-250) is never used and should be removed
console.log(string,uint256,address) (console.sol#402-405) is never used and should be removed
console.log(string,uint256,address,address) (console.sol#1022-1025) is never used and should be removed
console.log(string,uint256,address,bool) (console.sol#1017-1020) is never used and should be removed
console.log(string,uint256,address,string) (console.sol#1012-1015) is never used and should be removed
console.log(string,uint256,address,uint256) (console.sol#1007-1010) is never used and should be removed
console.log(string,uint256,bool) (console.sol#397-400) is never used and should be removed
console.log(string,uint256,bool,address) (console.sol#1002-1005) is never used and should be removed
console.log(string,uint256,bool,bool) (console.sol#997-1000) is never used and should be removed
console.log(string,uint256,bool,string) (console.sol#992-995) is never used and should be removed
console.log(string,uint256,bool,uint256) (console.sol#987-990) is never used and should be removed
console.log(string,uint256,string) (console.sol#392-395) is never used and should be removed
console.log(string,uint256,string,address) (console.sol#982-985) is never used and should be removed
console.log(string,uint256,string,bool) (console.sol#977-980) is never used and should be removed
console.log(string,uint256,string,string) (console.sol#972-975) is never used and should be removed
console.log(string,uint256,string,uint256) (console.sol#967-970) is never used and should be removed
console.log(string,uint256,uint256) (console.sol#387-390) is never used and should be removed
console.log(string,uint256,uint256,address) (console.sol#962-965) is never used and should be removed
console.log(string,uint256,uint256,bool) (console.sol#957-960) is never used and should be removed
console.log(string,uint256,uint256,string) (console.sol#952-955) is never used and should be removed
console.log(string,uint256,uint256,uint256) (console.sol#947-950) is never used and should be removed
console.log(uint256) (console.sol#207-210) is never used and should be removed
console.log(uint256,address) (console.sol#242-245) is never used and should be removed
console.log(uint256,address,address) (console.sol#382-385) is never used and should be removed
console.log(uint256,address,address,address) (console.sol#942-945) is never used and should be removed
console.log(uint256,address,address,bool) (console.sol#937-940) is never used and should be removed
console.log(uint256,address,address,string) (console.sol#932-935) is never used and should be removed
console.log(uint256,address,address,uint256) (console.sol#927-930) is never used and should be removed
console.log(uint256,address,bool) (console.sol#377-380) is never used and should be removed
console.log(uint256,address,bool,address) (console.sol#922-925) is never used and should be removed
console.log(uint256,address,bool,bool) (console.sol#917-920) is never used and should be removed
console.log(uint256,address,bool,string) (console.sol#912-915) is never used and should be removed
console.log(uint256,address,bool,uint256) (console.sol#907-910) is never used and should be removed
console.log(uint256,address,string) (console.sol#372-375) is never used and should be removed
console.log(uint256,address,string,address) (console.sol#902-905) is never used and should be removed
console.log(uint256,address,string,bool) (console.sol#897-900) is never used and should be removed
console.log(uint256,address,string,string) (console.sol#892-895) is never used and should be removed
console.log(uint256,address,string,uint256) (console.sol#887-890) is never used and should be removed
console.log(uint256,address,uint256) (console.sol#367-370) is never used and should be removed
console.log(uint256,address,uint256,address) (console.sol#882-885) is never used and should be removed
console.log(uint256,address,uint256,bool) (console.sol#877-880) is never used and should be removed
console.log(uint256,address,uint256,string) (console.sol#872-875) is never used and should be removed
console.log(uint256,address,uint256,uint256) (console.sol#867-870) is never used and should be removed
console.log(uint256,bool) (console.sol#237-240) is never used and should be removed
console.log(uint256,bool,address) (console.sol#362-365) is never used and should be removed
console.log(uint256,bool,address,address) (console.sol#862-865) is never used and should be removed
console.log(uint256,bool,address,bool) (console.sol#857-860) is never used and should be removed
console.log(uint256,bool,address,string) (console.sol#852-855) is never used and should be removed
console.log(uint256,bool,address,uint256) (console.sol#847-850) is never used and should be removed
console.log(uint256,bool,bool) (console.sol#357-360) is never used and should be removed
console.log(uint256,bool,bool,address) (console.sol#842-845) is never used and should be removed
console.log(uint256,bool,bool,bool) (console.sol#837-840) is never used and should be removed
console.log(uint256,bool,bool,string) (console.sol#832-835) is never used and should be removed
console.log(uint256,bool,bool,uint256) (console.sol#827-830) is never used and should be removed
console.log(uint256,bool,string) (console.sol#352-355) is never used and should be removed
console.log(uint256,bool,string,address) (console.sol#822-825) is never used and should be removed
console.log(uint256,bool,string,bool) (console.sol#817-820) is never used and should be removed
console.log(uint256,bool,string,string) (console.sol#812-815) is never used and should be removed
console.log(uint256,bool,string,uint256) (console.sol#807-810) is never used and should be removed
console.log(uint256,bool,uint256) (console.sol#347-350) is never used and should be removed
console.log(uint256,bool,uint256,address) (console.sol#802-805) is never used and should be removed
console.log(uint256,bool,uint256,bool) (console.sol#797-800) is never used and should be removed
console.log(uint256,bool,uint256,string) (console.sol#792-795) is never used and should be removed
console.log(uint256,bool,uint256,uint256) (console.sol#787-790) is never used and should be removed
console.log(uint256,string) (console.sol#232-235) is never used and should be removed
console.log(uint256,string,address) (console.sol#342-345) is never used and should be removed
console.log(uint256,string,address,address) (console.sol#782-785) is never used and should be removed
console.log(uint256,string,address,bool) (console.sol#777-780) is never used and should be removed
console.log(uint256,string,address,string) (console.sol#772-775) is never used and should be removed
console.log(uint256,string,address,uint256) (console.sol#767-770) is never used and should be removed
console.log(uint256,string,bool) (console.sol#337-340) is never used and should be removed
console.log(uint256,string,bool,address) (console.sol#762-765) is never used and should be removed
console.log(uint256,string,bool,bool) (console.sol#757-760) is never used and should be removed
console.log(uint256,string,bool,string) (console.sol#752-755) is never used and should be removed
console.log(uint256,string,bool,uint256) (console.sol#747-750) is never used and should be removed
console.log(uint256,string,string) (console.sol#332-335) is never used and should be removed
console.log(uint256,string,string,address) (console.sol#742-745) is never used and should be removed
console.log(uint256,string,string,bool) (console.sol#737-740) is never used and should be removed
console.log(uint256,string,string,string) (console.sol#732-735) is never used and should be removed
console.log(uint256,string,string,uint256) (console.sol#727-730) is never used and should be removed
console.log(uint256,string,uint256) (console.sol#327-330) is never used and should be removed
console.log(uint256,string,uint256,address) (console.sol#722-725) is never used and should be removed
console.log(uint256,string,uint256,bool) (console.sol#717-720) is never used and should be removed
console.log(uint256,string,uint256,string) (console.sol#712-715) is never used and should be removed
console.log(uint256,string,uint256,uint256) (console.sol#707-710) is never used and should be removed
console.log(uint256,uint256) (console.sol#227-230) is never used and should be removed
console.log(uint256,uint256,address) (console.sol#322-325) is never used and should be removed
console.log(uint256,uint256,address,address) (console.sol#702-705) is never used and should be removed
console.log(uint256,uint256,address,bool) (console.sol#697-700) is never used and should be removed
console.log(uint256,uint256,address,string) (console.sol#692-695) is never used and should be removed
console.log(uint256,uint256,address,uint256) (console.sol#687-690) is never used and should be removed
console.log(uint256,uint256,bool) (console.sol#317-320) is never used and should be removed
console.log(uint256,uint256,bool,address) (console.sol#682-685) is never used and should be removed
console.log(uint256,uint256,bool,bool) (console.sol#677-680) is never used and should be removed
console.log(uint256,uint256,bool,string) (console.sol#672-675) is never used and should be removed
console.log(uint256,uint256,bool,uint256) (console.sol#667-670) is never used and should be removed
console.log(uint256,uint256,string) (console.sol#312-315) is never used and should be removed
console.log(uint256,uint256,string,address) (console.sol#662-665) is never used and should be removed
console.log(uint256,uint256,string,bool) (console.sol#657-660) is never used and should be removed
console.log(uint256,uint256,string,string) (console.sol#652-655) is never used and should be removed
console.log(uint256,uint256,string,uint256) (console.sol#647-650) is never used and should be removed
console.log(uint256,uint256,uint256) (console.sol#307-310) is never used and should be removed
console.log(uint256,uint256,uint256,address) (console.sol#642-645) is never used and should be removed
console.log(uint256,uint256,uint256,bool) (console.sol#637-640) is never used and should be removed
console.log(uint256,uint256,uint256,string) (console.sol#632-635) is never used and should be removed
console.log(uint256,uint256,uint256,uint256) (console.sol#627-630) is never used and should be removed
console.logAddress(address) (console.sol#32-35) is never used and should be removed
console.logBool(bool) (console.sol#27-30) is never used and should be removed
console.logByte(bytes1) (console.sol#42-45) is never used and should be removed
console.logBytes(bytes) (console.sol#37-40) is never used and should be removed
console.logBytes1(bytes1) (console.sol#47-50) is never used and should be removed
console.logBytes10(bytes10) (console.sol#92-95) is never used and should be removed
console.logBytes11(bytes11) (console.sol#97-100) is never used and should be removed
console.logBytes12(bytes12) (console.sol#102-105) is never used and should be removed
console.logBytes13(bytes13) (console.sol#107-110) is never used and should be removed
console.logBytes14(bytes14) (console.sol#112-115) is never used and should be removed
console.logBytes15(bytes15) (console.sol#117-120) is never used and should be removed
console.logBytes16(bytes16) (console.sol#122-125) is never used and should be removed
console.logBytes17(bytes17) (console.sol#127-130) is never used and should be removed
console.logBytes18(bytes18) (console.sol#132-135) is never used and should be removed
console.logBytes19(bytes19) (console.sol#137-140) is never used and should be removed
console.logBytes2(bytes2) (console.sol#52-55) is never used and should be removed
console.logBytes20(bytes20) (console.sol#142-145) is never used and should be removed
console.logBytes21(bytes21) (console.sol#147-150) is never used and should be removed
console.logBytes22(bytes22) (console.sol#152-155) is never used and should be removed
console.logBytes23(bytes23) (console.sol#157-160) is never used and should be removed
console.logBytes24(bytes24) (console.sol#162-165) is never used and should be removed
console.logBytes25(bytes25) (console.sol#167-170) is never used and should be removed
console.logBytes26(bytes26) (console.sol#172-175) is never used and should be removed
console.logBytes27(bytes27) (console.sol#177-180) is never used and should be removed
console.logBytes28(bytes28) (console.sol#182-185) is never used and should be removed
console.logBytes29(bytes29) (console.sol#187-190) is never used and should be removed
console.logBytes3(bytes3) (console.sol#57-60) is never used and should be removed
console.logBytes30(bytes30) (console.sol#192-195) is never used and should be removed
console.logBytes31(bytes31) (console.sol#197-200) is never used and should be removed
console.logBytes32(bytes32) (console.sol#202-205) is never used and should be removed
console.logBytes4(bytes4) (console.sol#62-65) is never used and should be removed
console.logBytes5(bytes5) (console.sol#67-70) is never used and should be removed
console.logBytes6(bytes6) (console.sol#72-75) is never used and should be removed
console.logBytes7(bytes7) (console.sol#77-80) is never used and should be removed
console.logBytes8(bytes8) (console.sol#82-85) is never used and should be removed
console.logBytes9(bytes9) (console.sol#87-90) is never used and should be removed
console.logInt(int256) (console.sol#12-15) is never used and should be removed
console.logString(string) (console.sol#22-25) is never used and should be removed
console.logUint(uint256) (console.sol#17-20) is never used and should be removed
Remove unused functions.
Additional information: link
Low level call in console.log() (console.sol#9-12):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log())) (console.sol#10)
Low level call in console.logInt(int256) (console.sol#12-15):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(int),p0)) (console.sol#13)
Low level call in console.logUint(uint256) (console.sol#17-20):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint),p0)) (console.sol#18)
Low level call in console.logString(string) (console.sol#22-25):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string),p0)) (console.sol#23)
Low level call in console.logBool(bool) (console.sol#27-30):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool),p0)) (console.sol#28)
Low level call in console.logAddress(address) (console.sol#32-35):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address),p0)) (console.sol#33)
Low level call in console.logBytes(bytes) (console.sol#37-40):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bytes),p0)) (console.sol#38)
Low level call in console.logByte(bytes1) (console.sol#42-45):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(byte),p0)) (console.sol#43)
Low level call in console.logBytes1(bytes1) (console.sol#47-50):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bytes1),p0)) (console.sol#48)
Low level call in console.logBytes2(bytes2) (console.sol#52-55):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bytes2),p0)) (console.sol#53)
Low level call in console.logBytes3(bytes3) (console.sol#57-60):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bytes3),p0)) (console.sol#58)
Low level call in console.logBytes4(bytes4) (console.sol#62-65):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bytes4),p0)) (console.sol#63)
Low level call in console.logBytes5(bytes5) (console.sol#67-70):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bytes5),p0)) (console.sol#68)
Low level call in console.logBytes6(bytes6) (console.sol#72-75):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bytes6),p0)) (console.sol#73)
Low level call in console.logBytes7(bytes7) (console.sol#77-80):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bytes7),p0)) (console.sol#78)
Low level call in console.logBytes8(bytes8) (console.sol#82-85):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bytes8),p0)) (console.sol#83)
Low level call in console.logBytes9(bytes9) (console.sol#87-90):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bytes9),p0)) (console.sol#88)
Low level call in console.logBytes10(bytes10) (console.sol#92-95):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bytes10),p0)) (console.sol#93)
Low level call in console.logBytes11(bytes11) (console.sol#97-100):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bytes11),p0)) (console.sol#98)
Low level call in console.logBytes12(bytes12) (console.sol#102-105):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bytes12),p0)) (console.sol#103)
Low level call in console.logBytes13(bytes13) (console.sol#107-110):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bytes13),p0)) (console.sol#108)
Low level call in console.logBytes14(bytes14) (console.sol#112-115):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bytes14),p0)) (console.sol#113)
Low level call in console.logBytes15(bytes15) (console.sol#117-120):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bytes15),p0)) (console.sol#118)
Low level call in console.logBytes16(bytes16) (console.sol#122-125):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bytes16),p0)) (console.sol#123)
Low level call in console.logBytes17(bytes17) (console.sol#127-130):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bytes17),p0)) (console.sol#128)
Low level call in console.logBytes18(bytes18) (console.sol#132-135):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bytes18),p0)) (console.sol#133)
Low level call in console.logBytes19(bytes19) (console.sol#137-140):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bytes19),p0)) (console.sol#138)
Low level call in console.logBytes20(bytes20) (console.sol#142-145):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bytes20),p0)) (console.sol#143)
Low level call in console.logBytes21(bytes21) (console.sol#147-150):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bytes21),p0)) (console.sol#148)
Low level call in console.logBytes22(bytes22) (console.sol#152-155):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bytes22),p0)) (console.sol#153)
Low level call in console.logBytes23(bytes23) (console.sol#157-160):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bytes23),p0)) (console.sol#158)
Low level call in console.logBytes24(bytes24) (console.sol#162-165):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bytes24),p0)) (console.sol#163)
Low level call in console.logBytes25(bytes25) (console.sol#167-170):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bytes25),p0)) (console.sol#168)
Low level call in console.logBytes26(bytes26) (console.sol#172-175):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bytes26),p0)) (console.sol#173)
Low level call in console.logBytes27(bytes27) (console.sol#177-180):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bytes27),p0)) (console.sol#178)
Low level call in console.logBytes28(bytes28) (console.sol#182-185):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bytes28),p0)) (console.sol#183)
Low level call in console.logBytes29(bytes29) (console.sol#187-190):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bytes29),p0)) (console.sol#188)
Low level call in console.logBytes30(bytes30) (console.sol#192-195):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bytes30),p0)) (console.sol#193)
Low level call in console.logBytes31(bytes31) (console.sol#197-200):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bytes31),p0)) (console.sol#198)
Low level call in console.logBytes32(bytes32) (console.sol#202-205):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bytes32),p0)) (console.sol#203)
Low level call in console.log(uint256) (console.sol#207-210):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint),p0)) (console.sol#208)
Low level call in console.log(string) (console.sol#212-215):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string),p0)) (console.sol#213)
Low level call in console.log(bool) (console.sol#217-220):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool),p0)) (console.sol#218)
Low level call in console.log(address) (console.sol#222-225):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address),p0)) (console.sol#223)
Low level call in console.log(uint256,uint256) (console.sol#227-230):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,uint),p0,p1)) (console.sol#228)
Low level call in console.log(uint256,string) (console.sol#232-235):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,string),p0,p1)) (console.sol#233)
Low level call in console.log(uint256,bool) (console.sol#237-240):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,bool),p0,p1)) (console.sol#238)
Low level call in console.log(uint256,address) (console.sol#242-245):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,address),p0,p1)) (console.sol#243)
Low level call in console.log(string,uint256) (console.sol#247-250):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,uint),p0,p1)) (console.sol#248)
Low level call in console.log(string,string) (console.sol#252-255):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,string),p0,p1)) (console.sol#253)
Low level call in console.log(string,bool) (console.sol#257-260):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,bool),p0,p1)) (console.sol#258)
Low level call in console.log(string,address) (console.sol#262-265):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,address),p0,p1)) (console.sol#263)
Low level call in console.log(bool,uint256) (console.sol#267-270):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,uint),p0,p1)) (console.sol#268)
Low level call in console.log(bool,string) (console.sol#272-275):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,string),p0,p1)) (console.sol#273)
Low level call in console.log(bool,bool) (console.sol#277-280):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,bool),p0,p1)) (console.sol#278)
Low level call in console.log(bool,address) (console.sol#282-285):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,address),p0,p1)) (console.sol#283)
Low level call in console.log(address,uint256) (console.sol#287-290):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,uint),p0,p1)) (console.sol#288)
Low level call in console.log(address,string) (console.sol#292-295):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,string),p0,p1)) (console.sol#293)
Low level call in console.log(address,bool) (console.sol#297-300):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,bool),p0,p1)) (console.sol#298)
Low level call in console.log(address,address) (console.sol#302-305):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,address),p0,p1)) (console.sol#303)
Low level call in console.log(uint256,uint256,uint256) (console.sol#307-310):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,uint,uint),p0,p1,p2)) (console.sol#308)
Low level call in console.log(uint256,uint256,string) (console.sol#312-315):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,uint,string),p0,p1,p2)) (console.sol#313)
Low level call in console.log(uint256,uint256,bool) (console.sol#317-320):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,uint,bool),p0,p1,p2)) (console.sol#318)
Low level call in console.log(uint256,uint256,address) (console.sol#322-325):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,uint,address),p0,p1,p2)) (console.sol#323)
Low level call in console.log(uint256,string,uint256) (console.sol#327-330):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,string,uint),p0,p1,p2)) (console.sol#328)
Low level call in console.log(uint256,string,string) (console.sol#332-335):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,string,string),p0,p1,p2)) (console.sol#333)
Low level call in console.log(uint256,string,bool) (console.sol#337-340):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,string,bool),p0,p1,p2)) (console.sol#338)
Low level call in console.log(uint256,string,address) (console.sol#342-345):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,string,address),p0,p1,p2)) (console.sol#343)
Low level call in console.log(uint256,bool,uint256) (console.sol#347-350):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,bool,uint),p0,p1,p2)) (console.sol#348)
Low level call in console.log(uint256,bool,string) (console.sol#352-355):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,bool,string),p0,p1,p2)) (console.sol#353)
Low level call in console.log(uint256,bool,bool) (console.sol#357-360):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,bool,bool),p0,p1,p2)) (console.sol#358)
Low level call in console.log(uint256,bool,address) (console.sol#362-365):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,bool,address),p0,p1,p2)) (console.sol#363)
Low level call in console.log(uint256,address,uint256) (console.sol#367-370):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,address,uint),p0,p1,p2)) (console.sol#368)
Low level call in console.log(uint256,address,string) (console.sol#372-375):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,address,string),p0,p1,p2)) (console.sol#373)
Low level call in console.log(uint256,address,bool) (console.sol#377-380):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,address,bool),p0,p1,p2)) (console.sol#378)
Low level call in console.log(uint256,address,address) (console.sol#382-385):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,address,address),p0,p1,p2)) (console.sol#383)
Low level call in console.log(string,uint256,uint256) (console.sol#387-390):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,uint,uint),p0,p1,p2)) (console.sol#388)
Low level call in console.log(string,uint256,string) (console.sol#392-395):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,uint,string),p0,p1,p2)) (console.sol#393)
Low level call in console.log(string,uint256,bool) (console.sol#397-400):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,uint,bool),p0,p1,p2)) (console.sol#398)
Low level call in console.log(string,uint256,address) (console.sol#402-405):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,uint,address),p0,p1,p2)) (console.sol#403)
Low level call in console.log(string,string,uint256) (console.sol#407-410):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,string,uint),p0,p1,p2)) (console.sol#408)
Low level call in console.log(string,string,string) (console.sol#412-415):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,string,string),p0,p1,p2)) (console.sol#413)
Low level call in console.log(string,string,bool) (console.sol#417-420):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,string,bool),p0,p1,p2)) (console.sol#418)
Low level call in console.log(string,string,address) (console.sol#422-425):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,string,address),p0,p1,p2)) (console.sol#423)
Low level call in console.log(string,bool,uint256) (console.sol#427-430):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,bool,uint),p0,p1,p2)) (console.sol#428)
Low level call in console.log(string,bool,string) (console.sol#432-435):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,bool,string),p0,p1,p2)) (console.sol#433)
Low level call in console.log(string,bool,bool) (console.sol#437-440):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,bool,bool),p0,p1,p2)) (console.sol#438)
Low level call in console.log(string,bool,address) (console.sol#442-445):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,bool,address),p0,p1,p2)) (console.sol#443)
Low level call in console.log(string,address,uint256) (console.sol#447-450):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,address,uint),p0,p1,p2)) (console.sol#448)
Low level call in console.log(string,address,string) (console.sol#452-455):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,address,string),p0,p1,p2)) (console.sol#453)
Low level call in console.log(string,address,bool) (console.sol#457-460):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,address,bool),p0,p1,p2)) (console.sol#458)
Low level call in console.log(string,address,address) (console.sol#462-465):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,address,address),p0,p1,p2)) (console.sol#463)
Low level call in console.log(bool,uint256,uint256) (console.sol#467-470):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,uint,uint),p0,p1,p2)) (console.sol#468)
Low level call in console.log(bool,uint256,string) (console.sol#472-475):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,uint,string),p0,p1,p2)) (console.sol#473)
Low level call in console.log(bool,uint256,bool) (console.sol#477-480):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,uint,bool),p0,p1,p2)) (console.sol#478)
Low level call in console.log(bool,uint256,address) (console.sol#482-485):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,uint,address),p0,p1,p2)) (console.sol#483)
Low level call in console.log(bool,string,uint256) (console.sol#487-490):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,string,uint),p0,p1,p2)) (console.sol#488)
Low level call in console.log(bool,string,string) (console.sol#492-495):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,string,string),p0,p1,p2)) (console.sol#493)
Low level call in console.log(bool,string,bool) (console.sol#497-500):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,string,bool),p0,p1,p2)) (console.sol#498)
Low level call in console.log(bool,string,address) (console.sol#502-505):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,string,address),p0,p1,p2)) (console.sol#503)
Low level call in console.log(bool,bool,uint256) (console.sol#507-510):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,bool,uint),p0,p1,p2)) (console.sol#508)
Low level call in console.log(bool,bool,string) (console.sol#512-515):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,bool,string),p0,p1,p2)) (console.sol#513)
Low level call in console.log(bool,bool,bool) (console.sol#517-520):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,bool,bool),p0,p1,p2)) (console.sol#518)
Low level call in console.log(bool,bool,address) (console.sol#522-525):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,bool,address),p0,p1,p2)) (console.sol#523)
Low level call in console.log(bool,address,uint256) (console.sol#527-530):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,address,uint),p0,p1,p2)) (console.sol#528)
Low level call in console.log(bool,address,string) (console.sol#532-535):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,address,string),p0,p1,p2)) (console.sol#533)
Low level call in console.log(bool,address,bool) (console.sol#537-540):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,address,bool),p0,p1,p2)) (console.sol#538)
Low level call in console.log(bool,address,address) (console.sol#542-545):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,address,address),p0,p1,p2)) (console.sol#543)
Low level call in console.log(address,uint256,uint256) (console.sol#547-550):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,uint,uint),p0,p1,p2)) (console.sol#548)
Low level call in console.log(address,uint256,string) (console.sol#552-555):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,uint,string),p0,p1,p2)) (console.sol#553)
Low level call in console.log(address,uint256,bool) (console.sol#557-560):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,uint,bool),p0,p1,p2)) (console.sol#558)
Low level call in console.log(address,uint256,address) (console.sol#562-565):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,uint,address),p0,p1,p2)) (console.sol#563)
Low level call in console.log(address,string,uint256) (console.sol#567-570):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,string,uint),p0,p1,p2)) (console.sol#568)
Low level call in console.log(address,string,string) (console.sol#572-575):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,string,string),p0,p1,p2)) (console.sol#573)
Low level call in console.log(address,string,bool) (console.sol#577-580):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,string,bool),p0,p1,p2)) (console.sol#578)
Low level call in console.log(address,string,address) (console.sol#582-585):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,string,address),p0,p1,p2)) (console.sol#583)
Low level call in console.log(address,bool,uint256) (console.sol#587-590):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,bool,uint),p0,p1,p2)) (console.sol#588)
Low level call in console.log(address,bool,string) (console.sol#592-595):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,bool,string),p0,p1,p2)) (console.sol#593)
Low level call in console.log(address,bool,bool) (console.sol#597-600):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,bool,bool),p0,p1,p2)) (console.sol#598)
Low level call in console.log(address,bool,address) (console.sol#602-605):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,bool,address),p0,p1,p2)) (console.sol#603)
Low level call in console.log(address,address,uint256) (console.sol#607-610):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,address,uint),p0,p1,p2)) (console.sol#608)
Low level call in console.log(address,address,string) (console.sol#612-615):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,address,string),p0,p1,p2)) (console.sol#613)
Low level call in console.log(address,address,bool) (console.sol#617-620):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,address,bool),p0,p1,p2)) (console.sol#618)
Low level call in console.log(address,address,address) (console.sol#622-625):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,address,address),p0,p1,p2)) (console.sol#623)
Low level call in console.log(uint256,uint256,uint256,uint256) (console.sol#627-630):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,uint,uint,uint),p0,p1,p2,p3)) (console.sol#628)
Low level call in console.log(uint256,uint256,uint256,string) (console.sol#632-635):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,uint,uint,string),p0,p1,p2,p3)) (console.sol#633)
Low level call in console.log(uint256,uint256,uint256,bool) (console.sol#637-640):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,uint,uint,bool),p0,p1,p2,p3)) (console.sol#638)
Low level call in console.log(uint256,uint256,uint256,address) (console.sol#642-645):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,uint,uint,address),p0,p1,p2,p3)) (console.sol#643)
Low level call in console.log(uint256,uint256,string,uint256) (console.sol#647-650):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,uint,string,uint),p0,p1,p2,p3)) (console.sol#648)
Low level call in console.log(uint256,uint256,string,string) (console.sol#652-655):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,uint,string,string),p0,p1,p2,p3)) (console.sol#653)
Low level call in console.log(uint256,uint256,string,bool) (console.sol#657-660):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,uint,string,bool),p0,p1,p2,p3)) (console.sol#658)
Low level call in console.log(uint256,uint256,string,address) (console.sol#662-665):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,uint,string,address),p0,p1,p2,p3)) (console.sol#663)
Low level call in console.log(uint256,uint256,bool,uint256) (console.sol#667-670):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,uint,bool,uint),p0,p1,p2,p3)) (console.sol#668)
Low level call in console.log(uint256,uint256,bool,string) (console.sol#672-675):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,uint,bool,string),p0,p1,p2,p3)) (console.sol#673)
Low level call in console.log(uint256,uint256,bool,bool) (console.sol#677-680):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,uint,bool,bool),p0,p1,p2,p3)) (console.sol#678)
Low level call in console.log(uint256,uint256,bool,address) (console.sol#682-685):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,uint,bool,address),p0,p1,p2,p3)) (console.sol#683)
Low level call in console.log(uint256,uint256,address,uint256) (console.sol#687-690):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,uint,address,uint),p0,p1,p2,p3)) (console.sol#688)
Low level call in console.log(uint256,uint256,address,string) (console.sol#692-695):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,uint,address,string),p0,p1,p2,p3)) (console.sol#693)
Low level call in console.log(uint256,uint256,address,bool) (console.sol#697-700):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,uint,address,bool),p0,p1,p2,p3)) (console.sol#698)
Low level call in console.log(uint256,uint256,address,address) (console.sol#702-705):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,uint,address,address),p0,p1,p2,p3)) (console.sol#703)
Low level call in console.log(uint256,string,uint256,uint256) (console.sol#707-710):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,string,uint,uint),p0,p1,p2,p3)) (console.sol#708)
Low level call in console.log(uint256,string,uint256,string) (console.sol#712-715):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,string,uint,string),p0,p1,p2,p3)) (console.sol#713)
Low level call in console.log(uint256,string,uint256,bool) (console.sol#717-720):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,string,uint,bool),p0,p1,p2,p3)) (console.sol#718)
Low level call in console.log(uint256,string,uint256,address) (console.sol#722-725):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,string,uint,address),p0,p1,p2,p3)) (console.sol#723)
Low level call in console.log(uint256,string,string,uint256) (console.sol#727-730):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,string,string,uint),p0,p1,p2,p3)) (console.sol#728)
Low level call in console.log(uint256,string,string,string) (console.sol#732-735):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,string,string,string),p0,p1,p2,p3)) (console.sol#733)
Low level call in console.log(uint256,string,string,bool) (console.sol#737-740):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,string,string,bool),p0,p1,p2,p3)) (console.sol#738)
Low level call in console.log(uint256,string,string,address) (console.sol#742-745):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,string,string,address),p0,p1,p2,p3)) (console.sol#743)
Low level call in console.log(uint256,string,bool,uint256) (console.sol#747-750):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,string,bool,uint),p0,p1,p2,p3)) (console.sol#748)
Low level call in console.log(uint256,string,bool,string) (console.sol#752-755):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,string,bool,string),p0,p1,p2,p3)) (console.sol#753)
Low level call in console.log(uint256,string,bool,bool) (console.sol#757-760):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,string,bool,bool),p0,p1,p2,p3)) (console.sol#758)
Low level call in console.log(uint256,string,bool,address) (console.sol#762-765):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,string,bool,address),p0,p1,p2,p3)) (console.sol#763)
Low level call in console.log(uint256,string,address,uint256) (console.sol#767-770):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,string,address,uint),p0,p1,p2,p3)) (console.sol#768)
Low level call in console.log(uint256,string,address,string) (console.sol#772-775):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,string,address,string),p0,p1,p2,p3)) (console.sol#773)
Low level call in console.log(uint256,string,address,bool) (console.sol#777-780):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,string,address,bool),p0,p1,p2,p3)) (console.sol#778)
Low level call in console.log(uint256,string,address,address) (console.sol#782-785):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,string,address,address),p0,p1,p2,p3)) (console.sol#783)
Low level call in console.log(uint256,bool,uint256,uint256) (console.sol#787-790):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,bool,uint,uint),p0,p1,p2,p3)) (console.sol#788)
Low level call in console.log(uint256,bool,uint256,string) (console.sol#792-795):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,bool,uint,string),p0,p1,p2,p3)) (console.sol#793)
Low level call in console.log(uint256,bool,uint256,bool) (console.sol#797-800):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,bool,uint,bool),p0,p1,p2,p3)) (console.sol#798)
Low level call in console.log(uint256,bool,uint256,address) (console.sol#802-805):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,bool,uint,address),p0,p1,p2,p3)) (console.sol#803)
Low level call in console.log(uint256,bool,string,uint256) (console.sol#807-810):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,bool,string,uint),p0,p1,p2,p3)) (console.sol#808)
Low level call in console.log(uint256,bool,string,string) (console.sol#812-815):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,bool,string,string),p0,p1,p2,p3)) (console.sol#813)
Low level call in console.log(uint256,bool,string,bool) (console.sol#817-820):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,bool,string,bool),p0,p1,p2,p3)) (console.sol#818)
Low level call in console.log(uint256,bool,string,address) (console.sol#822-825):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,bool,string,address),p0,p1,p2,p3)) (console.sol#823)
Low level call in console.log(uint256,bool,bool,uint256) (console.sol#827-830):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,bool,bool,uint),p0,p1,p2,p3)) (console.sol#828)
Low level call in console.log(uint256,bool,bool,string) (console.sol#832-835):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,bool,bool,string),p0,p1,p2,p3)) (console.sol#833)
Low level call in console.log(uint256,bool,bool,bool) (console.sol#837-840):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,bool,bool,bool),p0,p1,p2,p3)) (console.sol#838)
Low level call in console.log(uint256,bool,bool,address) (console.sol#842-845):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,bool,bool,address),p0,p1,p2,p3)) (console.sol#843)
Low level call in console.log(uint256,bool,address,uint256) (console.sol#847-850):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,bool,address,uint),p0,p1,p2,p3)) (console.sol#848)
Low level call in console.log(uint256,bool,address,string) (console.sol#852-855):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,bool,address,string),p0,p1,p2,p3)) (console.sol#853)
Low level call in console.log(uint256,bool,address,bool) (console.sol#857-860):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,bool,address,bool),p0,p1,p2,p3)) (console.sol#858)
Low level call in console.log(uint256,bool,address,address) (console.sol#862-865):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,bool,address,address),p0,p1,p2,p3)) (console.sol#863)
Low level call in console.log(uint256,address,uint256,uint256) (console.sol#867-870):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,address,uint,uint),p0,p1,p2,p3)) (console.sol#868)
Low level call in console.log(uint256,address,uint256,string) (console.sol#872-875):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,address,uint,string),p0,p1,p2,p3)) (console.sol#873)
Low level call in console.log(uint256,address,uint256,bool) (console.sol#877-880):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,address,uint,bool),p0,p1,p2,p3)) (console.sol#878)
Low level call in console.log(uint256,address,uint256,address) (console.sol#882-885):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,address,uint,address),p0,p1,p2,p3)) (console.sol#883)
Low level call in console.log(uint256,address,string,uint256) (console.sol#887-890):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,address,string,uint),p0,p1,p2,p3)) (console.sol#888)
Low level call in console.log(uint256,address,string,string) (console.sol#892-895):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,address,string,string),p0,p1,p2,p3)) (console.sol#893)
Low level call in console.log(uint256,address,string,bool) (console.sol#897-900):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,address,string,bool),p0,p1,p2,p3)) (console.sol#898)
Low level call in console.log(uint256,address,string,address) (console.sol#902-905):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,address,string,address),p0,p1,p2,p3)) (console.sol#903)
Low level call in console.log(uint256,address,bool,uint256) (console.sol#907-910):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,address,bool,uint),p0,p1,p2,p3)) (console.sol#908)
Low level call in console.log(uint256,address,bool,string) (console.sol#912-915):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,address,bool,string),p0,p1,p2,p3)) (console.sol#913)
Low level call in console.log(uint256,address,bool,bool) (console.sol#917-920):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,address,bool,bool),p0,p1,p2,p3)) (console.sol#918)
Low level call in console.log(uint256,address,bool,address) (console.sol#922-925):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,address,bool,address),p0,p1,p2,p3)) (console.sol#923)
Low level call in console.log(uint256,address,address,uint256) (console.sol#927-930):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,address,address,uint),p0,p1,p2,p3)) (console.sol#928)
Low level call in console.log(uint256,address,address,string) (console.sol#932-935):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,address,address,string),p0,p1,p2,p3)) (console.sol#933)
Low level call in console.log(uint256,address,address,bool) (console.sol#937-940):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,address,address,bool),p0,p1,p2,p3)) (console.sol#938)
Low level call in console.log(uint256,address,address,address) (console.sol#942-945):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(uint,address,address,address),p0,p1,p2,p3)) (console.sol#943)
Low level call in console.log(string,uint256,uint256,uint256) (console.sol#947-950):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,uint,uint,uint),p0,p1,p2,p3)) (console.sol#948)
Low level call in console.log(string,uint256,uint256,string) (console.sol#952-955):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,uint,uint,string),p0,p1,p2,p3)) (console.sol#953)
Low level call in console.log(string,uint256,uint256,bool) (console.sol#957-960):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,uint,uint,bool),p0,p1,p2,p3)) (console.sol#958)
Low level call in console.log(string,uint256,uint256,address) (console.sol#962-965):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,uint,uint,address),p0,p1,p2,p3)) (console.sol#963)
Low level call in console.log(string,uint256,string,uint256) (console.sol#967-970):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,uint,string,uint),p0,p1,p2,p3)) (console.sol#968)
Low level call in console.log(string,uint256,string,string) (console.sol#972-975):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,uint,string,string),p0,p1,p2,p3)) (console.sol#973)
Low level call in console.log(string,uint256,string,bool) (console.sol#977-980):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,uint,string,bool),p0,p1,p2,p3)) (console.sol#978)
Low level call in console.log(string,uint256,string,address) (console.sol#982-985):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,uint,string,address),p0,p1,p2,p3)) (console.sol#983)
Low level call in console.log(string,uint256,bool,uint256) (console.sol#987-990):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,uint,bool,uint),p0,p1,p2,p3)) (console.sol#988)
Low level call in console.log(string,uint256,bool,string) (console.sol#992-995):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,uint,bool,string),p0,p1,p2,p3)) (console.sol#993)
Low level call in console.log(string,uint256,bool,bool) (console.sol#997-1000):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,uint,bool,bool),p0,p1,p2,p3)) (console.sol#998)
Low level call in console.log(string,uint256,bool,address) (console.sol#1002-1005):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,uint,bool,address),p0,p1,p2,p3)) (console.sol#1003)
Low level call in console.log(string,uint256,address,uint256) (console.sol#1007-1010):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,uint,address,uint),p0,p1,p2,p3)) (console.sol#1008)
Low level call in console.log(string,uint256,address,string) (console.sol#1012-1015):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,uint,address,string),p0,p1,p2,p3)) (console.sol#1013)
Low level call in console.log(string,uint256,address,bool) (console.sol#1017-1020):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,uint,address,bool),p0,p1,p2,p3)) (console.sol#1018)
Low level call in console.log(string,uint256,address,address) (console.sol#1022-1025):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,uint,address,address),p0,p1,p2,p3)) (console.sol#1023)
Low level call in console.log(string,string,uint256,uint256) (console.sol#1027-1030):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,string,uint,uint),p0,p1,p2,p3)) (console.sol#1028)
Low level call in console.log(string,string,uint256,string) (console.sol#1032-1035):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,string,uint,string),p0,p1,p2,p3)) (console.sol#1033)
Low level call in console.log(string,string,uint256,bool) (console.sol#1037-1040):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,string,uint,bool),p0,p1,p2,p3)) (console.sol#1038)
Low level call in console.log(string,string,uint256,address) (console.sol#1042-1045):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,string,uint,address),p0,p1,p2,p3)) (console.sol#1043)
Low level call in console.log(string,string,string,uint256) (console.sol#1047-1050):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,string,string,uint),p0,p1,p2,p3)) (console.sol#1048)
Low level call in console.log(string,string,string,string) (console.sol#1052-1055):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,string,string,string),p0,p1,p2,p3)) (console.sol#1053)
Low level call in console.log(string,string,string,bool) (console.sol#1057-1060):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,string,string,bool),p0,p1,p2,p3)) (console.sol#1058)
Low level call in console.log(string,string,string,address) (console.sol#1062-1065):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,string,string,address),p0,p1,p2,p3)) (console.sol#1063)
Low level call in console.log(string,string,bool,uint256) (console.sol#1067-1070):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,string,bool,uint),p0,p1,p2,p3)) (console.sol#1068)
Low level call in console.log(string,string,bool,string) (console.sol#1072-1075):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,string,bool,string),p0,p1,p2,p3)) (console.sol#1073)
Low level call in console.log(string,string,bool,bool) (console.sol#1077-1080):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,string,bool,bool),p0,p1,p2,p3)) (console.sol#1078)
Low level call in console.log(string,string,bool,address) (console.sol#1082-1085):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,string,bool,address),p0,p1,p2,p3)) (console.sol#1083)
Low level call in console.log(string,string,address,uint256) (console.sol#1087-1090):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,string,address,uint),p0,p1,p2,p3)) (console.sol#1088)
Low level call in console.log(string,string,address,string) (console.sol#1092-1095):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,string,address,string),p0,p1,p2,p3)) (console.sol#1093)
Low level call in console.log(string,string,address,bool) (console.sol#1097-1100):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,string,address,bool),p0,p1,p2,p3)) (console.sol#1098)
Low level call in console.log(string,string,address,address) (console.sol#1102-1105):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,string,address,address),p0,p1,p2,p3)) (console.sol#1103)
Low level call in console.log(string,bool,uint256,uint256) (console.sol#1107-1110):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,bool,uint,uint),p0,p1,p2,p3)) (console.sol#1108)
Low level call in console.log(string,bool,uint256,string) (console.sol#1112-1115):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,bool,uint,string),p0,p1,p2,p3)) (console.sol#1113)
Low level call in console.log(string,bool,uint256,bool) (console.sol#1117-1120):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,bool,uint,bool),p0,p1,p2,p3)) (console.sol#1118)
Low level call in console.log(string,bool,uint256,address) (console.sol#1122-1125):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,bool,uint,address),p0,p1,p2,p3)) (console.sol#1123)
Low level call in console.log(string,bool,string,uint256) (console.sol#1127-1130):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,bool,string,uint),p0,p1,p2,p3)) (console.sol#1128)
Low level call in console.log(string,bool,string,string) (console.sol#1132-1135):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,bool,string,string),p0,p1,p2,p3)) (console.sol#1133)
Low level call in console.log(string,bool,string,bool) (console.sol#1137-1140):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,bool,string,bool),p0,p1,p2,p3)) (console.sol#1138)
Low level call in console.log(string,bool,string,address) (console.sol#1142-1145):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,bool,string,address),p0,p1,p2,p3)) (console.sol#1143)
Low level call in console.log(string,bool,bool,uint256) (console.sol#1147-1150):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,bool,bool,uint),p0,p1,p2,p3)) (console.sol#1148)
Low level call in console.log(string,bool,bool,string) (console.sol#1152-1155):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,bool,bool,string),p0,p1,p2,p3)) (console.sol#1153)
Low level call in console.log(string,bool,bool,bool) (console.sol#1157-1160):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,bool,bool,bool),p0,p1,p2,p3)) (console.sol#1158)
Low level call in console.log(string,bool,bool,address) (console.sol#1162-1165):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,bool,bool,address),p0,p1,p2,p3)) (console.sol#1163)
Low level call in console.log(string,bool,address,uint256) (console.sol#1167-1170):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,bool,address,uint),p0,p1,p2,p3)) (console.sol#1168)
Low level call in console.log(string,bool,address,string) (console.sol#1172-1175):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,bool,address,string),p0,p1,p2,p3)) (console.sol#1173)
Low level call in console.log(string,bool,address,bool) (console.sol#1177-1180):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,bool,address,bool),p0,p1,p2,p3)) (console.sol#1178)
Low level call in console.log(string,bool,address,address) (console.sol#1182-1185):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,bool,address,address),p0,p1,p2,p3)) (console.sol#1183)
Low level call in console.log(string,address,uint256,uint256) (console.sol#1187-1190):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,address,uint,uint),p0,p1,p2,p3)) (console.sol#1188)
Low level call in console.log(string,address,uint256,string) (console.sol#1192-1195):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,address,uint,string),p0,p1,p2,p3)) (console.sol#1193)
Low level call in console.log(string,address,uint256,bool) (console.sol#1197-1200):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,address,uint,bool),p0,p1,p2,p3)) (console.sol#1198)
Low level call in console.log(string,address,uint256,address) (console.sol#1202-1205):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,address,uint,address),p0,p1,p2,p3)) (console.sol#1203)
Low level call in console.log(string,address,string,uint256) (console.sol#1207-1210):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,address,string,uint),p0,p1,p2,p3)) (console.sol#1208)
Low level call in console.log(string,address,string,string) (console.sol#1212-1215):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,address,string,string),p0,p1,p2,p3)) (console.sol#1213)
Low level call in console.log(string,address,string,bool) (console.sol#1217-1220):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,address,string,bool),p0,p1,p2,p3)) (console.sol#1218)
Low level call in console.log(string,address,string,address) (console.sol#1222-1225):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,address,string,address),p0,p1,p2,p3)) (console.sol#1223)
Low level call in console.log(string,address,bool,uint256) (console.sol#1227-1230):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,address,bool,uint),p0,p1,p2,p3)) (console.sol#1228)
Low level call in console.log(string,address,bool,string) (console.sol#1232-1235):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,address,bool,string),p0,p1,p2,p3)) (console.sol#1233)
Low level call in console.log(string,address,bool,bool) (console.sol#1237-1240):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,address,bool,bool),p0,p1,p2,p3)) (console.sol#1238)
Low level call in console.log(string,address,bool,address) (console.sol#1242-1245):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,address,bool,address),p0,p1,p2,p3)) (console.sol#1243)
Low level call in console.log(string,address,address,uint256) (console.sol#1247-1250):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,address,address,uint),p0,p1,p2,p3)) (console.sol#1248)
Low level call in console.log(string,address,address,string) (console.sol#1252-1255):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,address,address,string),p0,p1,p2,p3)) (console.sol#1253)
Low level call in console.log(string,address,address,bool) (console.sol#1257-1260):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,address,address,bool),p0,p1,p2,p3)) (console.sol#1258)
Low level call in console.log(string,address,address,address) (console.sol#1262-1265):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(string,address,address,address),p0,p1,p2,p3)) (console.sol#1263)
Low level call in console.log(bool,uint256,uint256,uint256) (console.sol#1267-1270):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,uint,uint,uint),p0,p1,p2,p3)) (console.sol#1268)
Low level call in console.log(bool,uint256,uint256,string) (console.sol#1272-1275):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,uint,uint,string),p0,p1,p2,p3)) (console.sol#1273)
Low level call in console.log(bool,uint256,uint256,bool) (console.sol#1277-1280):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,uint,uint,bool),p0,p1,p2,p3)) (console.sol#1278)
Low level call in console.log(bool,uint256,uint256,address) (console.sol#1282-1285):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,uint,uint,address),p0,p1,p2,p3)) (console.sol#1283)
Low level call in console.log(bool,uint256,string,uint256) (console.sol#1287-1290):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,uint,string,uint),p0,p1,p2,p3)) (console.sol#1288)
Low level call in console.log(bool,uint256,string,string) (console.sol#1292-1295):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,uint,string,string),p0,p1,p2,p3)) (console.sol#1293)
Low level call in console.log(bool,uint256,string,bool) (console.sol#1297-1300):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,uint,string,bool),p0,p1,p2,p3)) (console.sol#1298)
Low level call in console.log(bool,uint256,string,address) (console.sol#1302-1305):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,uint,string,address),p0,p1,p2,p3)) (console.sol#1303)
Low level call in console.log(bool,uint256,bool,uint256) (console.sol#1307-1310):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,uint,bool,uint),p0,p1,p2,p3)) (console.sol#1308)
Low level call in console.log(bool,uint256,bool,string) (console.sol#1312-1315):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,uint,bool,string),p0,p1,p2,p3)) (console.sol#1313)
Low level call in console.log(bool,uint256,bool,bool) (console.sol#1317-1320):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,uint,bool,bool),p0,p1,p2,p3)) (console.sol#1318)
Low level call in console.log(bool,uint256,bool,address) (console.sol#1322-1325):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,uint,bool,address),p0,p1,p2,p3)) (console.sol#1323)
Low level call in console.log(bool,uint256,address,uint256) (console.sol#1327-1330):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,uint,address,uint),p0,p1,p2,p3)) (console.sol#1328)
Low level call in console.log(bool,uint256,address,string) (console.sol#1332-1335):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,uint,address,string),p0,p1,p2,p3)) (console.sol#1333)
Low level call in console.log(bool,uint256,address,bool) (console.sol#1337-1340):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,uint,address,bool),p0,p1,p2,p3)) (console.sol#1338)
Low level call in console.log(bool,uint256,address,address) (console.sol#1342-1345):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,uint,address,address),p0,p1,p2,p3)) (console.sol#1343)
Low level call in console.log(bool,string,uint256,uint256) (console.sol#1347-1350):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,string,uint,uint),p0,p1,p2,p3)) (console.sol#1348)
Low level call in console.log(bool,string,uint256,string) (console.sol#1352-1355):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,string,uint,string),p0,p1,p2,p3)) (console.sol#1353)
Low level call in console.log(bool,string,uint256,bool) (console.sol#1357-1360):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,string,uint,bool),p0,p1,p2,p3)) (console.sol#1358)
Low level call in console.log(bool,string,uint256,address) (console.sol#1362-1365):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,string,uint,address),p0,p1,p2,p3)) (console.sol#1363)
Low level call in console.log(bool,string,string,uint256) (console.sol#1367-1370):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,string,string,uint),p0,p1,p2,p3)) (console.sol#1368)
Low level call in console.log(bool,string,string,string) (console.sol#1372-1375):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,string,string,string),p0,p1,p2,p3)) (console.sol#1373)
Low level call in console.log(bool,string,string,bool) (console.sol#1377-1380):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,string,string,bool),p0,p1,p2,p3)) (console.sol#1378)
Low level call in console.log(bool,string,string,address) (console.sol#1382-1385):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,string,string,address),p0,p1,p2,p3)) (console.sol#1383)
Low level call in console.log(bool,string,bool,uint256) (console.sol#1387-1390):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,string,bool,uint),p0,p1,p2,p3)) (console.sol#1388)
Low level call in console.log(bool,string,bool,string) (console.sol#1392-1395):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,string,bool,string),p0,p1,p2,p3)) (console.sol#1393)
Low level call in console.log(bool,string,bool,bool) (console.sol#1397-1400):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,string,bool,bool),p0,p1,p2,p3)) (console.sol#1398)
Low level call in console.log(bool,string,bool,address) (console.sol#1402-1405):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,string,bool,address),p0,p1,p2,p3)) (console.sol#1403)
Low level call in console.log(bool,string,address,uint256) (console.sol#1407-1410):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,string,address,uint),p0,p1,p2,p3)) (console.sol#1408)
Low level call in console.log(bool,string,address,string) (console.sol#1412-1415):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,string,address,string),p0,p1,p2,p3)) (console.sol#1413)
Low level call in console.log(bool,string,address,bool) (console.sol#1417-1420):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,string,address,bool),p0,p1,p2,p3)) (console.sol#1418)
Low level call in console.log(bool,string,address,address) (console.sol#1422-1425):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,string,address,address),p0,p1,p2,p3)) (console.sol#1423)
Low level call in console.log(bool,bool,uint256,uint256) (console.sol#1427-1430):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,bool,uint,uint),p0,p1,p2,p3)) (console.sol#1428)
Low level call in console.log(bool,bool,uint256,string) (console.sol#1432-1435):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,bool,uint,string),p0,p1,p2,p3)) (console.sol#1433)
Low level call in console.log(bool,bool,uint256,bool) (console.sol#1437-1440):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,bool,uint,bool),p0,p1,p2,p3)) (console.sol#1438)
Low level call in console.log(bool,bool,uint256,address) (console.sol#1442-1445):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,bool,uint,address),p0,p1,p2,p3)) (console.sol#1443)
Low level call in console.log(bool,bool,string,uint256) (console.sol#1447-1450):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,bool,string,uint),p0,p1,p2,p3)) (console.sol#1448)
Low level call in console.log(bool,bool,string,string) (console.sol#1452-1455):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,bool,string,string),p0,p1,p2,p3)) (console.sol#1453)
Low level call in console.log(bool,bool,string,bool) (console.sol#1457-1460):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,bool,string,bool),p0,p1,p2,p3)) (console.sol#1458)
Low level call in console.log(bool,bool,string,address) (console.sol#1462-1465):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,bool,string,address),p0,p1,p2,p3)) (console.sol#1463)
Low level call in console.log(bool,bool,bool,uint256) (console.sol#1467-1470):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,bool,bool,uint),p0,p1,p2,p3)) (console.sol#1468)
Low level call in console.log(bool,bool,bool,string) (console.sol#1472-1475):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,bool,bool,string),p0,p1,p2,p3)) (console.sol#1473)
Low level call in console.log(bool,bool,bool,bool) (console.sol#1477-1480):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,bool,bool,bool),p0,p1,p2,p3)) (console.sol#1478)
Low level call in console.log(bool,bool,bool,address) (console.sol#1482-1485):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,bool,bool,address),p0,p1,p2,p3)) (console.sol#1483)
Low level call in console.log(bool,bool,address,uint256) (console.sol#1487-1490):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,bool,address,uint),p0,p1,p2,p3)) (console.sol#1488)
Low level call in console.log(bool,bool,address,string) (console.sol#1492-1495):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,bool,address,string),p0,p1,p2,p3)) (console.sol#1493)
Low level call in console.log(bool,bool,address,bool) (console.sol#1497-1500):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,bool,address,bool),p0,p1,p2,p3)) (console.sol#1498)
Low level call in console.log(bool,bool,address,address) (console.sol#1502-1505):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,bool,address,address),p0,p1,p2,p3)) (console.sol#1503)
Low level call in console.log(bool,address,uint256,uint256) (console.sol#1507-1510):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,address,uint,uint),p0,p1,p2,p3)) (console.sol#1508)
Low level call in console.log(bool,address,uint256,string) (console.sol#1512-1515):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,address,uint,string),p0,p1,p2,p3)) (console.sol#1513)
Low level call in console.log(bool,address,uint256,bool) (console.sol#1517-1520):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,address,uint,bool),p0,p1,p2,p3)) (console.sol#1518)
Low level call in console.log(bool,address,uint256,address) (console.sol#1522-1525):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,address,uint,address),p0,p1,p2,p3)) (console.sol#1523)
Low level call in console.log(bool,address,string,uint256) (console.sol#1527-1530):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,address,string,uint),p0,p1,p2,p3)) (console.sol#1528)
Low level call in console.log(bool,address,string,string) (console.sol#1532-1535):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,address,string,string),p0,p1,p2,p3)) (console.sol#1533)
Low level call in console.log(bool,address,string,bool) (console.sol#1537-1540):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,address,string,bool),p0,p1,p2,p3)) (console.sol#1538)
Low level call in console.log(bool,address,string,address) (console.sol#1542-1545):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,address,string,address),p0,p1,p2,p3)) (console.sol#1543)
Low level call in console.log(bool,address,bool,uint256) (console.sol#1547-1550):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,address,bool,uint),p0,p1,p2,p3)) (console.sol#1548)
Low level call in console.log(bool,address,bool,string) (console.sol#1552-1555):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,address,bool,string),p0,p1,p2,p3)) (console.sol#1553)
Low level call in console.log(bool,address,bool,bool) (console.sol#1557-1560):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,address,bool,bool),p0,p1,p2,p3)) (console.sol#1558)
Low level call in console.log(bool,address,bool,address) (console.sol#1562-1565):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,address,bool,address),p0,p1,p2,p3)) (console.sol#1563)
Low level call in console.log(bool,address,address,uint256) (console.sol#1567-1570):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,address,address,uint),p0,p1,p2,p3)) (console.sol#1568)
Low level call in console.log(bool,address,address,string) (console.sol#1572-1575):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,address,address,string),p0,p1,p2,p3)) (console.sol#1573)
Low level call in console.log(bool,address,address,bool) (console.sol#1577-1580):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,address,address,bool),p0,p1,p2,p3)) (console.sol#1578)
Low level call in console.log(bool,address,address,address) (console.sol#1582-1585):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(bool,address,address,address),p0,p1,p2,p3)) (console.sol#1583)
Low level call in console.log(address,uint256,uint256,uint256) (console.sol#1587-1590):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,uint,uint,uint),p0,p1,p2,p3)) (console.sol#1588)
Low level call in console.log(address,uint256,uint256,string) (console.sol#1592-1595):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,uint,uint,string),p0,p1,p2,p3)) (console.sol#1593)
Low level call in console.log(address,uint256,uint256,bool) (console.sol#1597-1600):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,uint,uint,bool),p0,p1,p2,p3)) (console.sol#1598)
Low level call in console.log(address,uint256,uint256,address) (console.sol#1602-1605):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,uint,uint,address),p0,p1,p2,p3)) (console.sol#1603)
Low level call in console.log(address,uint256,string,uint256) (console.sol#1607-1610):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,uint,string,uint),p0,p1,p2,p3)) (console.sol#1608)
Low level call in console.log(address,uint256,string,string) (console.sol#1612-1615):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,uint,string,string),p0,p1,p2,p3)) (console.sol#1613)
Low level call in console.log(address,uint256,string,bool) (console.sol#1617-1620):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,uint,string,bool),p0,p1,p2,p3)) (console.sol#1618)
Low level call in console.log(address,uint256,string,address) (console.sol#1622-1625):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,uint,string,address),p0,p1,p2,p3)) (console.sol#1623)
Low level call in console.log(address,uint256,bool,uint256) (console.sol#1627-1630):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,uint,bool,uint),p0,p1,p2,p3)) (console.sol#1628)
Low level call in console.log(address,uint256,bool,string) (console.sol#1632-1635):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,uint,bool,string),p0,p1,p2,p3)) (console.sol#1633)
Low level call in console.log(address,uint256,bool,bool) (console.sol#1637-1640):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,uint,bool,bool),p0,p1,p2,p3)) (console.sol#1638)
Low level call in console.log(address,uint256,bool,address) (console.sol#1642-1645):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,uint,bool,address),p0,p1,p2,p3)) (console.sol#1643)
Low level call in console.log(address,uint256,address,uint256) (console.sol#1647-1650):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,uint,address,uint),p0,p1,p2,p3)) (console.sol#1648)
Low level call in console.log(address,uint256,address,string) (console.sol#1652-1655):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,uint,address,string),p0,p1,p2,p3)) (console.sol#1653)
Low level call in console.log(address,uint256,address,bool) (console.sol#1657-1660):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,uint,address,bool),p0,p1,p2,p3)) (console.sol#1658)
Low level call in console.log(address,uint256,address,address) (console.sol#1662-1665):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,uint,address,address),p0,p1,p2,p3)) (console.sol#1663)
Low level call in console.log(address,string,uint256,uint256) (console.sol#1667-1670):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,string,uint,uint),p0,p1,p2,p3)) (console.sol#1668)
Low level call in console.log(address,string,uint256,string) (console.sol#1672-1675):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,string,uint,string),p0,p1,p2,p3)) (console.sol#1673)
Low level call in console.log(address,string,uint256,bool) (console.sol#1677-1680):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,string,uint,bool),p0,p1,p2,p3)) (console.sol#1678)
Low level call in console.log(address,string,uint256,address) (console.sol#1682-1685):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,string,uint,address),p0,p1,p2,p3)) (console.sol#1683)
Low level call in console.log(address,string,string,uint256) (console.sol#1687-1690):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,string,string,uint),p0,p1,p2,p3)) (console.sol#1688)
Low level call in console.log(address,string,string,string) (console.sol#1692-1695):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,string,string,string),p0,p1,p2,p3)) (console.sol#1693)
Low level call in console.log(address,string,string,bool) (console.sol#1697-1700):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,string,string,bool),p0,p1,p2,p3)) (console.sol#1698)
Low level call in console.log(address,string,string,address) (console.sol#1702-1705):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,string,string,address),p0,p1,p2,p3)) (console.sol#1703)
Low level call in console.log(address,string,bool,uint256) (console.sol#1707-1710):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,string,bool,uint),p0,p1,p2,p3)) (console.sol#1708)
Low level call in console.log(address,string,bool,string) (console.sol#1712-1715):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,string,bool,string),p0,p1,p2,p3)) (console.sol#1713)
Low level call in console.log(address,string,bool,bool) (console.sol#1717-1720):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,string,bool,bool),p0,p1,p2,p3)) (console.sol#1718)
Low level call in console.log(address,string,bool,address) (console.sol#1722-1725):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,string,bool,address),p0,p1,p2,p3)) (console.sol#1723)
Low level call in console.log(address,string,address,uint256) (console.sol#1727-1730):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,string,address,uint),p0,p1,p2,p3)) (console.sol#1728)
Low level call in console.log(address,string,address,string) (console.sol#1732-1735):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,string,address,string),p0,p1,p2,p3)) (console.sol#1733)
Low level call in console.log(address,string,address,bool) (console.sol#1737-1740):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,string,address,bool),p0,p1,p2,p3)) (console.sol#1738)
Low level call in console.log(address,string,address,address) (console.sol#1742-1745):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,string,address,address),p0,p1,p2,p3)) (console.sol#1743)
Low level call in console.log(address,bool,uint256,uint256) (console.sol#1747-1750):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,bool,uint,uint),p0,p1,p2,p3)) (console.sol#1748)
Low level call in console.log(address,bool,uint256,string) (console.sol#1752-1755):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,bool,uint,string),p0,p1,p2,p3)) (console.sol#1753)
Low level call in console.log(address,bool,uint256,bool) (console.sol#1757-1760):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,bool,uint,bool),p0,p1,p2,p3)) (console.sol#1758)
Low level call in console.log(address,bool,uint256,address) (console.sol#1762-1765):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,bool,uint,address),p0,p1,p2,p3)) (console.sol#1763)
Low level call in console.log(address,bool,string,uint256) (console.sol#1767-1770):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,bool,string,uint),p0,p1,p2,p3)) (console.sol#1768)
Low level call in console.log(address,bool,string,string) (console.sol#1772-1775):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,bool,string,string),p0,p1,p2,p3)) (console.sol#1773)
Low level call in console.log(address,bool,string,bool) (console.sol#1777-1780):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,bool,string,bool),p0,p1,p2,p3)) (console.sol#1778)
Low level call in console.log(address,bool,string,address) (console.sol#1782-1785):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,bool,string,address),p0,p1,p2,p3)) (console.sol#1783)
Low level call in console.log(address,bool,bool,uint256) (console.sol#1787-1790):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,bool,bool,uint),p0,p1,p2,p3)) (console.sol#1788)
Low level call in console.log(address,bool,bool,string) (console.sol#1792-1795):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,bool,bool,string),p0,p1,p2,p3)) (console.sol#1793)
Low level call in console.log(address,bool,bool,bool) (console.sol#1797-1800):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,bool,bool,bool),p0,p1,p2,p3)) (console.sol#1798)
Low level call in console.log(address,bool,bool,address) (console.sol#1802-1805):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,bool,bool,address),p0,p1,p2,p3)) (console.sol#1803)
Low level call in console.log(address,bool,address,uint256) (console.sol#1807-1810):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,bool,address,uint),p0,p1,p2,p3)) (console.sol#1808)
Low level call in console.log(address,bool,address,string) (console.sol#1812-1815):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,bool,address,string),p0,p1,p2,p3)) (console.sol#1813)
Low level call in console.log(address,bool,address,bool) (console.sol#1817-1820):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,bool,address,bool),p0,p1,p2,p3)) (console.sol#1818)
Low level call in console.log(address,bool,address,address) (console.sol#1822-1825):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,bool,address,address),p0,p1,p2,p3)) (console.sol#1823)
Low level call in console.log(address,address,uint256,uint256) (console.sol#1827-1830):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,address,uint,uint),p0,p1,p2,p3)) (console.sol#1828)
Low level call in console.log(address,address,uint256,string) (console.sol#1832-1835):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,address,uint,string),p0,p1,p2,p3)) (console.sol#1833)
Low level call in console.log(address,address,uint256,bool) (console.sol#1837-1840):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,address,uint,bool),p0,p1,p2,p3)) (console.sol#1838)
Low level call in console.log(address,address,uint256,address) (console.sol#1842-1845):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,address,uint,address),p0,p1,p2,p3)) (console.sol#1843)
Low level call in console.log(address,address,string,uint256) (console.sol#1847-1850):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,address,string,uint),p0,p1,p2,p3)) (console.sol#1848)
Low level call in console.log(address,address,string,string) (console.sol#1852-1855):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,address,string,string),p0,p1,p2,p3)) (console.sol#1853)
Low level call in console.log(address,address,string,bool) (console.sol#1857-1860):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,address,string,bool),p0,p1,p2,p3)) (console.sol#1858)
Low level call in console.log(address,address,string,address) (console.sol#1862-1865):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,address,string,address),p0,p1,p2,p3)) (console.sol#1863)
Low level call in console.log(address,address,bool,uint256) (console.sol#1867-1870):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,address,bool,uint),p0,p1,p2,p3)) (console.sol#1868)
Low level call in console.log(address,address,bool,string) (console.sol#1872-1875):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,address,bool,string),p0,p1,p2,p3)) (console.sol#1873)
Low level call in console.log(address,address,bool,bool) (console.sol#1877-1880):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,address,bool,bool),p0,p1,p2,p3)) (console.sol#1878)
Low level call in console.log(address,address,bool,address) (console.sol#1882-1885):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,address,bool,address),p0,p1,p2,p3)) (console.sol#1883)
Low level call in console.log(address,address,address,uint256) (console.sol#1887-1890):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,address,address,uint),p0,p1,p2,p3)) (console.sol#1888)
Low level call in console.log(address,address,address,string) (console.sol#1892-1895):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,address,address,string),p0,p1,p2,p3)) (console.sol#1893)
Low level call in console.log(address,address,address,bool) (console.sol#1897-1900):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,address,address,bool),p0,p1,p2,p3)) (console.sol#1898)
Low level call in console.log(address,address,address,address) (console.sol#1902-1905):
- (ignored) = CONSOLE_ADDRESS.staticcall(abi.encodeWithSignature(log(address,address,address,address),p0,p1,p2,p3)) (console.sol#1903)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Parameter CheckContract.checkContract(address)._account (CheckContract.sol#11) is not in mixedCase
Parameter LUSDToken.setPaused(bool)._isPaused (LUSDToken.sol#111) is not in mixedCase
Parameter LUSDToken.mint(address,uint256)._account (LUSDToken.sol#118) is not in mixedCase
Parameter LUSDToken.mint(address,uint256)._amount (LUSDToken.sol#118) is not in mixedCase
Parameter LUSDToken.burn(address,uint256)._account (LUSDToken.sol#124) is not in mixedCase
Parameter LUSDToken.burn(address,uint256)._amount (LUSDToken.sol#124) is not in mixedCase
Parameter LUSDToken.sendToPool(address,address,uint256)._sender (LUSDToken.sol#129) is not in mixedCase
Parameter LUSDToken.sendToPool(address,address,uint256)._poolAddress (LUSDToken.sol#129) is not in mixedCase
Parameter LUSDToken.sendToPool(address,address,uint256)._amount (LUSDToken.sol#129) is not in mixedCase
Parameter LUSDToken.returnFromPool(address,address,uint256)._poolAddress (LUSDToken.sol#134) is not in mixedCase
Parameter LUSDToken.returnFromPool(address,address,uint256)._receiver (LUSDToken.sol#134) is not in mixedCase
Parameter LUSDToken.returnFromPool(address,address,uint256)._amount (LUSDToken.sol#134) is not in mixedCase
Variable LUSDToken._NAME (LUSDToken.sol#31) is not in mixedCase
Variable LUSDToken._SYMBOL (LUSDToken.sol#32) is not in mixedCase
Variable LUSDToken._CACHED_DOMAIN_SEPARATOR (LUSDToken.sol#45) is not in mixedCase
Variable LUSDToken._CACHED_CHAIN_ID (LUSDToken.sol#46) is not in mixedCase
Variable LUSDToken._HASHED_NAME (LUSDToken.sol#48) is not in mixedCase
Variable LUSDToken._HASHED_VERSION (LUSDToken.sol#49) is not in mixedCase
Contract console (console.sol#6-1907) is not in CapWords
Follow the Solidity naming convention.
Additional information: link
Redundant expression "ignored (console.sol#11)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#14)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#19)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#24)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#29)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#34)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#39)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#44)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#49)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#54)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#59)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#64)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#69)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#74)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#79)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#84)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#89)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#94)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#99)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#104)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#109)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#114)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#119)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#124)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#129)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#134)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#139)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#144)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#149)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#154)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#159)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#164)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#169)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#174)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#179)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#184)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#189)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#194)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#199)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#204)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#209)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#214)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#219)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#224)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#229)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#234)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#239)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#244)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#249)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#254)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#259)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#264)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#269)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#274)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#279)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#284)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#289)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#294)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#299)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#304)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#309)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#314)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#319)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#324)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#329)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#334)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#339)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#344)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#349)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#354)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#359)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#364)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#369)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#374)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#379)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#384)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#389)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#394)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#399)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#404)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#409)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#414)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#419)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#424)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#429)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#434)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#439)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#444)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#449)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#454)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#459)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#464)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#469)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#474)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#479)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#484)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#489)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#494)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#499)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#504)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#509)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#514)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#519)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#524)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#529)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#534)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#539)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#544)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#549)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#554)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#559)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#564)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#569)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#574)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#579)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#584)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#589)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#594)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#599)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#604)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#609)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#614)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#619)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#624)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#629)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#634)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#639)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#644)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#649)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#654)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#659)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#664)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#669)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#674)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#679)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#684)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#689)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#694)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#699)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#704)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#709)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#714)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#719)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#724)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#729)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#734)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#739)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#744)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#749)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#754)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#759)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#764)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#769)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#774)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#779)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#784)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#789)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#794)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#799)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#804)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#809)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#814)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#819)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#824)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#829)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#834)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#839)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#844)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#849)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#854)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#859)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#864)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#869)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#874)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#879)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#884)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#889)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#894)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#899)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#904)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#909)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#914)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#919)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#924)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#929)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#934)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#939)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#944)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#949)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#954)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#959)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#964)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#969)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#974)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#979)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#984)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#989)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#994)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#999)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1004)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1009)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1014)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1019)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1024)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1029)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1034)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1039)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1044)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1049)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1054)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1059)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1064)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1069)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1074)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1079)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1084)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1089)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1094)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1099)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1104)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1109)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1114)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1119)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1124)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1129)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1134)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1139)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1144)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1149)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1154)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1159)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1164)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1169)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1174)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1179)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1184)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1189)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1194)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1199)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1204)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1209)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1214)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1219)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1224)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1229)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1234)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1239)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1244)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1249)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1254)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1259)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1264)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1269)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1274)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1279)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1284)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1289)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1294)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1299)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1304)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1309)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1314)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1319)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1324)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1329)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1334)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1339)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1344)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1349)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1354)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1359)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1364)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1369)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1374)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1379)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1384)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1389)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1394)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1399)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1404)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1409)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1414)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1419)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1424)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1429)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1434)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1439)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1444)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1449)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1454)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1459)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1464)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1469)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1474)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1479)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1484)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1489)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1494)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1499)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1504)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1509)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1514)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1519)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1524)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1529)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1534)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1539)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1544)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1549)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1554)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1559)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1564)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1569)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1574)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1579)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1584)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1589)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1594)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1599)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1604)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1609)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1614)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1619)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1624)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1629)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1634)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1639)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1644)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1649)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1654)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1659)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1664)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1669)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1674)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1679)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1684)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1689)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1694)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1699)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1704)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1709)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1714)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1719)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1724)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1729)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1734)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1739)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1744)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1749)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1754)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1759)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1764)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1769)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1774)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1779)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1784)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1789)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1794)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1799)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1804)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1809)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1814)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1819)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1824)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1829)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1834)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1839)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1844)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1849)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1854)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1859)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1864)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1869)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1874)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1879)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1884)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1889)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1894)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1899)" inconsole (console.sol#6-1907)
Redundant expression "ignored (console.sol#1904)" inconsole (console.sol#6-1907)
Remove redundant statements if they congest code but offer no value.
Additional information: link
console.slitherConstructorConstantVariables() (console.sol#6-1907) uses literals with too many digits:
- CONSOLE_ADDRESS = address(0x000000000000000000636F6e736F6c652e6c6f67) (console.sol#7)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Contract ticker (BNB-L) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.
Unable to find website, listings and other project-related information
Young tokens have high risks of price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Telegram and Twitter accounts