Even variables defined as private can be seen by anyone.
private is only declared to restrict access, and variables stored on the smart contract can be seen by anyone. Important information such as passwords should not be stored as variables.
Password is stolen.
manual
Do not save passwords.
Private functions and state variables are only visible for the contract they are defined in and not in derived contracts. In this case private doesn't mean secret/confidential
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.