AuctionHouse
Verified contract
Active on
Ethereum with 1,894 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
INFPSR | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16599998 | 2 years ago | | | 0 | 0.0044696674 | |
| 16599878 | 2 years ago | | | 8.3 | 0.0031759280 | |
| 16599875 | 2 years ago | | | 7.7 | 0.0012831164 | |
| 16599873 | 2 years ago | | | 7.5 | 0.0033329874 | |
| 16599853 | 2 years ago | | | 7 | 0.0034934993 | |
| 16599703 | 2 years ago | | | 6.6 | 0.0030218934 | |
| 16592767 | 2 years ago | | | 6 | 0.0038011470 | |
| 16592746 | 2 years ago | | | 2.5 | 0.0061512261 | |
| 16592546 | 2 years ago | | | 0 | 0.013597749 | |
| 16499706 | 2 years ago | | | 0 | 0.0046791505 |
ABI
ABI objects
Getter at block 21283333
AUCTIONEER() view returns (bytes32)
0x1d693f62a755e2b3c6494da41af454605b9006057cb3c79b6adda1378f2a50a7
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
minBidIncrementPercentage() view returns (uint8)
5
owner() view returns (address)
0x5c2f4ff05d6dc7f381c8677703f34afe6a5c95d7
publicAuctionsEnabled() view returns (bool)
false
timeBuffer() view returns (uint256)
900
wethAddress() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
auctions(uint256) view returns (uint256 tokenId, address tokenContract, uint256 amount, uint256 duration, uint256 firstBidTime, uint256 reservePrice, address tokenOwner, address bidder, address auctionCurrency)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isAuctioneer(address who) view returns (bool)
isWhitelisted(address sellerOrTekenContract) view returns (bool)
royaltyRegistry(address) view returns (address beneficiary, uint256 royaltyPercentage)
supportsInterface(bytes4 interfaceId) view returns (bool)
whitelistedAccounts(address) view returns (bool)
State-modifying
Events addAuctioneer(address who)
cancelAuction(uint256 auctionId)
createAuction(uint256 tokenId, address tokenContract, uint256 duration, uint256 reservePrice, address auctionCurrency) returns (uint256)
createBid(uint256 auctionId, uint256 amount) payable
endAuction(uint256 auctionId)
grantRole(bytes32 role, address account)
removeAuctioneer(address who)
removeWhitelistedAccount(address sellerOrTokenContract)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setAuctionReservePrice(uint256 auctionId, uint256 reservePrice)
setPublicAuctionsEnabled(bool status)
setRoyalty(address tokenContract, address beneficiary, uint256 royaltyPercentage)
transferOwnership(address newOwner)
whitelistAccount(address sellerOrTokenContract)
AuctionBid(uint256 indexed auctionId, uint256 indexed tokenId, address indexed tokenContract, address sender, uint256 value, uint256 bidTime, bool firstBid, bool extended)
AuctionCanceled(uint256 indexed auctionId, uint256 indexed tokenId, address indexed tokenContract, address tokenOwner)
AuctionCreated(uint256 indexed auctionId, uint256 indexed tokenId, address indexed tokenContract, uint256 duration, uint256 reservePrice, address tokenOwner, address auctionCurrency)
AuctionDurationExtended(uint256 indexed auctionId, uint256 indexed tokenId, address indexed tokenContract, uint256 duration)
AuctionEnded(uint256 indexed auctionId, uint256 indexed tokenId, address indexed tokenContract, address tokenOwner, address winner, uint256 amount, uint256 endTime, address auctionCurrency)
AuctionReservePriceUpdated(uint256 indexed auctionId, uint256 indexed tokenId, address indexed tokenContract, uint256 reservePrice)
AuctionWithRoyaltiesEnded(uint256 indexed auctionId, uint256 indexed tokenId, address indexed tokenContract, address tokenOwner, address winner, uint256 amount, address beneficiaryAddress, uint256 royaltyAmount, uint256 endTime, address auctionCurrency)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
RoyaltySet(address indexed tokenContract, address indexed newBeneficiary, uint256 indexed royaltyPercentage)
constructor(address _weth, address[] auctioneers)
fallback()
receive()
This contract contains no error objects.