NinfaEnglishAuction
Verified contract
Active on
Ethereum with 190 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2299…2a7c
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SPRPT | ERC-721 | 1 | -- | -- | |
TWWLI | ERC-721 | 1 | -- | -- | |
TMS | ERC-721 | 1 | -- | -- | |
ODY | ERC-721 | 1 | -- | -- | |
SHAD | ERC-721 | 1 | -- | -- | |
kolahon | ERC-721 | 1 | -- | -- | |
btc | ERC-721 | 1 | -- | -- | |
TT | ERC-721 | 1 | -- | -- | |
JPN | ERC-721 | 1 | -- | -- | |
AyaVol2 | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21000190 | a month ago | | | 0 | 0.0013393854 | |
| 20890669 | 2 months ago | | | 0 | 0.00042567743 | |
| 20642209 | 3 months ago | | | 0 | 0.0010279515 | |
| 20625938 | 3 months ago | | | 0.6 | 0.00011025261 | |
| 20597356 | 3 months ago | | | 0 | 0.000058785900 | |
| 20580204 | 3 months ago | | | 0 | 0.000070713738 | |
| 20009910 | 6 months ago | | | 0 | 0.00083628762 | |
| 19899098 | 6 months ago | | | 0 | 0.00039548398 | |
| 19891068 | 6 months ago | | | 0.55 | 0.00051390377 | |
| 19410333 | 9 months ago | | | 0 | 0.0031636613 |
ABI
ABI objects
Getter at block 21277917
owner() view returns (address)
0x50311e4dd0fc85e0995405313b6d7655ec3133e8
Read-only
_getRoyalty(address tokenAddress, uint256 tokenId, uint256 value) view returns (address[] recipients, uint256[] amounts)
auctions(uint256) view returns (address operator, address seller, address collection, address bidder, address commissionReceiver, uint256 commissionBps, uint256 tokenId, uint256 bidPrice, uint256 end)
supportsInterface(bytes4 interfaceId) pure returns (bool)
State-modifying
Events bid(uint256 auctionId_) payable
cancelAuction(uint256 auctionId_)
finalize(uint256 auctionId_)
firstBid(uint256 auctionId_) payable
onERC721Received(address _operator, address _from, uint256 _tokenId, bytes _data) returns (bytes4)
renounceOwnership()
setFeeRecipient(address _newFeeAccount)
setMarketFees(uint256 primaryMarketFee_, uint256 secondaryMarketFee_)
setPrimaryMarketCodehash(address master, bool _isPrimaryMarket)
transferOwnership(address newOwner)
updateReservePrice(uint256 auctionId_, uint256 _newReservePrice)
whitelistCollection(address _collection, bool isWhitelisted_)
AuctionCanceled(uint256 auctionId)
AuctionCreated(uint256 auctionId)
AuctionFinalized(uint256 auctionId)
AuctionUpdated(uint256 auctionId)
Bid(uint256 auctionId)
OwnershipTransferred(address previousOwner, address newOwner)
constructor(address _royaltyRegistry, address _primarySalesRegistry, address factory_)
This contract contains no fallback and receive objects.
InvalidAmount(uint256 amount)
LengthMismatch(uint256 recipients, uint256 bps)
Unauthorized()