blobBaseFee
view
Column | Type | Required |
---|---|---|
|
|
|
Examples
SELECT * FROM blobBaseFee
Microsoft Excel
-
In the Excel Data tab, choose Get Data > From Other Source > Blank Query (or New Query > From Other Source > Blank Query for older versions of Excel).
-
In the Power Query Editor formula bar, enter:
=Odbc.Query("dsn=Ethereum", "SELECT * FROM blobBaseFee")
replace
Ethereum
with the name of your Easysoft ODBC-Ethereum Driver data source. -
Press the tick button.
-
In the Query Settings > Properties > Name field, enter:
blobBaseFee
-
Choose Close and Load.
-
Optionally, to convert the hexadecimal value to Gwei, enter the following formula in another cell:
=HEX2DEC(RIGHT(blobBaseFee,(LEN(blobBaseFee)-2)))/10^9