snowden

Results 4 comments of snowden

Hi ! It seems there might be a misunderstanding regarding the use of the `payable` modifier in the `owner()` function. In Solidity, the `address` type is implicitly `payable`, which means...

Hello, Given the contract, it shouldn't exceed the EVM maximum code size limit, especially if you are deploying on Remix. One possibility is the pragma version. You're using Solidity version...

Hi @boxingcoder00 , It seems like you're encountering an issue when trying to compile your Hardhat project. The issue you're describing typically occurs when your Hardhat project hasn't been properly...

> * Error #0: error trying to connect: tcp connect error: Connection refused (os error 111) Hi, This error generally pops up when there is a TCP Connection problem meaning...