Auctions
Verified contract
Active on
Ethereum with 9,625 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
8 additional
variables
Balances ($22.08)
Native
Value
$22.08
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.007 | $3,153.70 |
$22.08 | |
TUX | ERC-20 | 144 | -- | -- | |
TUX | ERC-721 | 1 | -- | -- | |
TUX | ERC-721 | 1 | -- | -- | |
TUX | ERC-721 | 1 | -- | -- | |
TUX | ERC-721 | 1 | -- | -- | |
TUX | ERC-721 | 1 | -- | -- | |
TUX | ERC-721 | 1 | -- | -- | |
TUX | ERC-721 | 1 | -- | -- | |
TUX | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20700468 | 2 months ago | | | 0 | 0.00037698234 | |
| 20700460 | 2 months ago | | | 0 | 0.00032910917 | |
| 19333457 | 9 months ago | | | 0 | 0.015751083 | |
| 19103592 | 10 months ago | | | 0 | 0.0024903239 | |
| 19103585 | 10 months ago | | | 0 | 0.0023282614 | |
| 19103526 | 10 months ago | | | 0 | 0.0031623231 | |
| 18446097 | a year ago | | | 0 | 0.0022282551 | |
| 18062412 | a year ago | | | 0 | 0.00043703302 | |
| 17006515 | 2 years ago | | | 0 | 0.00060468470 | |
| 16673773 | 2 years ago | | | 0 | 0.0048283910 |
ABI
ABI objects
Getter at block 21217758
minimumIncrementPercentage() view returns (uint16)
500
timeBuffer() view returns (uint256)
900
totalActiveAuctions() view returns (uint256)
215
totalActiveHouses() view returns (uint256)
16
totalAuctions() view returns (uint256)
464
totalCollectors() view returns (uint256)
9
totalContracts() view returns (uint256)
10
totalCreators() view returns (uint256)
305
totalHouses() view returns (uint256)
7808
tuxERC20() view returns (address)
0xbb76a956ef664c942bc2e952b172e553118a463c
Read-only
accounts(address) view returns (string name, string bioHash, string pictureHash)
auctions(uint256) view returns (address tokenContract, uint256 tokenId, address tokenOwner, uint256 duration, uint256 reservePrice, uint256 houseId, uint16 fee, bool approved, uint256 firstBidTime, uint256 amount, address bidder, uint256 created)
bids(uint256) view returns (uint256 timestamp, address bidder, uint256 value)
collectorStats(address) view returns (uint256 bids, uint256 sales, uint256 bought, uint256 totalSold, uint256 totalSpent)
contracts(address) view returns (string name, address tokenContract, uint256 bids, uint256 sales, uint256 total)
creatorStats(address) view returns (uint256 bids, uint256 sales, uint256 total)
getActiveHouses(uint256 from, uint256 n) view returns (uint256[])
getAuctionBids(uint256 auctionId) view returns (uint256[])
getAuctions(uint256 from, uint256 n) view returns (uint256[])
getBidderAuctions(address bidder) view returns (uint256[])
getCollections(address creator) view returns (address[])
getCreatorHouses(address creator) view returns (uint256[])
getCuratorHouses(address curator) view returns (uint256[])
getHouseAuctions(uint256 houseId, uint256 from, uint256 n) view returns (uint256[])
getHouseCreators(uint256 houseId) view returns (address[])
getHouseQueue(uint256 houseId) view returns (uint256[])
getPreviousAuctions(bytes32 tokenHash) view returns (uint256[])
getRankedCollectors(address from, uint256 n) view returns (address[])
getRankedContracts(address from, uint256 n) view returns (address[])
getRankedCreators(address from, uint256 n) view returns (address[])
getRankedHouses(uint256 from, uint256 n) view returns (uint256[])
getSellerAuctions(address seller) view returns (uint256[])
getTokenOffers(bytes32 tokenHash) view returns (uint256[])
houseIDs(string) view returns (uint256)
houses(uint256) view returns (string name, address curator, uint16 fee, bool preApproved, string metadata, uint256 bids, uint256 sales, uint256 total, uint256 feesTotal, uint256 activeAuctions)
offers(uint256) view returns (address tokenContract, uint256 tokenId, address from, uint256 amount, uint256 timestamp)
tokenAuction(bytes32) view returns (uint256)
totalActiveHouseAuctions(uint256 houseId) view returns (uint256)
State-modifying
Events acceptOffer(uint256 offerId)
addCreator(uint256 houseId, address creator)
buyAuction(uint256 auctionId) payable
cancelAuction(uint256 auctionId)
cancelFeature(uint256 auctionId)
cancelOffer(uint256 offerId)
createAuction(address tokenContract, uint256 tokenId, uint256 duration, uint256 reservePrice, uint256 houseId)
createBid(uint256 auctionId) payable
createHouse(string name, address curator, uint16 fee, bool preApproved, string metadata)
endAuction(uint256 auctionId)
feature(uint256 auctionId, uint256 amount)
makeOffer(address tokenContract, uint256 tokenId) payable
registerTokenContract(address tokenContract)
removeCreator(uint256 houseId, address creator)
setAuctionApproval(uint256 auctionId, bool approved)
setAuctionReservePrice(uint256 auctionId, uint256 reservePrice)
updateBio(string bioHash)
updateCollectorRank(address collector)
updateContractRank(address tokenContract)
updateCreatorRank(address creator)
updateFee(uint256 houseId, uint16 fee)
updateHouseRank(uint256 houseId)
updateMetadata(uint256 houseId, string metadata)
updateName(string name)
updatePicture(string pictureHash)
AccountUpdated(address indexed owner)
AuctionApprovalUpdated(uint256 indexed auctionId, bool approved)
AuctionBid(uint256 indexed auctionId, address indexed bidder, uint256 value, bool firstBid, bool extended)
AuctionCanceled(uint256 indexed auctionId)
AuctionCreated(uint256 indexed auctionId)
AuctionDurationExtended(uint256 indexed auctionId, uint256 duration)
AuctionEnded(uint256 indexed auctionId)
AuctionReservePriceUpdated(uint256 indexed auctionId, uint256 reservePrice)
CreatorAdded(uint256 indexed houseId, address indexed creator)
CreatorRemoved(uint256 indexed houseId, address indexed creator)
FeeUpdated(uint256 indexed houseId, uint16 fee)
HouseCreated(uint256 indexed houseId)
MetadataUpdated(uint256 indexed houseId, string metadata)
constructor(address tuxERC20_)
This contract contains no fallback and receive objects.
This contract contains no error objects.