NinfaEnglishAuction

Verified contract

Active on Ethereum with 190 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
 (#21)
ERC-721
--
 (#0)
ERC-721
--
 (#1)
ERC-721
--
 (#26)
ERC-721
--
 (#0)
ERC-721
--
 (#1)
ERC-721
--
 (#0)
ERC-721
--
 (#0)
ERC-721
--
 (#0)
ERC-721
--
 (#0)
ERC-721
--
0xabfcd149dbc76ed2c1cd0994f8ac2b0d84585dff397dd51c0d7514b97041f31c
0xa27ccc7a651e26537e706d49e14d72d679a0693a0a8bea5561415bc2787b6b43
0xc9d211b64572b5e4027939952743bfa380787bedaf8d186ad78b41d7ef70d742
0x5ed2e50a52ee3a76ec95fa3780327295d9adacce1b5c9a8db840e5d940050cf0
0xf3de219e6ea5478454c59b501928269219b4ac12c0b29a6847604a883ebd1e5f
0x9230c91597c6fec651803864ab11e1a2c4184faef0163877acf1bae3d8b6f9a8
0x15dbd899034bf18908151fca216ad44beeac2f6748a88f21d4dece05e811e65f
0xba964eedb10c472f0ec94ef838a13e973f2606e9df6ebd504e4c0b0ade244504
0x6a55862815b7ee1d679833dc0d97403ec4ad0cb0ac6183fa116da6fb2b90e706
0x3f1ac8ab93b380c27d7b9dcc3316e3054de112d447b5e4abd749f1f7cfdbf0e9

Functions
Getter at block 21277917
owner(view returns (address)
0x50311e4dd0fc85e0995405313b6d7655ec3133e8
Read-only
_getRoyalty(address tokenAddressuint256 tokenIduint256 valueview returns (address[] recipientsuint256[] amounts)
auctions(uint256view returns (address operatoraddress selleraddress collectionaddress bidderaddress commissionReceiveruint256 commissionBpsuint256 tokenIduint256 bidPriceuint256 end)
supportsInterface(bytes4 interfaceIdpure returns (bool)
State-modifying
bid(uint256 auctionId_payable 
cancelAuction(uint256 auctionId_
finalize(uint256 auctionId_
firstBid(uint256 auctionId_payable 
onERC721Received(address _operatoraddress _fromuint256 _tokenIdbytes _datareturns (bytes4)
renounceOwnership(
setFeeRecipient(address _newFeeAccount
setMarketFees(uint256 primaryMarketFee_uint256 secondaryMarketFee_
setPrimaryMarketCodehash(address masterbool _isPrimaryMarket
transferOwnership(address newOwner
updateReservePrice(uint256 auctionId_uint256 _newReservePrice
whitelistCollection(address _collectionbool isWhitelisted_
Events
AuctionCanceled(uint256 auctionId
AuctionCreated(uint256 auctionId
AuctionFinalized(uint256 auctionId
AuctionUpdated(uint256 auctionId
Bid(uint256 auctionId
OwnershipTransferred(address previousOwneraddress newOwner
Constructor
constructor(address _royaltyRegistryaddress _primarySalesRegistryaddress factory_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
InvalidAmount(uint256 amount
LengthMismatch(uint256 recipientsuint256 bps
Unauthorized(