NFTAuction
Verified contract
Active on
Ethereum with 3,448 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$14.49
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.004 | $3,621.86 |
$14.49 | |
XNN | ERC-20 | 14.28 | -- | -- | |
(#5442) | ASYNC-V2 | ERC-721 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17605852 | a year ago | | | 0 | 0.00066857206 | |
| 17600991 | a year ago | | | 0 | 0.00090932139 | |
| 17579530 | a year ago | | | 0 | 0.0036066242 | |
| 17573965 | a year ago | | | 0 | 0.0011084368 | |
| 17572080 | a year ago | | | 0 | 0.0046087861 | |
| 17554554 | a year ago | | | 0 | 0.00054334777 | |
| 17543326 | a year ago | | | 0 | 0.0044243352 | |
| 17519578 | a year ago | | | 0 | 0.0028535217 | |
| 17519464 | a year ago | | | 0 | 0.0031440757 | |
| 17495891 | a year ago | | | 0 | 0.00062585988 |
ABI
ABI objects
Getter at block 21325350
defaultAuctionBidPeriod() view returns (uint32)
86400
defaultBidIncreasePercentage() view returns (uint32)
100
maximumMinPricePercentage() view returns (uint32)
8000
minimumSettableIncreasePercentage() view returns (uint32)
100
Read-only
nftContractAuctions(address, uint256) view returns (uint32 bidIncreasePercentage, uint32 auctionBidPeriod, uint64 auctionEnd, uint128 minPrice, uint128 buyNowPrice, uint128 nftHighestBid, address nftHighestBidder, address nftSeller, address whitelistedBuyer, address nftRecipient, address ERC20Token)
ownerOfNFT(address _nftContractAddress, uint256 _tokenId) view returns (address)
State-modifying
Events createDefaultNftAuction(address _nftContractAddress, uint256 _tokenId, address _erc20Token, uint128 _minPrice, uint128 _buyNowPrice, address[] _feeRecipients, uint32[] _feePercentages)
createNewNftAuction(address _nftContractAddress, uint256 _tokenId, address _erc20Token, uint128 _minPrice, uint128 _buyNowPrice, uint32 _auctionBidPeriod, uint32 _bidIncreasePercentage, address[] _feeRecipients, uint32[] _feePercentages)
createSale(address _nftContractAddress, uint256 _tokenId, address _erc20Token, uint128 _buyNowPrice, address _whitelistedBuyer, address[] _feeRecipients, uint32[] _feePercentages)
makeBid(address _nftContractAddress, uint256 _tokenId, address _erc20Token, uint128 _tokenAmount) payable
makeCustomBid(address _nftContractAddress, uint256 _tokenId, address _erc20Token, uint128 _tokenAmount, address _nftRecipient) payable
settleAuction(address _nftContractAddress, uint256 _tokenId)
takeHighestBid(address _nftContractAddress, uint256 _tokenId)
updateBuyNowPrice(address _nftContractAddress, uint256 _tokenId, uint128 _newBuyNowPrice)
updateMinimumPrice(address _nftContractAddress, uint256 _tokenId, uint128 _newMinPrice)
updateWhitelistedBuyer(address _nftContractAddress, uint256 _tokenId, address _newWhitelistedBuyer)
withdrawAllFailedCredits()
withdrawAuction(address _nftContractAddress, uint256 _tokenId)
withdrawBid(address _nftContractAddress, uint256 _tokenId)
AuctionPeriodUpdated(address nftContractAddress, uint256 tokenId, uint64 auctionEndPeriod)
AuctionSettled(address nftContractAddress, uint256 tokenId, address auctionSettler)
AuctionWithdrawn(address nftContractAddress, uint256 tokenId, address nftOwner)
BidMade(address nftContractAddress, uint256 tokenId, address bidder, uint256 ethAmount, address erc20Token, uint256 tokenAmount)
BidWithdrawn(address nftContractAddress, uint256 tokenId, address highestBidder)
BuyNowPriceUpdated(address nftContractAddress, uint256 tokenId, uint128 newBuyNowPrice)
HighestBidTaken(address nftContractAddress, uint256 tokenId)
MinimumPriceUpdated(address nftContractAddress, uint256 tokenId, uint256 newMinPrice)
NFTTransferredAndSellerPaid(address nftContractAddress, uint256 tokenId, address nftSeller, uint128 nftHighestBid, address nftHighestBidder, address nftRecipient)
NftAuctionCreated(address nftContractAddress, uint256 tokenId, address nftSeller, address erc20Token, uint128 minPrice, uint128 buyNowPrice, uint32 auctionBidPeriod, uint32 bidIncreasePercentage, address[] feeRecipients, uint32[] feePercentages)
SaleCreated(address nftContractAddress, uint256 tokenId, address nftSeller, address erc20Token, uint128 buyNowPrice, address whitelistedBuyer, address[] feeRecipients, uint32[] feePercentages)
WhitelistedBuyerUpdated(address nftContractAddress, uint256 tokenId, address newWhitelistedBuyer)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.