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

when removing dummy data , current transactions are not showing only blank field is showing

Open namanthaker opened this issue 3 years ago • 5 comments

namanthaker avatar Feb 08 '22 19:02 namanthaker

showing some problem of transactions variable in Transactions.jsx please help me

namanthaker avatar Feb 08 '22 19:02 namanthaker

Same for me, have you found a solution?

BenjaminVermeulen avatar Mar 05 '22 21:03 BenjaminVermeulen

Same for me. When I am checking the console I am getting a weird error. I have asked for it at this link

IMPranshu avatar Mar 16 '22 07:03 IMPranshu

What is the exact error? if the error is "addressFrom is undefined" then you might have to change the addressFrom: transaction.sender to addressFrom:transaction.from because in your solidity contract in the event transfer you might have written address from so you have to say addressFrom: transaction.from and same goes for other fields too..

Hope it helps

Thebks avatar Mar 27 '22 14:03 Thebks

What is the exact error? if the error is "addressFrom is undefined" then you might have to change the addressFrom: transaction.sender to addressFrom:transaction.from because in your solidity contract in the event transfer you might have written address from so you have to say addressFrom: transaction.from and same goes for other fields too..

Hope it helps

TypeError: Cannot read properties of undefined (reading 'toNumber') at TransactionContext.jsx:45:55 at Array.map () at getAllTransactions (TransactionContext.jsx:42:64)

PLEASE HELP!!!!!

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