Having issues initialising a variable length storage struct, can anyone explain what I'm doing wrong please? struct Example { uint8[2] eg; bool[2] ex; address som...
Hey guys, compiling some large contracts with hardhat and getting "too large" errors. These contracts compile fine below the max size in remix with runs set to 200, but in har...
Seeing some posts about dividend paying token exploits. Anyone know what it is and which type of contracts it affects? Forked a few of these and want to let people know if the...
Does anyone know if solidity does any caching when checking the bounding condition of a for loop, or if I'm checking against a storage variable is it better to create a copy o...