Auction

Verified contract

Active on Ethereum with 0 txns
Deployed by via 0x60721b9c at 15126840
Slot
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

No balances found for "Auction"

No transactions found for "Auction"


Functions
Getter at block 21396579
addressRegistry(view returns (address)
0x0000000000000000000000000000000000000000
bidWithdrawalLockTime(view returns (uint256)
1200
isPaused(view returns (bool)
false
marketplaceFeeEngine(view returns (address)
0x0000000000000000000000000000000000000000
minBidIncrement(view returns (uint256)
50000000000000000
owner(view returns (address)
0x0000000000000000000000000000000000000000
platformFee(view returns (uint256)
25
platformFeeRecipient(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
auctions(addressuint256view returns (address owneraddress payTokenuint256 reservePriceuint256 startTimeuint256 endTimebool resulted)
getAuction(address _nftAddressuint256 _tokenIdview returns (address _owneraddress _payTokenuint256 _reservePriceuint256 _startTimeuint256 _endTimebool _resulted)
getHighestBidder(address _nftAddressuint256 _tokenIdview returns (address _bidderuint256 _biduint256 _lastBidTime)
highestBids(addressuint256view returns (address bidderuint256 biduint256 lastBidTime)
State-modifying
cancelAuction(address _nftAddressuint256 _tokenId
createAuction(address _nftAddressuint256 _tokenIdaddress _payTokenuint256 _reservePriceuint256 _startTimestampuint256 _endTimestamp
initialize(address _platformFeeRecipient
initializeMarketplaceFeeEngine(address _marketplaceFeeEngine
placeBid(address _nftAddressuint256 _tokenIdpayable 
placeBid(address _nftAddressuint256 _tokenIduint256 _bidAmount
reclaimERC20(address _tokenContract
renounceOwnership(
resultAuction(address _nftAddressuint256 _tokenId
resultAuction(address _nftAddressuint256 _tokenIdstring _source
setMarketplaceFeeEngine(address _marketplaceFeeEngine
toggleIsPaused(
transferOwnership(address newOwner
updateAddressRegistry(address _registry
updateAuctionEndTime(address _nftAddressuint256 _tokenIduint256 _endTimestamp
updateAuctionReservePrice(address _nftAddressuint256 _tokenIduint256 _reservePrice
updateAuctionStartTime(address _nftAddressuint256 _tokenIduint256 _startTime
updateBidWithdrawalLockTime(uint256 _bidWithdrawalLockTime
updateMinBidIncrement(uint256 _minBidIncrement
withdrawBid(address _nftAddressuint256 _tokenId
Events
AuctionCancelled(address indexed nftAddressuint256 indexed tokenId
AuctionContractDeployed(
AuctionCreated(address indexed nftAddressuint256 indexed tokenIdaddress payToken
AuctionResulted(address oldOwneraddress indexed nftAddressuint256 indexed tokenIdaddress indexed winneraddress payTokenint256 unitPriceuint256 winningBid
BidPlaced(address indexed nftAddressuint256 indexed tokenIdaddress indexed bidderuint256 bid
BidRefunded(address indexed nftAddressuint256 indexed tokenIdaddress indexed bidderuint256 bid
BidWithdrawn(address indexed nftAddressuint256 indexed tokenIdaddress indexed bidderuint256 bid
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PauseToggled(bool isPaused
UpdateAuctionEndTime(address indexed nftAddressuint256 indexed tokenIduint256 endTime
UpdateAuctionReservePrice(address indexed nftAddressuint256 indexed tokenIdaddress payTokenuint256 reservePrice
UpdateAuctionStartTime(address indexed nftAddressuint256 indexed tokenIduint256 startTime
UpdateBidWithdrawalLockTime(uint256 bidWithdrawalLockTime
UpdateMinBidIncrement(uint256 minBidIncrement
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.