Skip to content

Commit

Permalink
AH2: add auction and prices to interface
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrai committed Oct 5, 2023
1 parent 8553c80 commit f677583
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,9 @@ interface INounsAuctionHouseV2 {

function setMinBidIncrementPercentage(uint8 minBidIncrementPercentage) external;

function auction() external view returns (AuctionV2 memory);

function prices(uint256 auctionCount) external view returns (Settlement[] memory settlements);

function warmUpSettlementState(uint256[] calldata nounIds) external;
}

0 comments on commit f677583

Please sign in to comment.