BandSaurusAuctionHouse

Verified contract

Active on Ethereum with 2,830 txns
Deployed by via 0x8d02888f at 16582254
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
 (#647)
ERC-721
--
 (#394)
ERC-721
--
0x2df78370efda0c08808d5f8b725ae9171da3fcd6ab7517a67a9ffab33dbac7e8
0xd9107bdde875b92f79d2dd637fea33f4ad8c7139a4fe7b5ec7c9b5234603a3be
0x5d2a0682639c2a0fb6d8abfb35c2a8df0c7f0c434cb52f7944c43619581b0294
0x3fac0be191545737118e44b23aa96bd9ac06cc9fa81237b98d5161ec823b0335
0x2fdd64ba7bf36cc4a4a876b92b5a87de207ca5e4f540181fd8550abe9b65933e
0xe97901bda2be9b7ae7b378b504d079039ceaa99b8292f8d5c137c392469596d9
0x6b9102206c1c6f63cffe20507306482a1666e71417f88d49f5e3ef3a869224de
0x1fc81102d3400bf8aa8d142d33c793f27d8181a7841d5c36b573743af2e0a763
0xae7ae54eadb83321790c9a38fd539af73f50819f8cd72498a220d3da7ff2ab0e
0x396cca04353d24e69e79acb0991181bd2b936d534d3cbb3c368b125561c3ba59

Functions
Getter at block 21211601
auction(view returns (uint256 tokenIduint256 amountuint256 startTimeuint256 endTimeaddress bidderbool settled)
(tokenId=647, amount=0, startTime=1731844955, endTime=1731931200, bidder=0x0000000000000000000000000000000000000000, settled=false)
bandSaurus(view returns (address)
0xcb86c063e219ccbb6e7062cc1d23c6c2f0e9fbbe
endTimeOffset(view returns (uint256)
43200
minBidIncrementPercentage(view returns (uint8)
5
owner(view returns (address)
0xf8d922a94aadf8074d68b54f34b13b722a529af8
paused(view returns (bool)
false
reservePrice(view returns (uint256)
10000000000000000
timeBuffer(view returns (uint256)
300
Read-only

This contract contains no read-only function objects.

State-modifying
createAuction(uint256 startTime
createBid(uint256 tokenIdpayable 
pause(
renounceOwnership(
setBandSaurusContract(address _bandSaurus
setEndTimeOffset(uint256 _endTimeOffset
setMinBidIncrementPercentage(uint8 _minBidIncrementPercentage
setReservePrice(uint256 _reservePrice
setTimeBuffer(uint256 _timeBuffer
settleAuction(
settleCurrentAndCreateNewAuction(
transferOwnership(address newOwner
unpause(
Events
AuctionBid(uint256 indexed tokenIdaddress senderuint256 valuebool extended
AuctionCreated(uint256 indexed tokenIduint256 startTimeuint256 endTime
AuctionEndTimeOffsetUpdated(uint256 endTimeOffset
AuctionExtended(uint256 indexed tokenIduint256 endTime
AuctionMinBidIncrementPercentageUpdated(uint256 minBidIncrementPercentage
AuctionReservePriceUpdated(uint256 reservePrice
AuctionSettled(uint256 indexed tokenIdaddress winneruint256 amount
AuctionTimeBufferUpdated(uint256 timeBuffer
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.