OasisAuctionHouse
Verified contract
Active on
Ethereum with 1,395 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) |
---|---|---|---|---|---|---|---|
| 16743148 | 2 years ago | | | 0 | 0.0013722523 | |
| 16743147 | 2 years ago | | | 0 | 0.0013876234 | |
| 16743146 | 2 years ago | | | 0 | 0.0013901371 | |
| 16743145 | 2 years ago | | | 0 | 0.0014005579 | |
| 16743144 | 2 years ago | | | 0 | 0.0013828395 | |
| 16743143 | 2 years ago | | | 0 | 0.0013633034 | |
| 16743142 | 2 years ago | | | 0 | 0.0014162532 | |
| 16743141 | 2 years ago | | | 0 | 0.0015066591 | |
| 16743140 | 2 years ago | | | 0 | 0.0015066591 | |
| 16743139 | 2 years ago | | | 0 | 0.0014622355 |
ABI
ABI objects
Getter at block 21284022
auction() view returns (uint256 tokenId, uint256 amount, uint256 startTime, uint256 endTime, address bidder, bool settled, uint256 extendedTime)
(tokenId=392, amount=319000000000000000, startTime=1677701339, endTime=1677787559, bidder=0x1a72451e54ea87d2552d2d75217001721bef3a10, settled=true, extendedTime=900)
currentTokenId() view returns (uint256)
392
duration() view returns (uint256)
86929
minBidIncrementPercentage() view returns (uint8)
10
minimumBid() view returns (uint256)
100000000000000000
oasis() view returns (address)
0x898157afb3e158cc835d19b9ecd37c69bf460f8c
owner() view returns (address)
0x9daf56fb5d08b1dad7e6a46e0d5e814f41d1b7f9
paused() view returns (bool)
true
payee() view returns (address)
0x710900ca8c7c280b0e6bb005e60dfe1cf6e5fa4c
timeBuffer() view returns (uint256)
180
Read-only
Bids(address) view returns (address bidder, uint256 amount, bool minted, uint256 timestamp, bool refunded, bool winner)
State-modifying
Events createBid(uint256 _currentTokenId) payable
pause()
promoMint(address _to, uint256 _qty)
renounceOwnership()
set721ContractAddress(address _newOasis)
setDuration(uint256 _duration)
setMinBidIncrementPercentage(uint8 _minBidIncrementPercentage)
setMinimumBid(uint256 _minimumBid)
setPayee(address _payee)
setTimeBuffer(uint256 _timeBuffer)
settleAuction()
settleCurrentAndCreateNewAuction()
transferOwnership(address newOwner)
unpause()
withdraw()
AuctionBid(uint256 indexed tokenId, address sender, uint256 value, bool extended)
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)
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.