Tracks all transactions calling the mintFromSale
function to the Tubby Cats contract. Only uses direct gas paid for calculations.
- Pull all blocks + transactions between
14263497
and14263538
,index.js
, output:blocks.json
- Pull all transaction receipts by hash, input:
hashes.json
, output:receipts.json
, process:receipts.js
- Analyze transactions for statistics and output cleaned data, output:
final.json
, process:analyze.js
# Install dependencies
npm install
# Call files
node index.js
node receipts.js
node analyze.js