HashLips / hashlips_nft_contract

A simple NFT smart contract that works with the rest of the HashLips ecosystem.
MIT License
832 stars 674 forks source link

Invalid parameters: must provide an Ethereum address. #38

Closed er3166 closed 2 years ago

er3166 commented 2 years ago

Everything was working fine, but the images where not showing up on opensea for the hidden image. Only during the reveal function. So I redid the contract and now I keep getting the error "Invalid parameters: must provide an Ethereum address.". I get this error when I try to mint 2 on another wallet as a test. I'm using rinkeby network, contract pause is set to false. Correct contract is selected and metamask is showing the correct 2nd text wallet. For some reason I keep getting this error and it will not allow to make a transaction. I attempted with multiple wallets and still the same. Only the contract owner wallet address allows a second mind. Max mint is set to 2 and supply set to 4000. Ether is set at 0.02 and wei is doubled after getting it from calling the cost. I'm using the lower gas sol file. Had the same error on the flat file aswell. I'm using injected Web3 on Rinkeby. Someone please help, I dont know what i'm doing wrong, but I'm sure I am. Been going at it for days :(

er3166 commented 2 years ago

I have also tried 3 different browsers (Chrome,Firefox & Edge)

jiaxu09 commented 2 years ago

I have the same issue, did you manage to solve this problem?

Yuceff commented 2 years ago

same here

glitch-r commented 2 years ago

i am having similar issues, have you found a fix yet?

jiaxu09 commented 2 years ago

It seems to the problem only happened in remix, I tested on polygonscan and dapp demo, everything works fine, no problem.