AuctionHouse

Verified contract

Active on Ethereum with 3,003 txns
Deployed by via 0x93d33feb at 15871161
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
 (#55)
ERC-721
--
 (#57)
ERC-721
--
0x969389aea089000b26e3bcf2ff248c4f2dd0f1e10c5a5e79452074f96785bcb9
0xb482009d38be412b5c3daf0b70cf4c63e24c62d095d0d593ef7e7ef58a8dfa8e
0x09864a264fe0670ebd0db510f9f2b6a61e0c510a38cb638e188f4c4fc6dc1b04
0x3ecdbe3252e4b2dbd74950557113792920a7758e4a4edc0d66c24f7afcd4b527
0x01a13005bd3e43de75ab508aaa19c4a1112fbbc49ca1a165873c6c42f2522277
0xf8824c21acdc5fb9d57cf5e006ebf0fa8fbbbabc0d7de820dfcb4a50989c130e
0xd6b4e7f04ec8ae5622b294b321aad31cc1d911ce4b6ba25e16a070749b611159
0x7d4409e5f8f2b96a63d3bb1773109c3676887efa1c7178e1b12cb7d2883c6d8a
0xbcb04e4cb7e0c4f8b6dd20b5262f28e41052304db4aa6394ebf4257794ed6a06
0x4ce0669bc548bc6535692b00b79c621e2ada4094f332a2e73f58dfad9946afe0

Functions
Getter at block 20865544
auction(view returns (uint256 vesselverseIduint256 amountuint256 startTimeuint256 endTimeaddress bidderbool settled)
(vesselverseId=2447, amount=0, startTime=1676334911, endTime=1676338511, bidder=0x0000000000000000000000000000000000000000, settled=true)
beneficiary(view returns (address)
0x075cb7c89c6f89148e4200ef4998e7f29b40abe1
duration(view returns (uint256)
3600
minBidIncrementPercentage(view returns (uint8)
2
owner(view returns (address)
0xbb9e204e0cf2d31ef8c107cc4b390bbe25b1e3e4
paused(view returns (bool)
true
reservePrice(view returns (uint256)
10000000000000000
timeBuffer(view returns (uint256)
120
vesselverse(view returns (address)
0x2fd43ffa417c1f9e9e260fde9a0b59fc2ab22069
weth(view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only

This contract contains no read-only function objects.

State-modifying
createBid(uint256 vesselverseIdpayable 
onERC721Received(addressaddressuint256bytesreturns (bytes4)
pause(
renounceOwnership(
setBeneficiary(address _beneficiary
setMinBidIncrementPercentage(uint8 _minBidIncrementPercentage
setReservePrice(uint256 _reservePrice
setTimeBuffer(uint256 _timeBuffer
settleAuction(
settleCurrentAndCreateNewAuction(
transferOwnership(address newOwner
unpause(
Events
AuctionBid(uint256 indexed vesselverseIdaddress senderuint256 valuebool extended
AuctionCreated(uint256 indexed vesselverseIduint256 startTimeuint256 endTime
AuctionExtended(uint256 indexed vesselverseIduint256 endTime
AuctionMinBidIncrementPercentageUpdated(uint256 minBidIncrementPercentage
AuctionReservePriceUpdated(uint256 reservePrice
AuctionSettled(uint256 indexed vesselverseIdaddress winneruint256 amount
AuctionTimeBufferUpdated(uint256 timeBuffer
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Unpaused(address account
Constructor
constructor(address _vesselverseaddress _wethuint256 _timeBufferuint256 _reservePriceuint8 _minBidIncrementPercentageuint256 _durationaddress _beneficiary
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.