Commit 556243a4 authored by vicotor's avatar vicotor

update

parent b87572df
......@@ -40,8 +40,8 @@ type ApprovalForAll @entity(immutable: true) {
transactionHash: Bytes!
}
type TokenTransfer @entity(immutable: true) {
id: string!
type TokenOwner @entity(immutable: true) {
id: String!
owner: Bytes! #address
tokenId: BigInt! # uint256
}
\ No newline at end of file
......@@ -19,6 +19,7 @@ dataSources:
- Transfer
- Approval
- ApprovalForAll
- TokenOwner
abis:
- name: Drago
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