Hello, I am implementing the erc20 token transfer system and I have an important question:
I already deployed the transfer contract in remix and I donât know where to put the address of the contract and the Abi in the project.
Anyway I did test transfers and they were successful. but in the data returned by the transaction it tells me that the address of the contract is âNullâ .
Also add the address of the contract in the moralis server but I canât find the option in the code to set these variables (Abi, Address).
I share
this is my proyect