Skip to content
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

TransferWithAuthorization does not emit event #343

Closed
danielnordh opened this issue Mar 16, 2022 · 2 comments
Closed

TransferWithAuthorization does not emit event #343

danielnordh opened this issue Mar 16, 2022 · 2 comments

Comments

@danielnordh
Copy link

danielnordh commented Mar 16, 2022

Having implemented EIP-712 signing and use of transferWithAuthorization instead of transfer, I was expecting the contract to emit an event. But I can't see any emitted on Etherscan or find any reference to it in the code.

Is it really true that it does not emit an event? @petejkim
If so can we please get that on the feature list for the next update.

@danielnordh
Copy link
Author

My bad (I think). Seems to emit the same events as transfer.
For some reason they are not being picked up by our code so I'll need to debug further.

@danielnordh
Copy link
Author

danielnordh commented Mar 17, 2022

For anyone who might end up here in the future:

The event emitted after a transferWithAuthorization transaction is AuthorizationUsed,
which has different (or missing) parameter names, see #344

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant