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
transferAndCall
Currently, the investor has to make two transactions:
buy
When the token supports transferAndCall, the contracts could be changed to allow for an investment with 1 transaction.
ethereum/EIPs#677
The text was updated successfully, but these errors were encountered:
EUROC and USDC do not support EIP677, but EURe (Monerium) does.
Sorry, something went wrong.
Since EURe is our planned main payment token, extending ContinuousFundraising to be ERC677 compatible is the logical next step.
done
Successfully merging a pull request may close this issue.
Currently, the investor has to make two transactions:
buy
to execute the investmentWhen the token supports
transferAndCall
, the contracts could be changed to allow for an investment with 1 transaction.ethereum/EIPs#677
The text was updated successfully, but these errors were encountered: