Data Class

To cover ENS actions and features, we created the following data classes.

  • af_ens_event: Records all events (actions) related to ENS. One event per row, one transaction can have multiple events.

  • af_ens_node_current: Records an ENS node's (name) related information. One node per row, only keep current state.

  • af_ens_address_current: Records an address's current ENS related data (primary name). One address per row, only keep current state.

Besides, since each ENS name is either an ERC721 or an ERC1155 token. The ENS job will also require data from generic data class address_token_balance.

af_ens_event

af_ens_address_current:

af_ens_node_current

Last updated