Skip to content

Dune Analytics / Google BigQuery SQL Queries for OpenMEV/Sushi Relay

License

Notifications You must be signed in to change notification settings

manifoldfinance/metrics

metrics

Dune Analytics / Google BigQuery SQL Queries for OpenMEV/Sushi Relay

https://dune.xyz/manifold/Manifold-Finance

Arb Volume

https://dune.xyz/embeds/17821/36015/52b2257a-31b2-493e-be35-373313c1a39c

Anatomy of a Gas Rebate

Assumptions

maxPriorityFeePerGas= 2.5 Gwei

See Appendix 1 for how this is calculated

  maxPriorityFeePerGas = BigNumber.from("2500000000");
  • Miner Bribe = maxPriorityFeePerGas * 1.00175

  • Miner Fees: (original transaction gas fee) + [ Miner Tip (bribe) ]

  • User Eligible Rebate: (original transaction gas fee / 80% Confidence Gas Level )

  • Sushi Payouts = [ Miner Tip (bribe) ] + [User Eligible Rebate]

  • Gas Rebate Normalized Total Cost:

  • maxPrice
    Highest priced transaction in the mempool

  • currentBlockNumber
    Block number at the time of prediction

  • msSinceLastBlock
    Milliseconds since the last block was mined relative to when data was computed

  • blockNumber
    Block this prediction is for

  • baseFeePerGas
    Base fee per gas for current block in gwei. (Only type2 transactions Post EIP-1559 have this value and it's burned by the network upon transaction success).

  • estimatedTransactionCount
    Number of items we estimate will be included in next block based on mempool snapshot

  • confidence
    0-99 likelihood the next block will contain a transaction with a gas price >= to the listed price.

SushiSwap

{ 
  "contractCall.methodName": [ 
            "swapETHForExactTokens", 
            "swapExactETHForTokens", 
            "swapExactETHForTokensSupportingFeeOnTransferTokens",
            "swapExactTokensForETH", 
            "swapExactTokensForETHSupportingFeeOnTransferTokens",
            "swapExactTokensForTokens", 
            "swapExactTokensForTokensSupportingFeeOnTransferTokens", 
            "swapTokensForExactETH",
            "swapTokensForExactTokens"
  ] 
}

Appendix 1

[see hackmd]

About

Dune Analytics / Google BigQuery SQL Queries for OpenMEV/Sushi Relay

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published