v3-subgraph icon indicating copy to clipboard operation
v3-subgraph copied to clipboard

Owner of the factory is never set

Open rube-de opened this issue 2 years ago • 0 comments

The factory schema indicates an owner field

  # current owner of the factory
  owner: ID!

It's only set to 0x0 on init

factory.owner = ADDRESS_ZERO

but after never to the right value.

Either the owner field should be removed or the OwnerChanged event implemented that it shows the correct owner.

rube-de avatar May 17 '22 15:05 rube-de