We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Once the parent address is set by the init() method parentAddress of the Forwarder contract cannot be modified.
That means whoever calls the flushTokens() the ERC20 that Forwarder contract has will be flushed to parentAddress.
flushTokens()
Is there a reason related to security or logic, etc that only enables the parent to call flushTokens()?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Once the parent address is set by the init() method
parentAddress of the Forwarder contract cannot be modified.
That means whoever calls the
flushTokens()
the ERC20 that Forwarder contract haswill be flushed to parentAddress.
Is there a reason related to security or logic, etc that only enables the parent to call
flushTokens()
?The text was updated successfully, but these errors were encountered: