Skip to content

Query the 0 address #22

@lastmjs

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

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