diff --git a/404.html b/404.html index d09cb30..55af3f8 100644 --- a/404.html +++ b/404.html @@ -49,7 +49,7 @@ - + @@ -2470,8 +2470,6 @@
Inherits: -ERC6909, Ownable2Step
+Inherits: ERC6909, Ownable2Step
Implements an auction mechanism for selling block space.
Bid function for bidders to submit manual bids.
-function bid(uint256 slot, uint256[] memory packedBids) external;
+
-Parameters
+Parameters
@@ -2594,9 +2593,9 @@ bid¶<
getBidderInfo¶
Retrieve information about a bidder after auction settlement.
-function getBidderInfo(uint256 slot, address bidder) external view returns (uint120 itemsBought, uint128 amountOwed);
+function getBidderInfo(uint256 slot, address bidder) external view returns (uint120 itemsBought, uint128 amountOwed);
-Parameters
+Parameters