Commit 556243a4 authored by vicotor's avatar vicotor

update

parent b87572df
...@@ -40,8 +40,8 @@ type ApprovalForAll @entity(immutable: true) { ...@@ -40,8 +40,8 @@ type ApprovalForAll @entity(immutable: true) {
transactionHash: Bytes! transactionHash: Bytes!
} }
type TokenTransfer @entity(immutable: true) { type TokenOwner @entity(immutable: true) {
id: string! id: String!
owner: Bytes! #address owner: Bytes! #address
tokenId: BigInt! # uint256 tokenId: BigInt! # uint256
} }
\ No newline at end of file
...@@ -19,6 +19,7 @@ dataSources: ...@@ -19,6 +19,7 @@ dataSources:
- Transfer - Transfer
- Approval - Approval
- ApprovalForAll - ApprovalForAll
- TokenOwner
abis: abis:
- name: Drago - name: Drago
file: ./abis/Drago.json file: ./abis/Drago.json
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment