-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
I'm trying to get all transfer events from the 0 address, but it doesn't seem to work. This is for the WBTC contract, for example:
{
transferEvents(where: {
token: "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599"
sender: "0x0000000000000000000000000000000000000000"
}) {
id
}
}I would expect this to return some results, considering that it looks like the WBTC contract emits Transfer(address(0), _to, _amount); when minting
Metadata
Metadata
Assignees
Labels
No labels