OasisAuctionHouse

Verified contract

Active on Ethereum with 40 txns
Deployed by via 0xce34ccbb at 17167945
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5 additional slots

No balances found for "OasisAuctionHouse"

0x9303e151386ab9e135a8fee6232a8f7cb5b26bd42e409209b60769ebba4136b8
0xa21e50f33f08838b31e1d1240a90594d8c8378c4b7c0c498ae483ad7f682b101
0xa891958a9dacb71c914829a33bdf616cdf0da71e7e85db890f4cb44e2feb8a34
0xc98909ffc72b177b183be787dc2d5991a1a0e84a59ed75c75771ba39ea3ac8e5
0xa644bd1b3618839c01324cf176d65a1fb518c1b39178ce0f98cb26080edf03f5
0x397e918a183acdf768417166858f729b9c5a518fab3fb262293e9982e3532b99
0x898fa81802d247d32b1a2fc5c2316458f82d9243ab54bf7c45a7eec79c499354
0xf9e395cf87f0c907f5f393db24a9b2244d1576febbc4525b531d46422f7cecce
0x6488832f2e65ae32c7efc94f02aa58247a7c2ff7bd9bfd8da4517ba195fc537f
0xd22476640c26c8c14aa4c73f636f8de8ee35d332688de5373a0adb3f70604e42

Functions
Getter at block 21210092
auction(view returns (uint256 tokenIduint256 amountuint256 startTimeuint256 endTimeaddress bidderbool settleduint256 extendedTime)
(tokenId=481, amount=1000000000000000, startTime=1691011691, endTime=1699383611, bidder=0xabc9943f4d40d1b0837a04483a9a0939b319cdb9, settled=true, extendedTime=0)
currentTokenId(view returns (uint256)
481
duration(view returns (uint256)
3145228380
fixedDuration(view returns (uint256)
300
minBidIncrementPercentage(view returns (uint8)
10
minimumBid(view returns (uint256)
1000000000000000
oasis(view returns (address)
0x898157afb3e158cc835d19b9ecd37c69bf460f8c
owner(view returns (address)
0x9daf56fb5d08b1dad7e6a46e0d5e814f41d1b7f9
paused(view returns (bool)
true
payee(view returns (address)
0x710900ca8c7c280b0e6bb005e60dfe1cf6e5fa4c
state(view returns (uint256)
1
timeBuffer(view returns (uint256)
120
Read-only
Bids(addressview returns (address bidderuint256 amountbool minteduint256 timestampbool refundedbool winnerbool standing)
buyNowPrices(uint256view returns (uint256)
standingBidders(uint256view returns (address)
State-modifying
cancelAllStandingBid(
cancelStandingBid(
changeCloseTime(uint256 _closeTime
createBid(uint256 _currentTokenIdbool _standingpayable 
ownerBidOnBehalf(uint256 _currentTokenIdbool _standingaddress _bidderpayable 
pause(
promoMint(address _touint256 _qty
renounceOwnership(
set721ContractAddress(address _newOasis
setAdmin(address _admin
setBuyNowPrices(uint256[] _tokenIduint256[] _price
setDuration(uint256 _duration
setMinBidIncrementPercentage(uint8 _minBidIncrementPercentage
setMinimumBid(uint256 _minimumBid
setPayee(address _payee
setState(uint256 _state
setTimeBuffer(uint256 _timeBuffer
settleAuction(
settleCurrentAndCreateNewAuction(
transferOwnership(address newOwner
unpause(
withdraw(
Events
AuctionBid(uint256 indexed tokenIdaddress senderuint256 valuebool standingbool extendedbool rollover
AuctionCreated(uint256 indexed tokenIduint256 startTimeuint256 endTime
AuctionDurationUpdated(uint256 duration
AuctionExtended(uint256 indexed tokenIduint256 endTime
AuctionMinBidIncrementPercentageUpdated(uint256 minBidIncrementPercentage
AuctionReservePriceUpdated(uint256 reservePrice
AuctionSettled(uint256 indexed tokenIdaddress winneruint256 amount
AuctionTimeBufferUpdated(uint256 timeBuffer
BuyNow(uint256 indexed tokenIdaddress buyeruint256 amount
CancelStandingBid(address bidder
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Unpaused(address account
Constructor
constructor(address _oasis
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.