From d126b4794eef2d1a96cd6f3d93d9ec5fc7ed979b Mon Sep 17 00:00:00 2001 From: BokkyPooBah Date: Sun, 17 Dec 2023 12:44:41 +1100 Subject: [PATCH] wip --- docs/index.html | 132 +++++++++++++++++++++++++----------------------- 1 file changed, 70 insertions(+), 62 deletions(-) diff --git a/docs/index.html b/docs/index.html index 0a665b6..2239191 100644 --- a/docs/index.html +++ b/docs/index.html @@ -360,7 +360,69 @@ - + + + +

Welcome

+ + + + + + + + + +
+
+ + + + + + + + @@ -393,61 +455,6 @@ - - - -

Welcome

- - - - - - - - - -
-
null ], }); - const owners = {}; - const contracts = {}; - const spenders = {}; + // const owners = {}; + // const contracts = {}; + // const spenders = {}; const approvals = []; for (const log of approvalLogs) { - if (!(log.address in contracts)) { - contracts[log.address] = true; - } + // if (!(log.address in contracts)) { + // contracts[log.address] = true; + // } const topic0 = log.topics[0]; const eventName = topic0 == '0x17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31' ? 'ApprovalForAll': 'Approval'; let owner = null; @@ -2203,6 +2210,7 @@

Something Something

--> approvals.push({ blockNumber: log.blockNumber, txIndex: log.transactionIndex, + txHash: log.transactionHash, logIndex: log.logIndex, contract: log.address, eventName,