Skip to content

Query the 0 address #22

Description

@lastmjs

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions