graphprotocol / graph-node

Graph Node indexes data from blockchains such as Ethereum and serves it over GraphQL
https://thegraph.com
Apache License 2.0
2.91k stars 969 forks source link

[Bug] Subgraph failed with non-deterministic error: Failed to transact block operations: internal constraint violated: Subgraph writer is not running #5149

Open paymog opened 9 months ago

paymog commented 9 months ago

Bug report

A subgraph of mine is hitting the above error and restarting my indexer doesn't seem to resolve the issue. I've scanned the logs and can't seem to find anything which might be problematic. Below I've pasted logs from our log warehouse which were fetched with the following query (I've excluded logs lines which seem like they are high in volume and low in relevance)

select fromUnixTimestamp64Milli(unix_timestamp), severity, message
from graph_node_logs
where (subgraph_id = 'QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9') and unix_timestamp <= 1705603602517 and message not ilike 'Requesting%' and message not ilike 'Scanning%' and message not ilike 'Found 0%'
order by unix_timestamp desc
limit 1000

I'm running graph node 0.33.0

Relevant log output

2024-01-18 18:46:42.517 ERRO    Subgraph failed with non-deterministic error: Failed to transact block operations: internal constraint violated: Subgraph writer for QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9[sgd3951] is not running, retry_delay_s: 33, attempt: 0, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:42.502 INFO    Applying 13 entity operation(s), block_hash: 0xe4a2ffd57f2e212b762d79975a314baefd53168a00b2e104f1ed30f0cb98661c, block_number: 246812, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:42.501 DEBG    Entity cache statistics, evict_time_ms: 0, accesses: 0, hit_rate: 100%, stale_update: false, evicted_count: 0, count: 46, evicted_weight: 0, weight: 36894, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:42.494 INFO    Done processing trigger, gas_used: 185329065, data_source: ERC721Drop, handler: handleRoleRevoked, total_ms: 0, transaction: 0xd45c…d47a, address: 0xd59d…03ab, signature: RoleRevoked(indexed bytes32,indexed address,indexed address), block_hash: 0xe4a2ffd57f2e212b762d79975a314baefd53168a00b2e104f1ed30f0cb98661c, block_number: 246812, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:42.493 INFO    Done processing trigger, gas_used: 5363044858, data_source: ERC721Drop, handler: handleSalesConfigChanged, total_ms: 6, transaction: 0xd45c…d47a, address: 0xd59d…03ab, signature: SalesConfigChanged(indexed address), block_hash: 0xe4a2ffd57f2e212b762d79975a314baefd53168a00b2e104f1ed30f0cb98661c, block_number: 246812, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:42.486 INFO    Done processing trigger, gas_used: 173302302, data_source: ERC721Drop, handler: handleRoleGranted, total_ms: 3, transaction: 0xd45c…d47a, address: 0xd59d…03ab, signature: RoleGranted(indexed bytes32,indexed address,indexed address), block_hash: 0xe4a2ffd57f2e212b762d79975a314baefd53168a00b2e104f1ed30f0cb98661c, block_number: 246812, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:42.486 DEBG    eth_call, block_number: 246812, block_hash: e4a2ffd57f2e212b762d79975a314baefd53168a00b2e104f1ed30f0cb98661c, data: 1d2c0b38, address: d59d45f044d87850a74ca80b95b770b3a5eb03ab, block_hash: 0xe4a2ffd57f2e212b762d79975a314baefd53168a00b2e104f1ed30f0cb98661c, block_number: 246812, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:42.482 INFO    Done processing trigger, gas_used: 108517666, data_source: ERC721Drop, handler: handleOwnershipTransferred, total_ms: 0, transaction: 0xd45c…d47a, address: 0xd59d…03ab, signature: OwnershipTransferred(indexed address,indexed address), block_hash: 0xe4a2ffd57f2e212b762d79975a314baefd53168a00b2e104f1ed30f0cb98661c, block_number: 246812, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:42.482 INFO    Done processing trigger, gas_used: 173302302, data_source: ERC721Drop, handler: handleRoleGranted, total_ms: 4, transaction: 0xd45c…d47a, address: 0xd59d…03ab, signature: RoleGranted(indexed bytes32,indexed address,indexed address), block_hash: 0xe4a2ffd57f2e212b762d79975a314baefd53168a00b2e104f1ed30f0cb98661c, block_number: 246812, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:42.477 INFO    Done processing trigger, gas_used: 10163632696, data_source: ERC721Drop, handler: handleUpgraded, total_ms: 11, transaction: 0xd45c…d47a, address: 0xd59d…03ab, signature: Upgraded(indexed address), block_hash: 0xe4a2ffd57f2e212b762d79975a314baefd53168a00b2e104f1ed30f0cb98661c, block_number: 246812, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:42.470 DEBG    eth_call, block_number: 246812, block_hash: e4a2ffd57f2e212b762d79975a314baefd53168a00b2e104f1ed30f0cb98661c, data: 79502c55, address: d59d45f044d87850a74ca80b95b770b3a5eb03ab, block_hash: 0xe4a2ffd57f2e212b762d79975a314baefd53168a00b2e104f1ed30f0cb98661c, block_number: 246812, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:42.466 DEBG    eth_call, block_number: 246812, block_hash: e4a2ffd57f2e212b762d79975a314baefd53168a00b2e104f1ed30f0cb98661c, data: a0a8e460, address: d59d45f044d87850a74ca80b95b770b3a5eb03ab, block_hash: 0xe4a2ffd57f2e212b762d79975a314baefd53168a00b2e104f1ed30f0cb98661c, block_number: 246812, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:42.465 INFO    6 triggers found in this block for the new data sources, block_hash: 0xe4a2ffd57f2e212b762d79975a314baefd53168a00b2e104f1ed30f0cb98661c, block_number: 246812, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:42.465 DEBG    Persisting data_source, address: d59d45f044d87850a74ca80b95b770b3a5eb03ab, name: ERC721Drop, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:42.465 DEBG    Creating 1 dynamic data source(s), sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:42.462 DEBG    Found 1 relevant block(s), block_hash: 0xe4a2ffd57f2e212b762d79975a314baefd53168a00b2e104f1ed30f0cb98661c, block_number: 246812, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:42.437 INFO    Done processing trigger, gas_used: 45409448281, data_source: Zora721V1, handler: handleCreatedDrop, total_ms: 67, transaction: 0xd45c…d47a, address: 0xa2c2…8d85, signature: CreatedDrop(indexed address,indexed address,uint256), sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:42.437 INFO    Create data source, params: 0xd59d45f044d87850a74ca80b95b770b3a5eb03ab, name: ERC721Drop, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:42.430 DEBG    eth_call, block_number: 246812, block_hash: e4a2ffd57f2e212b762d79975a314baefd53168a00b2e104f1ed30f0cb98661c, data: ee37be390000000000000000000000000000000000000000000000000000000000000001, address: d59d45f044d87850a74ca80b95b770b3a5eb03ab, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:42.425 DEBG    eth_call, block_number: 246812, block_hash: e4a2ffd57f2e212b762d79975a314baefd53168a00b2e104f1ed30f0cb98661c, data: 70319970, address: d59d45f044d87850a74ca80b95b770b3a5eb03ab, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:42.421 DEBG    eth_call, block_number: 246812, block_hash: e4a2ffd57f2e212b762d79975a314baefd53168a00b2e104f1ed30f0cb98661c, data: a0a8e460, address: d59d45f044d87850a74ca80b95b770b3a5eb03ab, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:42.413 DEBG    eth_call, block_number: 246812, block_hash: e4a2ffd57f2e212b762d79975a314baefd53168a00b2e104f1ed30f0cb98661c, data: 95d89b41, address: d59d45f044d87850a74ca80b95b770b3a5eb03ab, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:42.407 DEBG    eth_call, block_number: 246812, block_hash: e4a2ffd57f2e212b762d79975a314baefd53168a00b2e104f1ed30f0cb98661c, data: 06fdde03, address: d59d45f044d87850a74ca80b95b770b3a5eb03ab, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:42.401 DEBG    eth_call, block_number: 246812, block_hash: e4a2ffd57f2e212b762d79975a314baefd53168a00b2e104f1ed30f0cb98661c, data: 8da5cb5b, address: d59d45f044d87850a74ca80b95b770b3a5eb03ab, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:42.395 DEBG    eth_call, block_number: 246812, block_hash: e4a2ffd57f2e212b762d79975a314baefd53168a00b2e104f1ed30f0cb98661c, data: e8a3d485, address: d59d45f044d87850a74ca80b95b770b3a5eb03ab, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:42.390 DEBG    eth_call, block_number: 246812, block_hash: e4a2ffd57f2e212b762d79975a314baefd53168a00b2e104f1ed30f0cb98661c, data: 79502c55, address: d59d45f044d87850a74ca80b95b770b3a5eb03ab, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:42.370 DEBG    eth_call, block_number: 246812, block_hash: e4a2ffd57f2e212b762d79975a314baefd53168a00b2e104f1ed30f0cb98661c, data: a0a8e460, address: d59d45f044d87850a74ca80b95b770b3a5eb03ab, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:42.369 INFO    Done processing trigger, gas_used: 182382557, data_source: EditionMetadataRenderer, handler: handleCreatedEdition, total_ms: 5, transaction: 0xd45c…d47a, address: 0xca7b…3b93, signature: EditionInitialized(indexed address,string,string,string), sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:42.363 DEBG    Start processing block, triggers: 2, block_hash: 0xe4a2ffd57f2e212b762d79975a314baefd53168a00b2e104f1ed30f0cb98661c, block_number: 246812, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:42.363 DEBG    Processing 2 triggers, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: BlockStream
2024-01-18 18:46:42.348 DEBG    Found 1 relevant block(s), sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: BlockStream
2024-01-18 18:46:16.899 DEBG    Starting block stream, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.896 INFO    Committed write batch, time_ms: 1225, weight: 21443, entities: 17, block_count: 1, block_number: 45421, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.882 DEBG    subscribing to chain head updates, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: BlockStream
2024-01-18 18:46:16.882 DEBG    Starting or restarting subgraph, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.880 INFO    Applying 18 entity operation(s), block_hash: 0x20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, block_number: 46799, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.880 DEBG    Entity cache statistics, evict_time_ms: 0, accesses: 0, hit_rate: 100%, stale_update: false, evicted_count: 0, count: 18, evicted_weight: 0, weight: 13092, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.870 INFO    Done processing trigger, gas_used: 5281990250, data_source: EditionMetadataRenderer, handler: handleCreatedEdition, total_ms: 8, transaction: 0xee5d…607e, address: 0xca7b…3b93, signature: EditionInitialized(indexed address,string,string,string), block_hash: 0x20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, block_number: 46799, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.863 DEBG    eth_call, block_number: 46799, block_hash: 20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, data: e8a3d485, address: dd030491e0be6b836df1f88e6994be016d87b3d0, block_hash: 0x20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, block_number: 46799, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.862 INFO    Done processing trigger, gas_used: 185329065, data_source: ERC721Drop, handler: handleRoleRevoked, total_ms: 1, transaction: 0xee5d…607e, address: 0xdd03…b3d0, signature: RoleRevoked(indexed bytes32,indexed address,indexed address), block_hash: 0x20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, block_number: 46799, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.861 INFO    Done processing trigger, gas_used: 5192736922, data_source: ERC721Drop, handler: handleSalesConfigChanged, total_ms: 7, transaction: 0xee5d…607e, address: 0xdd03…b3d0, signature: SalesConfigChanged(indexed address), block_hash: 0x20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, block_number: 46799, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.853 INFO    Done processing trigger, gas_used: 173302302, data_source: ERC721Drop, handler: handleRoleGranted, total_ms: 2, transaction: 0xee5d…607e, address: 0xdd03…b3d0, signature: RoleGranted(indexed bytes32,indexed address,indexed address), block_hash: 0x20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, block_number: 46799, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.853 DEBG    eth_call, block_number: 46799, block_hash: 20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, data: 1d2c0b38, address: dd030491e0be6b836df1f88e6994be016d87b3d0, block_hash: 0x20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, block_number: 46799, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.850 INFO    Done processing trigger, gas_used: 109380448, data_source: ERC721Drop, handler: handleOwnershipTransferred, total_ms: 0, transaction: 0xee5d…607e, address: 0xdd03…b3d0, signature: OwnershipTransferred(indexed address,indexed address), block_hash: 0x20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, block_number: 46799, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.850 INFO    Done processing trigger, gas_used: 173302302, data_source: ERC721Drop, handler: handleRoleGranted, total_ms: 2, transaction: 0xee5d…607e, address: 0xdd03…b3d0, signature: RoleGranted(indexed bytes32,indexed address,indexed address), block_hash: 0x20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, block_number: 46799, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.847 INFO    Done processing trigger, gas_used: 10164432704, data_source: ERC721Drop, handler: handleUpgraded, total_ms: 19, transaction: 0xee5d…607e, address: 0xdd03…b3d0, signature: Upgraded(indexed address), block_hash: 0x20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, block_number: 46799, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.837 DEBG    eth_call, block_number: 46799, block_hash: 20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, data: 79502c55, address: dd030491e0be6b836df1f88e6994be016d87b3d0, block_hash: 0x20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, block_number: 46799, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.828 DEBG    eth_call, block_number: 46799, block_hash: 20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, data: a0a8e460, address: dd030491e0be6b836df1f88e6994be016d87b3d0, block_hash: 0x20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, block_number: 46799, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.827 INFO    7 triggers found in this block for the new data sources, block_hash: 0x20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, block_number: 46799, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.827 DEBG    Persisting data_source, address: dd030491e0be6b836df1f88e6994be016d87b3d0, name: ERC721Drop, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.827 DEBG    Persisting data_source, address: ca7bf48453b72e4e175267127b4ed7eb12f83b93, name: EditionMetadataRenderer, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.827 DEBG    Persisting data_source, address: 4a0ad3ef9be8095590d854bc8481c9e50922a3c0, name: DropMetadataRenderer, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.827 DEBG    Creating 3 dynamic data source(s), sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.817 DEBG    Found 1 relevant block(s), block_hash: 0x20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, block_number: 46799, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.731 DEBG    Starting block stream, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.715 DEBG    subscribing to chain head updates, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: BlockStream
2024-01-18 18:46:16.715 DEBG    Starting or restarting subgraph, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.714 INFO    Done processing trigger, gas_used: 45410088705, data_source: Zora721V1, handler: handleCreatedDrop, total_ms: 57, transaction: 0xee5d…607e, address: 0xa2c2…8d85, signature: CreatedDrop(indexed address,indexed address,uint256), sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.714 INFO    Create data source, params: 0xdd030491e0be6b836df1f88e6994be016d87b3d0, name: ERC721Drop, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.711 INFO    Applying 18 entity operation(s), block_hash: 0x20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, block_number: 46799, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.711 DEBG    Entity cache statistics, evict_time_ms: 0, accesses: 0, hit_rate: 100%, stale_update: false, evicted_count: 0, count: 34, evicted_weight: 0, weight: 25929, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.707 DEBG    eth_call, block_number: 46799, block_hash: 20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, data: ee37be390000000000000000000000000000000000000000000000000000000000000001, address: dd030491e0be6b836df1f88e6994be016d87b3d0, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.704 INFO    Done processing trigger, gas_used: 5281990250, data_source: EditionMetadataRenderer, handler: handleCreatedEdition, total_ms: 5, transaction: 0xee5d…607e, address: 0xca7b…3b93, signature: EditionInitialized(indexed address,string,string,string), block_hash: 0x20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, block_number: 46799, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.701 DEBG    eth_call, block_number: 46799, block_hash: 20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, data: 70319970, address: dd030491e0be6b836df1f88e6994be016d87b3d0, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.700 DEBG    eth_call, block_number: 46799, block_hash: 20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, data: e8a3d485, address: dd030491e0be6b836df1f88e6994be016d87b3d0, block_hash: 0x20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, block_number: 46799, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.698 INFO    Done processing trigger, gas_used: 185329065, data_source: ERC721Drop, handler: handleRoleRevoked, total_ms: 0, transaction: 0xee5d…607e, address: 0xdd03…b3d0, signature: RoleRevoked(indexed bytes32,indexed address,indexed address), block_hash: 0x20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, block_number: 46799, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.697 INFO    Done processing trigger, gas_used: 5192736922, data_source: ERC721Drop, handler: handleSalesConfigChanged, total_ms: 14, transaction: 0xee5d…607e, address: 0xdd03…b3d0, signature: SalesConfigChanged(indexed address), block_hash: 0x20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, block_number: 46799, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.695 DEBG    eth_call, block_number: 46799, block_hash: 20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, data: a0a8e460, address: dd030491e0be6b836df1f88e6994be016d87b3d0, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.689 DEBG    eth_call, block_number: 46799, block_hash: 20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, data: 95d89b41, address: dd030491e0be6b836df1f88e6994be016d87b3d0, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.683 INFO    Done processing trigger, gas_used: 173302302, data_source: ERC721Drop, handler: handleRoleGranted, total_ms: 3, transaction: 0xee5d…607e, address: 0xdd03…b3d0, signature: RoleGranted(indexed bytes32,indexed address,indexed address), block_hash: 0x20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, block_number: 46799, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.683 DEBG    eth_call, block_number: 46799, block_hash: 20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, data: 1d2c0b38, address: dd030491e0be6b836df1f88e6994be016d87b3d0, block_hash: 0x20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, block_number: 46799, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.683 DEBG    eth_call, block_number: 46799, block_hash: 20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, data: 06fdde03, address: dd030491e0be6b836df1f88e6994be016d87b3d0, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.679 INFO    Done processing trigger, gas_used: 109380448, data_source: ERC721Drop, handler: handleOwnershipTransferred, total_ms: 0, transaction: 0xee5d…607e, address: 0xdd03…b3d0, signature: OwnershipTransferred(indexed address,indexed address), block_hash: 0x20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, block_number: 46799, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.678 INFO    Done processing trigger, gas_used: 173302302, data_source: ERC721Drop, handler: handleRoleGranted, total_ms: 3, transaction: 0xee5d…607e, address: 0xdd03…b3d0, signature: RoleGranted(indexed bytes32,indexed address,indexed address), block_hash: 0x20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, block_number: 46799, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.676 DEBG    eth_call, block_number: 46799, block_hash: 20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, data: 8da5cb5b, address: dd030491e0be6b836df1f88e6994be016d87b3d0, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.675 INFO    Done processing trigger, gas_used: 10164432704, data_source: ERC721Drop, handler: handleUpgraded, total_ms: 24, transaction: 0xee5d…607e, address: 0xdd03…b3d0, signature: Upgraded(indexed address), block_hash: 0x20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, block_number: 46799, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.670 DEBG    eth_call, block_number: 46799, block_hash: 20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, data: e8a3d485, address: dd030491e0be6b836df1f88e6994be016d87b3d0, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.663 DEBG    eth_call, block_number: 46799, block_hash: 20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, data: 79502c55, address: dd030491e0be6b836df1f88e6994be016d87b3d0, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.657 INFO    Done processing trigger, gas_used: 45690101461, data_source: Zora721V1, handler: handleFactoryUpgraded, total_ms: 59, transaction: 0x8cab…9218, address: 0xa2c2…8d85, signature: Upgraded(indexed address), sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.657 DEBG    eth_call, block_number: 46799, block_hash: 20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, data: 79502c55, address: dd030491e0be6b836df1f88e6994be016d87b3d0, block_hash: 0x20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, block_number: 46799, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.657 DEBG    eth_call, block_number: 46799, block_hash: 20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, data: a0a8e460, address: dd030491e0be6b836df1f88e6994be016d87b3d0, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.651 DEBG    eth_call, block_number: 46799, block_hash: 20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, data: a0a8e460, address: dd030491e0be6b836df1f88e6994be016d87b3d0, block_hash: 0x20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, block_number: 46799, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.650 INFO    7 triggers found in this block for the new data sources, block_hash: 0x20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, block_number: 46799, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.650 DEBG    Persisting data_source, address: dd030491e0be6b836df1f88e6994be016d87b3d0, name: ERC721Drop, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.650 DEBG    Persisting data_source, address: ca7bf48453b72e4e175267127b4ed7eb12f83b93, name: EditionMetadataRenderer, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.650 DEBG    Persisting data_source, address: 4a0ad3ef9be8095590d854bc8481c9e50922a3c0, name: DropMetadataRenderer, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.650 DEBG    Creating 3 dynamic data source(s), sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.650 DEBG    eth_call, block_number: 46799, block_hash: 20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, data: a0a8e460, address: a2c2a96a232113dd4993e8b048eebc3371ae8d85, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.644 DEBG    Found 1 relevant block(s), block_hash: 0x20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, block_number: 46799, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.644 DEBG    eth_call, block_number: 46799, block_hash: 20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, data: 686ce435, address: a2c2a96a232113dd4993e8b048eebc3371ae8d85, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.638 DEBG    eth_call, block_number: 46799, block_hash: 20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, data: 4abde729, address: a2c2a96a232113dd4993e8b048eebc3371ae8d85, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.631 DEBG    eth_call, block_number: 46799, block_hash: 20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, data: 5c60da1b, address: a2c2a96a232113dd4993e8b048eebc3371ae8d85, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.626 DEBG    eth_call, block_number: 46799, block_hash: 20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, data: a0a8e460, address: a2c2a96a232113dd4993e8b048eebc3371ae8d85, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.622 INFO    Create data source, params: 0xca7bf48453b72e4e175267127b4ed7eb12f83b93, name: EditionMetadataRenderer, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.622 INFO    Create data source, params: 0x4a0ad3ef9be8095590d854bc8481c9e50922a3c0, name: DropMetadataRenderer, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.616 DEBG    eth_call, block_number: 46799, block_hash: 20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, data: 686ce435, address: a2c2a96a232113dd4993e8b048eebc3371ae8d85, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.610 DEBG    eth_call, block_number: 46799, block_hash: 20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, data: 686ce435, address: a2c2a96a232113dd4993e8b048eebc3371ae8d85, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.604 DEBG    eth_call, block_number: 46799, block_hash: 20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, data: 4abde729, address: a2c2a96a232113dd4993e8b048eebc3371ae8d85, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.598 DEBG    eth_call, block_number: 46799, block_hash: 20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, data: 4abde729, address: a2c2a96a232113dd4993e8b048eebc3371ae8d85, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.597 DEBG    Start processing block, triggers: 2, block_hash: 0x20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, block_number: 46799, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.597 DEBG    Processing 2 triggers, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: BlockStream
2024-01-18 18:46:16.587 DEBG    Found 1 relevant block(s), sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: BlockStream
2024-01-18 18:46:16.572 INFO    Done processing trigger, gas_used: 45410088705, data_source: Zora721V1, handler: handleCreatedDrop, total_ms: 70, transaction: 0xee5d…607e, address: 0xa2c2…8d85, signature: CreatedDrop(indexed address,indexed address,uint256), sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.572 INFO    Create data source, params: 0xdd030491e0be6b836df1f88e6994be016d87b3d0, name: ERC721Drop, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.565 DEBG    eth_call, block_number: 46799, block_hash: 20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, data: ee37be390000000000000000000000000000000000000000000000000000000000000001, address: dd030491e0be6b836df1f88e6994be016d87b3d0, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.559 DEBG    eth_call, block_number: 46799, block_hash: 20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, data: 70319970, address: dd030491e0be6b836df1f88e6994be016d87b3d0, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.556 DEBG    eth_call, block_number: 46799, block_hash: 20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, data: a0a8e460, address: dd030491e0be6b836df1f88e6994be016d87b3d0, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.551 DEBG    eth_call, block_number: 46799, block_hash: 20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, data: 95d89b41, address: dd030491e0be6b836df1f88e6994be016d87b3d0, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.546 DEBG    eth_call, block_number: 46799, block_hash: 20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, data: 06fdde03, address: dd030491e0be6b836df1f88e6994be016d87b3d0, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.541 DEBG    eth_call, block_number: 46799, block_hash: 20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, data: 8da5cb5b, address: dd030491e0be6b836df1f88e6994be016d87b3d0, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.532 DEBG    eth_call, block_number: 46799, block_hash: 20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, data: e8a3d485, address: dd030491e0be6b836df1f88e6994be016d87b3d0, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.527 DEBG    eth_call, block_number: 46799, block_hash: 20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, data: 79502c55, address: dd030491e0be6b836df1f88e6994be016d87b3d0, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.502 DEBG    eth_call, block_number: 46799, block_hash: 20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, data: a0a8e460, address: dd030491e0be6b836df1f88e6994be016d87b3d0, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.501 INFO    Done processing trigger, gas_used: 45690101461, data_source: Zora721V1, handler: handleFactoryUpgraded, total_ms: 107, transaction: 0x8cab…9218, address: 0xa2c2…8d85, signature: Upgraded(indexed address), sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.498 DEBG    eth_call, block_number: 46799, block_hash: 20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, data: a0a8e460, address: a2c2a96a232113dd4993e8b048eebc3371ae8d85, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.494 DEBG    eth_call, block_number: 46799, block_hash: 20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, data: 686ce435, address: a2c2a96a232113dd4993e8b048eebc3371ae8d85, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.491 DEBG    eth_call, block_number: 46799, block_hash: 20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, data: 4abde729, address: a2c2a96a232113dd4993e8b048eebc3371ae8d85, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.453 DEBG    eth_call, block_number: 46799, block_hash: 20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, data: 5c60da1b, address: a2c2a96a232113dd4993e8b048eebc3371ae8d85, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.447 DEBG    eth_call, block_number: 46799, block_hash: 20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, data: a0a8e460, address: a2c2a96a232113dd4993e8b048eebc3371ae8d85, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.440 INFO    Create data source, params: 0xca7bf48453b72e4e175267127b4ed7eb12f83b93, name: EditionMetadataRenderer, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.440 INFO    Create data source, params: 0x4a0ad3ef9be8095590d854bc8481c9e50922a3c0, name: DropMetadataRenderer, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.437 DEBG    eth_call, block_number: 46799, block_hash: 20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, data: 686ce435, address: a2c2a96a232113dd4993e8b048eebc3371ae8d85, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.429 DEBG    eth_call, block_number: 46799, block_hash: 20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, data: 686ce435, address: a2c2a96a232113dd4993e8b048eebc3371ae8d85, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.425 DEBG    eth_call, block_number: 46799, block_hash: 20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, data: 4abde729, address: a2c2a96a232113dd4993e8b048eebc3371ae8d85, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.394 DEBG    eth_call, block_number: 46799, block_hash: 20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, data: 4abde729, address: a2c2a96a232113dd4993e8b048eebc3371ae8d85, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.392 DEBG    Start processing block, triggers: 2, block_hash: 0x20c2b5cc70e278104c90a370a21b680fb761c0f279d82234b51e53caec6aeb3a, block_number: 46799, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:16.392 DEBG    Processing 2 triggers, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: BlockStream
2024-01-18 18:46:16.386 DEBG    Found 1 relevant block(s), sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: BlockStream
2024-01-18 18:46:15.958 DEBG    Starting block stream, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.934 DEBG    subscribing to chain head updates, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: BlockStream
2024-01-18 18:46:15.934 DEBG    Starting or restarting subgraph, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.771 INFO    Data source count at start: 14, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.735 INFO    Starting subgraph writer, queue_size: 5, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.726 INFO    Successfully resolved subgraph files using IPFS, features: nonFatalErrors, grafting, n_templates: 9, n_data_sources: 8, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.707 INFO    Resolve offchain mapping, link: /ipfs/QmdekYNbWixUgs38QGu8KU8FZFZqL9kFAqLVb94omsMExC, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.704 INFO    Resolve subgraph files using IPFS, n_templates: 9, n_data_sources: 8, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.701 DEBG    Subgraph started, start_ms: 28, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphRegistrar
2024-01-18 18:46:15.693 DEBG    Starting block stream, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.671 INFO    Stopped subgraph, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.671 DEBG    Stopped subgraph writer, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.671 DEBG    subscribing to chain head updates, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: BlockStream
2024-01-18 18:46:15.671 DEBG    Starting or restarting subgraph, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.667 INFO    Applying 17 entity operation(s), block_hash: 0x4659877a1f0f649f9a5090f30bd918e412869dbc92e31acf9806c431e562005b, block_number: 45421, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.667 DEBG    Entity cache statistics, evict_time_ms: 0, accesses: 0, hit_rate: 100%, stale_update: false, evicted_count: 0, count: 17, evicted_weight: 0, weight: 13247, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.657 DEBG    Persisting data_source, address: 6261666b72656967753534346736776a76716379737572707a79357063736b6274343561356633336d3677677974687067623372667169336c7a69, name: MetadataInfo, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.657 DEBG    Creating 1 dynamic data source(s), sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.631 WARN    no runtime host created, there is already a runtime host instantiated for this data source, address: 6261666b72656967753534346736776a76716379737572707a79357063736b6274343561356633336d3677677974687067623372667169336c7a69, name: MetadataInfo, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.630 INFO    Done processing trigger, gas_used: 270067097, data_source: ZoraCreator1155Impl, handler: handleUpdatedPermissions, total_ms: 1, transaction: 0x383d…088a, address: 0xa840…3234, signature: UpdatedPermissions(indexed uint256,indexed address,indexed uint256), block_hash: 0x4659877a1f0f649f9a5090f30bd918e412869dbc92e31acf9806c431e562005b, block_number: 45421, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.629 INFO    Done processing trigger, gas_used: 5351278103, data_source: ZoraCreator1155Impl, handler: handleSetupNewToken, total_ms: 5, transaction: 0x383d…088a, address: 0xa840…3234, signature: SetupNewToken(indexed uint256,indexed address,string,uint256), block_hash: 0x4659877a1f0f649f9a5090f30bd918e412869dbc92e31acf9806c431e562005b, block_number: 45421, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.628 INFO    Create data source, params: bafkreigu544g6wjvqcysurpzy5pcskbt45a5f33m6wgythpgb3rfqi3lzi, name: MetadataInfo, block_hash: 0x4659877a1f0f649f9a5090f30bd918e412869dbc92e31acf9806c431e562005b, block_number: 45421, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.624 DEBG    eth_call, block_number: 45421, block_hash: 4659877a1f0f649f9a5090f30bd918e412869dbc92e31acf9806c431e562005b, data: 0e89341c0000000000000000000000000000000000000000000000000000000000000001, address: a84000990c5aee5c65f967fcabfb2de0cdda3234, block_hash: 0x4659877a1f0f649f9a5090f30bd918e412869dbc92e31acf9806c431e562005b, block_number: 45421, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.623 INFO    Done processing trigger, gas_used: 5435822442, data_source: ZoraCreator1155Impl, handler: handleURI, total_ms: 5, transaction: 0x383d…088a, address: 0xa840…3234, signature: URI(string,indexed uint256), block_hash: 0x4659877a1f0f649f9a5090f30bd918e412869dbc92e31acf9806c431e562005b, block_number: 45421, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.622 INFO    Create data source, params: bafkreigu544g6wjvqcysurpzy5pcskbt45a5f33m6wgythpgb3rfqi3lzi, name: MetadataInfo, block_hash: 0x4659877a1f0f649f9a5090f30bd918e412869dbc92e31acf9806c431e562005b, block_number: 45421, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.618 DEBG    eth_call, block_number: 45421, block_hash: 4659877a1f0f649f9a5090f30bd918e412869dbc92e31acf9806c431e562005b, data: 0e89341c0000000000000000000000000000000000000000000000000000000000000001, address: a84000990c5aee5c65f967fcabfb2de0cdda3234, block_hash: 0x4659877a1f0f649f9a5090f30bd918e412869dbc92e31acf9806c431e562005b, block_number: 45421, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.617 INFO    Done processing trigger, gas_used: 252624536, data_source: ZoraCreator1155Impl, handler: handleUpdatedPermissions, total_ms: 3, transaction: 0x383d…088a, address: 0xa840…3234, signature: UpdatedPermissions(indexed uint256,indexed address,indexed uint256), block_hash: 0x4659877a1f0f649f9a5090f30bd918e412869dbc92e31acf9806c431e562005b, block_number: 45421, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.614 INFO    Done processing trigger, gas_used: 307800845, data_source: ZoraCreator1155Impl, handler: handleUpdatedToken, total_ms: 4, transaction: 0x383d…088a, address: 0xa840…3234, signature: UpdatedToken(indexed address,indexed uint256,(string,uint256,uint256)), block_hash: 0x4659877a1f0f649f9a5090f30bd918e412869dbc92e31acf9806c431e562005b, block_number: 45421, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.610 INFO    Done processing trigger, gas_used: 251152831, data_source: ZoraCreator1155Impl, handler: handleUpdatedPermissions, total_ms: 3, transaction: 0x383d…088a, address: 0xa840…3234, signature: UpdatedPermissions(indexed uint256,indexed address,indexed uint256), block_hash: 0x4659877a1f0f649f9a5090f30bd918e412869dbc92e31acf9806c431e562005b, block_number: 45421, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.606 INFO    Done processing trigger, gas_used: 259842522, data_source: ZoraCreator1155Impl, handler: handleOwnershipTransferred, total_ms: 1, transaction: 0x383d…088a, address: 0xa840…3234, signature: OwnershipTransferred(address,address), block_hash: 0x4659877a1f0f649f9a5090f30bd918e412869dbc92e31acf9806c431e562005b, block_number: 45421, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.604 INFO    Done processing trigger, gas_used: 176871672, data_source: ZoraCreator1155Impl, handler: handleUpdatedRoyalties, total_ms: 0, transaction: 0x383d…088a, address: 0xa840…3234, signature: UpdatedRoyalties(indexed uint256,indexed address,(uint32,uint32,address)), block_hash: 0x4659877a1f0f649f9a5090f30bd918e412869dbc92e31acf9806c431e562005b, block_number: 45421, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.603 INFO    Done processing trigger, gas_used: 307919159, data_source: ZoraCreator1155Impl, handler: handleUpdatedToken, total_ms: 4, transaction: 0x383d…088a, address: 0xa840…3234, signature: UpdatedToken(indexed address,indexed uint256,(string,uint256,uint256)), block_hash: 0x4659877a1f0f649f9a5090f30bd918e412869dbc92e31acf9806c431e562005b, block_number: 45421, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.598 INFO    Done processing trigger, gas_used: 251152831, data_source: ZoraCreator1155Impl, handler: handleUpdatedPermissions, total_ms: 5, transaction: 0x383d…088a, address: 0xa840…3234, signature: UpdatedPermissions(indexed uint256,indexed address,indexed uint256), block_hash: 0x4659877a1f0f649f9a5090f30bd918e412869dbc92e31acf9806c431e562005b, block_number: 45421, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.593 INFO    Done processing trigger, gas_used: 10211207453, data_source: ZoraCreator1155Impl, handler: handleUpgraded, total_ms: 33, transaction: 0x383d…088a, address: 0xa840…3234, signature: Upgraded(indexed address), block_hash: 0x4659877a1f0f649f9a5090f30bd918e412869dbc92e31acf9806c431e562005b, block_number: 45421, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.588 DEBG    eth_call, block_number: 45421, block_hash: 4659877a1f0f649f9a5090f30bd918e412869dbc92e31acf9806c431e562005b, data: a0a8e460, address: a84000990c5aee5c65f967fcabfb2de0cdda3234, block_hash: 0x4659877a1f0f649f9a5090f30bd918e412869dbc92e31acf9806c431e562005b, block_number: 45421, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.583 DEBG    eth_call, block_number: 45421, block_hash: 4659877a1f0f649f9a5090f30bd918e412869dbc92e31acf9806c431e562005b, data: 13966db5, address: a84000990c5aee5c65f967fcabfb2de0cdda3234, block_hash: 0x4659877a1f0f649f9a5090f30bd918e412869dbc92e31acf9806c431e562005b, block_number: 45421, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.577 DEBG    Processing 2 triggers, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: BlockStream
2024-01-18 18:46:15.570 DEBG    Found 1 relevant block(s), sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: BlockStream
2024-01-18 18:46:15.559 DEBG    Persisting data_source, address: a84000990c5aee5c65f967fcabfb2de0cdda3234, name: ZoraCreator1155Impl, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.559 DEBG    Persisting data_source, address: 6261667962656963676f6c7771706f7a73633769776779746176657465353661326e6e79747a6978326e623272786566647662747777746e6e6f652f6d65746164617461, name: MetadataInfo, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.559 DEBG    Persisting data_source, address: d92f69d5581bf9536c77550aea1d74ddae88b5b7, name: ZoraCreatorRedeemMinterFactory, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.559 DEBG    Persisting data_source, address: 695c9a141748d308d26bd4f8e9f9a5df5f0623f8, name: ZoraCreatorMerkleMinterStrategy, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.558 INFO    11 triggers found in this block for the new data sources, block_hash: 0x4659877a1f0f649f9a5090f30bd918e412869dbc92e31acf9806c431e562005b, block_number: 45421, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.558 DEBG    Persisting data_source, address: 169d9147dfc9409afa4e558df2c9abeebc020182, name: ZoraCreatorFixedPriceSaleStrategy, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.558 DEBG    Creating 5 dynamic data source(s), sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.552 DEBG    Found 1 relevant block(s), block_hash: 0x4659877a1f0f649f9a5090f30bd918e412869dbc92e31acf9806c431e562005b, block_number: 45421, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.435 WARN    no runtime host created, there is already a runtime host instantiated for this data source, address: 6261667962656963676f6c7771706f7a73633769776779746176657465353661326e6e79747a6978326e623272786566647662747777746e6e6f652f6d65746164617461, name: MetadataInfo, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.424 WARN    no runtime host created, there is already a runtime host instantiated for this data source, address: d92f69d5581bf9536c77550aea1d74ddae88b5b7, name: ZoraCreatorRedeemMinterFactory, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.423 WARN    no runtime host created, there is already a runtime host instantiated for this data source, address: 695c9a141748d308d26bd4f8e9f9a5df5f0623f8, name: ZoraCreatorMerkleMinterStrategy, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.423 WARN    no runtime host created, there is already a runtime host instantiated for this data source, address: 169d9147dfc9409afa4e558df2c9abeebc020182, name: ZoraCreatorFixedPriceSaleStrategy, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.383 INFO    Done processing trigger, gas_used: 15572136687, data_source: ZoraNFTCreatorFactory1155V1, handler: handleNewContractCreated, total_ms: 13, transaction: 0x383d…088a, address: 0x35ca…a95e, signature: SetupNewContract(indexed address,indexed address,indexed address,string,string,(uint32,uint32,address)), sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.383 INFO    Create data source, params: 0xa84000990c5aee5c65f967fcabfb2de0cdda3234, name: ZoraCreator1155Impl, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.382 INFO    Create data source, params: bafybeicgolwqpozsc7iwgytavete56a2nnytzix2nb2rxefdvbtwwtnnoe/metadata, name: MetadataInfo, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.378 DEBG    eth_call, block_number: 45421, block_hash: 4659877a1f0f649f9a5090f30bd918e412869dbc92e31acf9806c431e562005b, data: e8a3d485, address: a84000990c5aee5c65f967fcabfb2de0cdda3234, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.374 DEBG    eth_call, block_number: 45421, block_hash: 4659877a1f0f649f9a5090f30bd918e412869dbc92e31acf9806c431e562005b, data: a0a8e460, address: a84000990c5aee5c65f967fcabfb2de0cdda3234, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.370 INFO    Create data source, params: bafybeicgolwqpozsc7iwgytavete56a2nnytzix2nb2rxefdvbtwwtnnoe/metadata, name: MetadataInfo, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.370 DEBG    eth_call, block_number: 45421, block_hash: 4659877a1f0f649f9a5090f30bd918e412869dbc92e31acf9806c431e562005b, data: 13966db5, address: a84000990c5aee5c65f967fcabfb2de0cdda3234, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.369 INFO    Done processing trigger, gas_used: 45537978092, data_source: ZoraNFTCreatorFactory1155V1, handler: handle1155FactoryUpgraded, total_ms: 54, transaction: 0x93cb…bf98, address: 0x35ca…a95e, signature: Upgraded(indexed address), sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.364 DEBG    eth_call, block_number: 45421, block_hash: 4659877a1f0f649f9a5090f30bd918e412869dbc92e31acf9806c431e562005b, data: a0a8e460, address: 35ca784918bf11692708c1d530691704aacea95e, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.360 DEBG    eth_call, block_number: 45421, block_hash: 4659877a1f0f649f9a5090f30bd918e412869dbc92e31acf9806c431e562005b, data: 961bbb7b, address: 35ca784918bf11692708c1d530691704aacea95e, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.356 INFO    Contract call reverted, reason: execution reverted, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.356 DEBG    eth_call, block_number: 45421, block_hash: 4659877a1f0f649f9a5090f30bd918e412869dbc92e31acf9806c431e562005b, data: 70369613, address: 35ca784918bf11692708c1d530691704aacea95e, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.332 DEBG    eth_call, block_number: 45421, block_hash: 4659877a1f0f649f9a5090f30bd918e412869dbc92e31acf9806c431e562005b, data: 786d90db, address: 35ca784918bf11692708c1d530691704aacea95e, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.328 INFO    Create data source, params: 0xd92f69d5581bf9536c77550aea1d74ddae88b5b7, name: ZoraCreatorRedeemMinterFactory, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.328 DEBG    eth_call, block_number: 45421, block_hash: 4659877a1f0f649f9a5090f30bd918e412869dbc92e31acf9806c431e562005b, data: a0a8e460, address: 35ca784918bf11692708c1d530691704aacea95e, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.325 INFO    Create data source, params: 0x695c9a141748d308d26bd4f8e9f9a5df5f0623f8, name: ZoraCreatorMerkleMinterStrategy, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.325 DEBG    eth_call, block_number: 45421, block_hash: 4659877a1f0f649f9a5090f30bd918e412869dbc92e31acf9806c431e562005b, data: e1e78e5e, address: 35ca784918bf11692708c1d530691704aacea95e, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager
2024-01-18 18:46:15.321 INFO    Create data source, params: 0x169d9147dfc9409afa4e558df2c9abeebc020182, name: ZoraCreatorFixedPriceSaleStrategy, sgd: 3951, subgraph_id: QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9, component: SubgraphInstanceManager

IPFS hash

QmNu5CDBsUgf2Zg2prYfk9zsu7wo1AwRyUbHqkJbZ7Hdj9

Subgraph name or link to explorer

No response

Some information to help us out

OS information

None

github-actions[bot] commented 2 months ago

Looks like this issue has been open for 6 months with no activity. Is it still relevant? If not, please remember to close it.