Skip to main content

BlastAuctionHouse

Git Source

Inherits: AuctionHouse

State Variables

_BLAST

Blast contract for claiming gas fees

IBlast internal immutable _BLAST;

_WETH

Address of the WETH contract on Blast

IERC20Rebasing internal immutable _WETH;

_USDB

Address of the USDB contract on Blast

IERC20Rebasing internal immutable _USDB;

Functions

constructor

constructor(address blast_, address weth_, address usdb_);

claimYieldAndGas

function claimYieldAndGas() external;

claimModuleGas

function claimModuleGas(Veecode reference_) external;