Closed hsfzmsn closed 6 years ago
transfer()
method is there to compliment standard ERC20 ABI, to transfer ERC20 tokens use encodedTransferData()
method and use the returning string as value for data
parameter of Ethereum transactions
Yes, much clearer. Thank you so much for your explanation.
@furqansiddiqui man, a very good job with this library, easy to use and config.
About send a token, and I read this.
transfer()
method is there to compliment standard ERC20 ABI, to transfer ERC20 tokens useencodedTransferData()
method and use the returning string as value fordata
parameter of Ethereum transactions
Can you give me a code example of how to achieve that using your lib?
Kind Regards.
https://www.furqansiddiqui.com/transfer-erc20-token-from-one-account-to-another-using-php/
the link is broken, can you give me alternate link... thanks before.
Hi,
Is it possible to send ERC20 Custom Token to and ethereum address? $geth = new EthereumRPC($this->host, $this->port); $erc20 = new \ERC20\ERC20($geth); $token = $erc20->token('0x4c7e9.......');
but not yet received think you!