AuctionHouse
Verified contract
Active on
Ethereum with 3,003 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2fd4…2069
-
variable spans 4 additional slots
0x075c…abe1
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GNVV | ERC-721 | 1 | -- | -- | |
VV2K | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16644791 | 2 years ago | | | 0 | 0.0037545611 | |
| 16644784 | 2 years ago | | | 0 | 0.0016830047 | |
| 16623450 | 2 years ago | | | 0 | 0.0026167957 | |
| 16619933 | 2 years ago | | | 0 | 0.0033691576 | |
| 16619630 | 2 years ago | | | 0 | 0.0028689500 | |
| 16619297 | 2 years ago | | | 0 | 0.0030739228 | |
| 16618993 | 2 years ago | | | 0 | 0.0044207391 | |
| 16618664 | 2 years ago | | | 0 | 0.0021518476 | |
| 16618343 | 2 years ago | | | 0 | 0.0021180003 | |
| 16618041 | 2 years ago | | | 0 | 0.0021410343 |
ABI
ABI objects
Getter at block 21247703
auction() view returns (uint256 vesselverseId, uint256 amount, uint256 startTime, uint256 endTime, address bidder, bool 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
Events createBid(uint256 vesselverseId) payable
onERC721Received(address, address, uint256, bytes) returns (bytes4)
pause()
renounceOwnership()
setBeneficiary(address _beneficiary)
setMinBidIncrementPercentage(uint8 _minBidIncrementPercentage)
setReservePrice(uint256 _reservePrice)
setTimeBuffer(uint256 _timeBuffer)
settleAuction()
settleCurrentAndCreateNewAuction()
transferOwnership(address newOwner)
unpause()
AuctionBid(uint256 indexed vesselverseId, address sender, uint256 value, bool extended)
AuctionCreated(uint256 indexed vesselverseId, uint256 startTime, uint256 endTime)
AuctionExtended(uint256 indexed vesselverseId, uint256 endTime)
AuctionMinBidIncrementPercentageUpdated(uint256 minBidIncrementPercentage)
AuctionReservePriceUpdated(uint256 reservePrice)
AuctionSettled(uint256 indexed vesselverseId, address winner, uint256 amount)
AuctionTimeBufferUpdated(uint256 timeBuffer)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address _vesselverse, address _weth, uint256 _timeBuffer, uint256 _reservePrice, uint8 _minBidIncrementPercentage, uint256 _duration, address _beneficiary)
This contract contains no fallback and receive objects.
This contract contains no error objects.