0x0d2790f4831bdfd6a8fd21c6f591bb69496b5e91
Verified contract
Proxy
Active on
Base with 3,318 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0x10a5…38bf
-
variable spans 2 additional slots
Balances ($4.20)
Native
Value
$2.51
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.001 | $2,511.80 |
$2.51 | |
toby | ERC-20 | 29.577464M | $0.00 |
$0.92 | |
$SHAKA | ERC-20 | 1.787019K | $0.000429 |
$0.77 | |
USA | ERC-20 | 1 | $0.001594 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
GUAC | ERC-20 | 1.746773K | -- | -- | |
BASED | ERC-721 | 1 | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- | |
BNOUN | ERC-721 | 1 | -- | -- | |
BNOUN | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21841019 | 4 hours ago | | | 0.001 | 6.5017160e-7 | |
| 21833414 | 8 hours ago | | | 0 | 0.0000011554547 | |
| 21829366 | 10 hours ago | | | 0.00121 | 3.1736126e-7 | |
| 21810928 | 21 hours ago | | | 0.0011 | 3.1623910e-7 | |
| 21790804 | a day ago | | | 0.001 | 3.1503160e-7 | |
| 21788989 | a day ago | | | 0 | 0.0000013279555 | |
| 21787521 | a day ago | | | 0.0028 | 2.6422933e-7 | |
| 21781647 | 2 days ago | | | 0.00231 | 2.6858847e-7 | |
| 21756176 | 2 days ago | | | 0.0021 | 2.6503186e-7 | |
| 21746414 | 2 days ago | | | 0.001 | 3.7630357e-7 |
ABI
ABI objects
Getter at block 21848223 proxiableUUID() view returns (bytes32)
REWARDS_REASON() view returns (bytes4)
0x0b411de6
auction() view returns (uint256 tokenId, uint256 highestBid, address highestBidder, uint40 startTime, uint40 endTime, bool settled)
(tokenId=464, highestBid=1000000000000000, highestBidder=0x2136f3cb915f22956ee315f3000643493337c96e, startTime=1730456175, endTime=1730542575, settled=false)
builderRewardsBPS() view returns (uint16)
250
contractVersion() pure returns (string)
2.0.0
currentBidReferral() view returns (address)
0x0000000000000000000000000000000000000000
duration() view returns (uint256)
86400
founderReward() view returns (address recipient, uint16 percentBps)
(recipient=0x0000000000000000000000000000000000000000, percentBps=0)
minBidIncrement() view returns (uint256)
10
owner() view returns (address)
0x7ccc1928c82ad5fb86f072d104a46a8377886aa6
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
referralRewardsBPS() view returns (uint16)
250
reservePrice() view returns (uint256)
800000000000000
timeBuffer() view returns (uint256)
300
token() view returns (address)
0x10a5676ec8ae3d6b1f36a6f1a1526136ba7938bf
treasury() view returns (address)
0x7ccc1928c82ad5fb86f072d104a46a8377886aa6
Read-only
This contract contains no read-only function objects.
State-modifying
Events acceptOwnership()
cancelOwnershipTransfer()
createBid(uint256 _tokenId) payable
createBidWithReferral(uint256 _tokenId, address _referral) payable
initialize(address _token, address _founder, address _treasury, uint256 _duration, uint256 _reservePrice, address _founderRewardRecipient, uint16 _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 _newImpl, bytes _data) payable
AuctionBid(uint256 tokenId, address bidder, uint256 amount, bool extended, uint256 endTime)
AuctionCreated(uint256 tokenId, uint256 startTime, uint256 endTime)
AuctionSettled(uint256 tokenId, address winner, uint256 amount)
DurationUpdated(uint256 duration)
FounderRewardUpdated(struct AuctionTypesV2FounderReward reward)
Initialized(uint256 version)
MinBidIncrementPercentageUpdated(uint256 minBidIncrementPercentage)
OwnerCanceled(address indexed owner, address indexed canceledOwner)
OwnerPending(address indexed owner, address indexed pendingOwner)
OwnerUpdated(address indexed prevOwner, address indexed newOwner)
Paused(address user)
ReservePriceUpdated(uint256 reservePrice)
TimeBufferUpdated(uint256 timeBuffer)
Unpaused(address user)
Upgraded(address impl)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
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()