A php interface for interacting with the Ethereum blockchain and ecosystem. Native ABI parsing and smart contract interactions.
1.17k
stars
555
forks
source link
Error -> rlp: input string too long for common.Address, decoding into (types.LegacyTx).To #347
Open
metawalletpsg opened 9 months ago
I am trying to interact with the mintNFT function of an ERC721 contract defined by me on the Mumbai network. I am having the error:
rlp: input string too long for common.Address, decoding into (types.LegacyTx).To
I've been trying to find the error in my code for days. But I'm not sure how I could interact with my function using the web3php library.
I have a nodeJS application that already interacts correctly with the mintNFT function of my contract on the mumba network.
Could someone give me some information about my error, how to fix it, or if you think I'm doing something wrong?
And this is my contract: