| layout | post |
|---|---|
| title | easily read private variables |
| date | 2018-03-29 09:30 |
I put this together to demonstrate that complete lack of "privacy" provided by labelling a variable private in solidity.
If you want to read a private variable in a solidity contract, and you have the source code, you can do it easily. Here's how: