OasisAuctionHouse
Verified contract
Active on
Ethereum with 40 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7109…fa4c
0x8981…0f8c
-
variable spans 5 additional slots
Balances ($0.00)
No balances found for "OasisAuctionHouse"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18522034 | a year ago | | | 0 | 0.010458650 | |
| 18522028 | a year ago | | | 0 | 0.0018192567 | |
| 18522026 | a year ago | | | 0.001 | 0.0057574397 | |
| 18522022 | a year ago | | | 0 | 0.00094786206 | |
| 18522009 | a year ago | | | 0 | 0.0010946170 | |
| 17830147 | a year ago | | | 0 | 0.0011859096 | |
| 17830108 | a year ago | | | 0 | 0.0012691606 | |
| 17830099 | a year ago | | | 0 | 0.0011980216 | |
| 17830097 | a year ago | | | 0 | 0.0012173411 | |
| 17830095 | a year ago | | | 0 | 0.0012834685 |
ABI
ABI objects
Getter at block 21210092
auction() view returns (uint256 tokenId, uint256 amount, uint256 startTime, uint256 endTime, address bidder, bool settled, uint256 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(address) view returns (address bidder, uint256 amount, bool minted, uint256 timestamp, bool refunded, bool winner, bool standing)
buyNowPrices(uint256) view returns (uint256)
standingBidders(uint256) view returns (address)
State-modifying
Events cancelAllStandingBid()
cancelStandingBid()
changeCloseTime(uint256 _closeTime)
createBid(uint256 _currentTokenId, bool _standing) payable
ownerBidOnBehalf(uint256 _currentTokenId, bool _standing, address _bidder) payable
pause()
promoMint(address _to, uint256 _qty)
renounceOwnership()
set721ContractAddress(address _newOasis)
setAdmin(address _admin)
setBuyNowPrices(uint256[] _tokenId, uint256[] _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()
AuctionBid(uint256 indexed tokenId, address sender, uint256 value, bool standing, bool extended, bool rollover)
AuctionCreated(uint256 indexed tokenId, uint256 startTime, uint256 endTime)
AuctionDurationUpdated(uint256 duration)
AuctionExtended(uint256 indexed tokenId, uint256 endTime)
AuctionMinBidIncrementPercentageUpdated(uint256 minBidIncrementPercentage)
AuctionReservePriceUpdated(uint256 reservePrice)
AuctionSettled(uint256 indexed tokenId, address winner, uint256 amount)
AuctionTimeBufferUpdated(uint256 timeBuffer)
BuyNow(uint256 indexed tokenId, address buyer, uint256 amount)
CancelStandingBid(address bidder)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address _oasis)
This contract contains no fallback and receive objects.
This contract contains no error objects.