AoriAuctionHouse
Verified contract
Active on
Ethereum with 801 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0xd539…902a
-
variable spans 4 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AORISEATS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17776361 | a year ago | | | 0.41 | 0.0010347196 | |
| 17771319 | a year ago | | | 0.4 | 0.0022394920 | |
| 17769241 | a year ago | | | 0.269 | 0.0016924335 | |
| 17769234 | a year ago | | | 0 | 0.00090687600 | |
| 17769233 | a year ago | | | 0 | 0.0053397738 | |
| 17764595 | a year ago | | | 0.41 | 0.0022624703 | |
| 17759508 | a year ago | | | 0.269 | 0.0012861069 | |
| 17759505 | a year ago | | | 0 | 0.0040574396 | |
| 17759068 | a year ago | | | 0.2269 | 0.00091551290 | |
| 17759067 | a year ago | | | 0.25 | 0.00094377869 |
ABI
ABI objects
Getter at block 21317874
auction() view returns (uint256 seatId, uint256 amount, uint256 startTime, uint256 endTime, address bidder, bool settled)
(seatId=129, amount=0, startTime=1690364435, endTime=1690450835, bidder=0x0000000000000000000000000000000000000000, settled=false)
duration() view returns (uint256)
86400
minBidIncrementPercentage() view returns (uint8)
2
owner() view returns (address)
0x2edeb6e06e81020f48d930fa7444a592ebe9fab6
paused() view returns (bool)
true
reservePrice() view returns (uint256)
1
seats() view returns (address)
0xd539e71371414f027af025fd1effb6e11b5c902a
timeBuffer() view returns (uint256)
30
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
This contract contains no read-only function objects.
State-modifying
Events createBid(uint256 seatId) payable
initialize(address _seats, address _weth, uint256 _timeBuffer, uint256 _reservePrice, uint8 _minBidIncrementPercentage, uint256 _duration)
pause()
renounceOwnership()
setMinBidIncrementPercentage(uint8 _minBidIncrementPercentage)
setReservePrice(uint256 _reservePrice)
setTimeBuffer(uint256 _timeBuffer)
settleAuction()
settleCurrentAndCreateNewAuction()
transferOwnership(address newOwner)
unpause()
AuctionBid(uint256 indexed seatId, address sender, uint256 value, bool extended)
AuctionCreated(uint256 indexed seatId, uint256 startTime, uint256 endTime)
AuctionExtended(uint256 indexed seatId, uint256 endTime)
AuctionMinBidIncrementPercentageUpdated(uint256 minBidIncrementPercentage)
AuctionReservePriceUpdated(uint256 reservePrice)
AuctionSettled(uint256 indexed seatId, address winner, uint256 amount)
AuctionTimeBufferUpdated(uint256 timeBuffer)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.