BandSaurusAuctionHouse
Verified contract
Active on
Ethereum with 2,830 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xcb86…fbbe
-
variable spans 4 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SAURUS | ERC-721 | 1 | -- | -- | |
SAURUS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21207298 | 14 hours ago | | | 0 | 0.0025512694 | |
| 21205913 | 19 hours ago | | | 0.015 | 0.00069774006 | |
| 21203948 | a day ago | | | 0.01 | 0.00099419454 | |
| 21201025 | a day ago | | | 0 | 0.0034561866 | |
| 21193123 | 3 days ago | | | 0.01 | 0.0013480330 | |
| 21193041 | 3 days ago | | | 0 | 0.0042304513 | |
| 21192319 | 3 days ago | | | 0.02 | 0.00093992178 | |
| 21191879 | 3 days ago | | | 0.015 | 0.0010393785 | |
| 21191163 | 3 days ago | | | 0.01 | 0.0012927647 | |
| 21189707 | 3 days ago | | | 0 | 0.0045320038 |
ABI
ABI objects
Getter at block 21211601
auction() view returns (uint256 tokenId, uint256 amount, uint256 startTime, uint256 endTime, address bidder, bool 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
Events createAuction(uint256 startTime)
createBid(uint256 tokenId) payable
pause()
renounceOwnership()
setBandSaurusContract(address _bandSaurus)
setEndTimeOffset(uint256 _endTimeOffset)
setMinBidIncrementPercentage(uint8 _minBidIncrementPercentage)
setReservePrice(uint256 _reservePrice)
setTimeBuffer(uint256 _timeBuffer)
settleAuction()
settleCurrentAndCreateNewAuction()
transferOwnership(address newOwner)
unpause()
AuctionBid(uint256 indexed tokenId, address sender, uint256 value, bool extended)
AuctionCreated(uint256 indexed tokenId, uint256 startTime, uint256 endTime)
AuctionEndTimeOffsetUpdated(uint256 endTimeOffset)
AuctionExtended(uint256 indexed tokenId, uint256 endTime)
AuctionMinBidIncrementPercentageUpdated(uint256 minBidIncrementPercentage)
AuctionReservePriceUpdated(uint256 reservePrice)
AuctionSettled(uint256 indexed tokenId, address winner, uint256 amount)
AuctionTimeBufferUpdated(uint256 timeBuffer)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.