-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERC20 Forwarder #7
Comments
You can flush tokens on the forwarder contract |
yes i used the flush token function but how can it flush automatically on token deposit |
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. |
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: