project_web3.0 icon indicating copy to clipboard operation
project_web3.0 copied to clipboard

No Ethereum Object at getAllTransactions

Open DevYoma opened this issue 2 years ago • 7 comments

so i followed the tutorial video and i am still getting this error, please any possible solution or fix would go a long way. Thank you

DevYoma avatar May 02 '22 19:05 DevYoma

Having the same issue. Did you figure it out?

szmecskas avatar May 30 '22 14:05 szmecskas

No i have not figured it out yet.... how about you

On Mon, May 30, 2022 at 3:27 PM szmecskas @.***> wrote:

Having the same issue. Did you figure it out?

— Reply to this email directly, view it on GitHub https://github.com/adrianhajdin/project_web3.0/issues/49#issuecomment-1141222142, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALNOJNACEBKHOHQZXCS3OIDVMTF3ZANCNFSM5U434D2Q . You are receiving this because you authored the thread.Message ID: @.***>

DevYoma avatar May 30 '22 14:05 DevYoma

so i followed the tutorial video and i am still getting this error, please any possible solution or fix would go a long way. Thank you

So have you figured it out??

shishir-repos avatar Jul 08 '22 22:07 shishir-repos

@shishir-repos

The issue is within TransactionContext.js

const transactionContract = new ethereum.Contract(contractAddress, contractABI, signer);

should be:

const transactionContract = new ethers.Contract(contractAddress, contractABI, signer);

stepanianpat avatar Aug 16 '22 02:08 stepanianpat

thank you so much. :)

On Tue, Aug 16, 2022 at 3:37 AM Patrick Stepanian @.***> wrote:

@shishir-repos https://github.com/shishir-repos

The issue is within TransactionContext.js

const transactionContract = new ethereum.Contract(contractAddress, contractABI, signer);

should be:

const transactionContract = new ethers.Contract(contractAddress, contractABI, signer);

— Reply to this email directly, view it on GitHub https://github.com/adrianhajdin/project_web3.0/issues/49#issuecomment-1216077378, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALNOJNEBGL2ZLMQHM7Y2RVDVZL5H3ANCNFSM5U434D2Q . You are receiving this because you authored the thread.Message ID: @.***>

DevYoma avatar Aug 16 '22 09:08 DevYoma

@stepanianpat Hey I'm still getting the issue, but instead of using the rapsten network I am using the ethereum mainnet

Hazingoo avatar Sep 12 '22 21:09 Hazingoo

Try connect to your metamask account by clicking on the button, then make sure you’re connected to internet before you send any transaction .. hope this work for you.. I encountered same issue and this is how I resolved mine.

Msdoshack avatar Sep 18 '22 17:09 Msdoshack