AuctionHouse
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
18
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5 additional slots
Balances ($0.00)
No balances found for "AuctionHouse"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "AuctionHouse"
ABI
ABI objects
Getter at block 23900998
MIN_TOKEN_MINT_GAS_THRESHOLD() view returns (uint32)
500000
WETH() view returns (address)
0x0000000000000000000000000000000000000000
auction() view returns (uint256 tokenId, uint256 amount, uint256 startTime, uint256 endTime, address bidder, address referral, bool 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(uint256) view returns (uint256 amount, address winner, uint256 amountPaidToOwner, uint256 settledBlockWad)
computePurchaseRewards(uint256 paymentAmountWei) pure returns (struct IRewardSplitsRewardsSettings, uint256)
computeTotalReward(uint256 paymentAmountWei) pure returns (uint256)
getPastAuction(uint256 tokenId) view returns (struct IAuctionHouseAuctionHistory)
manifestos(uint256) view returns (address member, string speech)
State-modifying
Events createBid(uint256 tokenId, address bidder, address referral) payable
initialize(address _revolutionToken, address _revolutionPointsEmitter, address _initialOwner, address _weth, struct 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 tokenId, string newSpeech)
upgradeTo(address _newImpl)
upgradeToAndCall(address _newImpl, bytes _data) payable
AuctionBid(uint256 indexed tokenId, address bidder, address sender, uint256 value, bool extended)
AuctionCreated(uint256 indexed tokenId, uint256 startTime, uint256 endTime)
AuctionExtended(uint256 indexed tokenId, uint256 endTime)
AuctionMinBidIncrementPercentageUpdated(uint256 minBidIncrementPercentage)
AuctionReservePriceUpdated(uint256 reservePrice)
AuctionSettled(uint256 indexed tokenId, address winner, uint256 amount, uint256 pointsPaidToCreators, uint256 ethPaidToCreators)
AuctionTimeBufferUpdated(uint256 timeBuffer)
CreatorRateBpsUpdated(uint256 rateBps)
EntropyRateBpsUpdated(uint256 rateBps)
GrantsAddressUpdated(address grants)
GrantsRateBpsUpdated(uint256 rateBps)
Initialized(uint64 version)
ManifestoUpdated(uint256 indexed tokenId, address member, string speech)
MinCreatorRateBpsUpdated(uint256 rateBps)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
Upgraded(address impl)
constructor(address _manager, address _protocolRewards, address _protocolFeeRecipient)
This contract contains no fallback and receive objects.
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()