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
Balances ($0.00)
No balances found for "Auction"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Auction"
ABI
ABI objects
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(address, uint256) view returns (address owner, address payToken, uint256 reservePrice, uint256 startTime, uint256 endTime, bool resulted)
getAuction(address _nftAddress, uint256 _tokenId) view returns (address _owner, address _payToken, uint256 _reservePrice, uint256 _startTime, uint256 _endTime, bool _resulted)
getHighestBidder(address _nftAddress, uint256 _tokenId) view returns (address _bidder, uint256 _bid, uint256 _lastBidTime)
highestBids(address, uint256) view returns (address bidder, uint256 bid, uint256 lastBidTime)
State-modifying
Events cancelAuction(address _nftAddress, uint256 _tokenId)
createAuction(address _nftAddress, uint256 _tokenId, address _payToken, uint256 _reservePrice, uint256 _startTimestamp, uint256 _endTimestamp)
initialize(address _platformFeeRecipient)
initializeMarketplaceFeeEngine(address _marketplaceFeeEngine)
placeBid(address _nftAddress, uint256 _tokenId) payable
placeBid(address _nftAddress, uint256 _tokenId, uint256 _bidAmount)
reclaimERC20(address _tokenContract)
renounceOwnership()
resultAuction(address _nftAddress, uint256 _tokenId)
resultAuction(address _nftAddress, uint256 _tokenId, string _source)
setMarketplaceFeeEngine(address _marketplaceFeeEngine)
toggleIsPaused()
transferOwnership(address newOwner)
updateAddressRegistry(address _registry)
updateAuctionEndTime(address _nftAddress, uint256 _tokenId, uint256 _endTimestamp)
updateAuctionReservePrice(address _nftAddress, uint256 _tokenId, uint256 _reservePrice)
updateAuctionStartTime(address _nftAddress, uint256 _tokenId, uint256 _startTime)
updateBidWithdrawalLockTime(uint256 _bidWithdrawalLockTime)
updateMinBidIncrement(uint256 _minBidIncrement)
withdrawBid(address _nftAddress, uint256 _tokenId)
AuctionCancelled(address indexed nftAddress, uint256 indexed tokenId)
AuctionContractDeployed()
AuctionCreated(address indexed nftAddress, uint256 indexed tokenId, address payToken)
AuctionResulted(address oldOwner, address indexed nftAddress, uint256 indexed tokenId, address indexed winner, address payToken, int256 unitPrice, uint256 winningBid)
BidPlaced(address indexed nftAddress, uint256 indexed tokenId, address indexed bidder, uint256 bid)
BidRefunded(address indexed nftAddress, uint256 indexed tokenId, address indexed bidder, uint256 bid)
BidWithdrawn(address indexed nftAddress, uint256 indexed tokenId, address indexed bidder, uint256 bid)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PauseToggled(bool isPaused)
UpdateAuctionEndTime(address indexed nftAddress, uint256 indexed tokenId, uint256 endTime)
UpdateAuctionReservePrice(address indexed nftAddress, uint256 indexed tokenId, address payToken, uint256 reservePrice)
UpdateAuctionStartTime(address indexed nftAddress, uint256 indexed tokenId, uint256 startTime)
UpdateBidWithdrawalLockTime(uint256 bidWithdrawalLockTime)
UpdateMinBidIncrement(uint256 minBidIncrement)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.