Auction

Verified contract

Implementation

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

No balances found for "Auction"

No transactions found for "Auction"


Functions
Getter at block 22012480
REWARDS_REASON(view returns (bytes4)
0x0b411de6
auction(view returns (uint256 tokenIduint256 highestBidaddress highestBidderuint40 startTimeuint40 endTimebool settled)
(tokenId=0, highestBid=0, highestBidder=0x0000000000000000000000000000000000000000, startTime=0, endTime=0, settled=false)
builderRewardsBPS(view returns (uint16)
250
contractVersion(pure returns (string)
2.0.0
currentBidReferral(view returns (address)
0x0000000000000000000000000000000000000000
duration(view returns (uint256)
0
founderReward(view returns (address recipientuint16 percentBps)
(recipient=0x0000000000000000000000000000000000000000, percentBps=0)
minBidIncrement(view returns (uint256)
0
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
referralRewardsBPS(view returns (uint16)
250
reservePrice(view returns (uint256)
0
timeBuffer(view returns (uint256)
0
token(view returns (address)
0x0000000000000000000000000000000000000000
treasury(view returns (address)
0x0000000000000000000000000000000000000000
Read-only

This contract contains no read-only function objects.

State-modifying
acceptOwnership(
cancelOwnershipTransfer(
createBid(uint256 _tokenIdpayable 
createBidWithReferral(uint256 _tokenIdaddress _referralpayable 
initialize(address _tokenaddress _founderaddress _treasuryuint256 _durationuint256 _reservePriceaddress _founderRewardRecipientuint16 _founderRewardBps
pause(
safeTransferOwnership(address _newOwner
setDuration(uint256 _duration
setFounderReward(struct AuctionTypesV2FounderReward reward
setMinimumBidIncrement(uint256 _percentage
setReservePrice(uint256 _reservePrice
setTimeBuffer(uint256 _timeBuffer
settleAuction(
settleCurrentAndCreateNewAuction(
transferOwnership(address _newOwner
unpause(
upgradeTo(address _newImpl
upgradeToAndCall(address _newImplbytes _datapayable 
Events
AuctionBid(uint256 tokenIdaddress bidderuint256 amountbool extendeduint256 endTime
AuctionCreated(uint256 tokenIduint256 startTimeuint256 endTime
AuctionSettled(uint256 tokenIdaddress winneruint256 amount
DurationUpdated(uint256 duration
FounderRewardUpdated(struct AuctionTypesV2FounderReward reward
Initialized(uint256 version
MinBidIncrementPercentageUpdated(uint256 minBidIncrementPercentage
OwnerCanceled(address indexed owneraddress indexed canceledOwner
OwnerPending(address indexed owneraddress indexed pendingOwner
OwnerUpdated(address indexed prevOwneraddress indexed newOwner
Paused(address user
ReservePriceUpdated(uint256 reservePrice
TimeBufferUpdated(uint256 timeBuffer
Unpaused(address user
Upgraded(address impl
Constructor
constructor(address _manageraddress _rewardsManageraddress _wethuint16 _builderRewardsBPSuint16 _referralRewardsBPS
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ADDRESS_ZERO(
ALREADY_INITIALIZED(
AUCTION_ACTIVE(
AUCTION_CREATE_FAILED_TO_LAUNCH(
AUCTION_NOT_STARTED(
AUCTION_OVER(
AUCTION_SETTLED(
CANNOT_CREATE_AUCTION(
DELEGATE_CALL_FAILED(
FAILING_WETH_TRANSFER(
INITIALIZING(
INSOLVENT(
INVALID_REWARDS_BPS(
INVALID_REWARDS_RECIPIENT(
INVALID_REWARD_TOTAL(
INVALID_TARGET(
INVALID_TOKEN_ID(
INVALID_UPGRADE(address impl
MINIMUM_BID_NOT_MET(
MIN_BID_INCREMENT_1_PERCENT(
NOT_INITIALIZING(
ONLY_CALL(
ONLY_DELEGATECALL(
ONLY_MANAGER(
ONLY_OWNER(
ONLY_PENDING_OWNER(
ONLY_PROXY(
ONLY_UUPS(
PAUSED(
REENTRANCY(
RESERVE_PRICE_NOT_MET(
UNPAUSED(
UNSAFE_CAST(
UNSUPPORTED_UUID(