Constructor can be declared payable
to save gas even though no money is sent. Since these contracts is going to be deployed only once and since constructors are only be called once this is a safe way to reduce deployment gas. Just make sure you don't send any ether during deployment by mistake.
Constructors are not declared as payable. declaring it payable which will reduce some computation which checks if msg.value=0 or not. This will save some gas.
costs more gas
Manual review
Constructor can be declared payable
to save gas even though no money is sent. Since these contracts is going to be deployed only once and since constructors are only be called once this is a safe way to reduce deployment gas. Just make sure you don't send any ether during deployment by mistake.
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.