Skip to content

Instantly share code, notes, and snippets.

@bogdan
Created April 3, 2023 13:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bogdan/e313ebb54489ae3a1e770bfcfd4fc83f to your computer and use it in GitHub Desktop.
Save bogdan/e313ebb54489ae3a1e770bfcfd4fc83f to your computer and use it in GitHub Desktop.
Timing is on.
operation | count | timing | avg_gas_used | min_gas_used | max_gas_used | avg_gas_price | avg_usd_used | total_gas | total_tokens | total_usd | ?column?
-------------------------+-------+--------+--------------+--------------+--------------+---------------+--------------------+------------+--------------+-----------+----------
MintDomain | 2702 | 4.37 | 481036 | 232690 | 1177376 | 225 | 0.203324513204519 | 1299758486 | 293 | 551 | 1
TransferDomain | 5717 | 3.60 | 127635 | 500 | 178472 | 196 | 0.04698554884579 | 729688402 | 144 | 271 | 1
BulkIssue | 162 | 5.94 | 3007726 | 127040 | 3399433 | 184 | 1.04091075640384 | 487251606 | 90 | 170 | 1
ResolverRecordsUpdate | 969 | 3.37 | 195873 | 89795 | 1205305 | 199 | 0.0733103458544354 | 189800578 | 37 | 70 | 1
SetReverseResolution | 277 | 3.43 | 128258 | 69468 | 154616 | 245 | 0.059003544174839 | 35527405 | 9 | 16 | 1
DotCoinReturn | 36 | 7.02 | 382567 | 139433 | 2214487 | 134 | 0.0967005421903505 | 13772403 | 2 | 3 | 1
TxpAccountFunding | 92 | 3.56 | 100082 | 26250 | 339267 | 230 | 0.0432992558266162 | 9207560 | 2 | 5 | 1
ApprovalForAll | 21 | 3.48 | 108440 | 92647 | 114752 | 125 | 0.0255658768104135 | 2277247 | 0 | 1 | 1
WithdrawToEthereum | 11 | 2.92 | 131184 | 120283 | 147556 | 197 | 0.0486818157618843 | 1443027 | 0 | 1 | 1
RemoveReverseResolution | 6 | 2.97 | 83065 | 68502 | 90391 | 226 | 0.0352432765507778 | 498391 | 0 | 0 | 1
VestUserAccount | 7 | 3.00 | 50 | 50 | 50 | 2 | 1.88e-07 | 350 | 0 | 0 | 1
(11 rows)
Time: 2591.535 ms (00:02.592)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment