Commit b87572df authored by vicotor's avatar vicotor

add token owners

parent 1012057f
...@@ -40,7 +40,6 @@ type ApprovalForAll @entity(immutable: true) { ...@@ -40,7 +40,6 @@ type ApprovalForAll @entity(immutable: true) {
transactionHash: Bytes! transactionHash: Bytes!
} }
// add TokenOwner entity
type TokenTransfer @entity(immutable: true) { type TokenTransfer @entity(immutable: true) {
id: string! id: string!
owner: Bytes! #address owner: Bytes! #address
......
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