HashLips / solidity_smart_contracts

A list of smart contracts coded in solidity
MIT License
599 stars 491 forks source link

Presale 'OnlyWhitelist' problem #8

Open tontonfriends opened 3 years ago

tontonfriends commented 3 years ago

Regarding the 'ONLY WHITELIST', I tried to change the value to 'false' and it works properly in JavaScript VM. BUT when I tried to change the value to 'false' in Injected Web3, In the DAPP once click the 'MINT' button error occurred 'Warning! Error encountered during contract execution' Can you help this?