AuctionHouse

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0x7fcaf484 at 11320381
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5 additional slots

No balances found for "AuctionHouse"

No transactions found for "AuctionHouse"


Functions
Getter at block 23900998
MIN_TOKEN_MINT_GAS_THRESHOLD(view returns (uint32)
500000
WETH(view returns (address)
0x0000000000000000000000000000000000000000
auction(view returns (uint256 tokenIduint256 amountuint256 startTimeuint256 endTimeaddress bidderaddress referralbool settled)
(tokenId=0, amount=0, startTime=0, endTime=0, bidder=0x0000000000000000000000000000000000000000, referral=0x0000000000000000000000000000000000000000, settled=false)
contractVersion(pure returns (string)
0.4.6
creatorRateBps(view returns (uint256)
0
duration(view returns (uint256)
0
entropyRateBps(view returns (uint256)
0
grantsAddress(view returns (address)
0x0000000000000000000000000000000000000000
grantsRateBps(view returns (uint256)
0
manager(view returns (address)
0x4d09b3c6c1b8455e1e863da672581a2bbd5ead12
minBidIncrementPercentage(view returns (uint8)
0
minCreatorRateBps(view returns (uint256)
0
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
reservePrice(view returns (uint256)
0
revolutionPointsEmitter(view returns (address)
0x0000000000000000000000000000000000000000
revolutionToken(view returns (address)
0x0000000000000000000000000000000000000000
timeBuffer(view returns (uint256)
0
Read-only
auctions(uint256view returns (uint256 amountaddress winneruint256 amountPaidToOwneruint256 settledBlockWad)
computePurchaseRewards(uint256 paymentAmountWeipure returns (struct IRewardSplitsRewardsSettingsuint256)
computeTotalReward(uint256 paymentAmountWeipure returns (uint256)
getPastAuction(uint256 tokenIdview returns (struct IAuctionHouseAuctionHistory)
manifestos(uint256view returns (address memberstring speech)
State-modifying
createBid(uint256 tokenIdaddress bidderaddress referralpayable 
initialize(address _revolutionTokenaddress _revolutionPointsEmitteraddress _initialOwneraddress _wethstruct IRevolutionBuilderAuctionParams _auctionParams
pause(
renounceOwnership(
setCreatorRateBps(uint256 _creatorRateBps
setEntropyRateBps(uint256 _entropyRateBps
setGrantsAddress(address _grantsAddress
setGrantsRateBps(uint256 _grantsRateBps
setMinBidIncrementPercentage(uint8 _minBidIncrementPercentage
setMinCreatorRateBps(uint256 _minCreatorRateBps
setReservePrice(uint256 _reservePrice
setTimeBuffer(uint256 _timeBuffer
settleAuction(
settleCurrentAndCreateNewAuction(
transferOwnership(address newOwner
unpause(
updateManifesto(uint256 tokenIdstring newSpeech
upgradeTo(address _newImpl
upgradeToAndCall(address _newImplbytes _datapayable 
Events
AuctionBid(uint256 indexed tokenIdaddress bidderaddress senderuint256 valuebool extended
AuctionCreated(uint256 indexed tokenIduint256 startTimeuint256 endTime
AuctionExtended(uint256 indexed tokenIduint256 endTime
AuctionMinBidIncrementPercentageUpdated(uint256 minBidIncrementPercentage
AuctionReservePriceUpdated(uint256 reservePrice
AuctionSettled(uint256 indexed tokenIdaddress winneruint256 amountuint256 pointsPaidToCreatorsuint256 ethPaidToCreators
AuctionTimeBufferUpdated(uint256 timeBuffer
CreatorRateBpsUpdated(uint256 rateBps
EntropyRateBpsUpdated(uint256 rateBps
GrantsAddressUpdated(address grants
GrantsRateBpsUpdated(uint256 rateBps
Initialized(uint64 version
ManifestoUpdated(uint256 indexed tokenIdaddress memberstring speech
MinCreatorRateBpsUpdated(uint256 rateBps
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Unpaused(address account
Upgraded(address impl
Constructor
constructor(address _manageraddress _protocolRewardsaddress _protocolFeeRecipient
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ADDRESS_ZERO(
AUCTION_ALREADY_IN_PROGRESS(
AUCTION_ALREADY_SETTLED(
AUCTION_EXPIRED(
AUCTION_NOT_BEGUN(
AUCTION_NOT_COMPLETED(
AddressEmptyCode(address target
BELOW_RESERVE_PRICE(
BID_TOO_LOW(
CREATOR_RATE_TOO_LOW(
EnforcedPause(
ExpectedPause(
FailedInnerCall(
INSUFFICIENT_GAS_FOR_AUCTION(
INVALID_BPS(
INVALID_TOKEN_ID(
INVALID_UPGRADE(address impl
InvalidInitialization(
MANIFESTO_TOO_LONG(
MIN_CREATOR_RATE_ABOVE_CREATOR_RATE(
MIN_CREATOR_RATE_NOT_INCREASED(
NOT_INITIAL_TOKEN_OWNER(
NOT_MANAGER(
NotInitializing(
ONLY_CALL(
ONLY_DELEGATECALL(
ONLY_PROXY(
ONLY_UUPS(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
QUORUM_NOT_MET(
RESERVE_PRICE_INVALID(
ReentrancyGuardReentrantCall(
UNSUPPORTED_UUID(