Home / Vulnerability Database / Solidity : Private modifier
Solidity
Solidity : Private modifier
Overview
Contrary to a popular misconception, the private modifier does not make a variable invisible. Miners have access to all contracts’ code and data. Developers must account for the lack of privacy in Ethereum.
Vulnerability type by SmartDec classification: Privacy.
References
LOW
DerScanner Severity Score
Do you want to fix Solidity : Private modifier in your application?
See also
Solidity
Solidity : Return value of transfer, transferFrom, or approve function of ERC-20 standard is always false.
Solidity
Solidity : Using approve function of the ERC-20 token standard
Solidity
