You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
You can't do that. When someone transfers some tokens to the forwarder they actually call erc20 contract with transfer command. There is no ether on forwarder for forward of tokens. When you call flush you pay for that forward transfer on erc20 contract.
You can't do that. When someone transfers some tokens to the forwarder they actually call erc20 contract with transfer command. There is no ether on forwarder for forward of tokens. When you call flush you pay for that forward transfer on erc20 contract.
you must pay for the transaction fee to collect the token from forwarder.
There is another solution, if the issuer token use ERC223 instead of ERC20. there is a function name token fallback. they will trigger a function in receiver to forward token.
More detail: https://medium.com/coinmonks/the-erc-223-evolution-eec0ef23e5cc
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Contract missing the forwarder for ERC20 token how can i forward all ERC20 tokens to main contract address(parentAddress)
The text was updated successfully, but these errors were encountered: