Oversized contract will make deployment fail
SantasList.sol:SantasList
contract is oversized (56.43 kB). This is due to the fact that the constant variable TOKEN_URI
is stored in the bytecode, which is 51373
characters in length.
Oversized contract can't be deployed.
MEDIUM. Contract can't be deployed due to the TOKEN_URI
size.
Manual Review
TOKEN_URI
should be modified to prevent the oversized contract. Ideally, this can be an ipfs
url, which will be shorter.
SVG is causing contract byte size to exceed solidity's limits. Tagging for future visibility
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.