Auction

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xca884478 at 15460771
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots

No balances found for "Auction"

No transactions found for "Auction"


Functions
Getter at block 20814439
auctionDuration(view returns (uint256)
0
factory(view returns (address)
0x0000000000000000000000000000000000000000
lastTokenId(view returns (uint96)
0
minBidFactor(view returns (uint256)
0
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
Read-only
auctionInfo(addressview returns (uint256 enduint96 tokenIdaddress lastBidderuint256 lastBid)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelistedBidder(addressview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
ownerOfDebt(address poolview returns (address)
state(address poolview returns (uint8)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenInfo(uint256view returns (address pooluint256 borrowsAtClaimuint256 interestRate)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
bid(address pooluint256 amount
claimDebtOwnership(address pool
initialize(address factory_uint256 auctionDuration_uint256 minBidFactor_
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setAuctionDuration(uint256 auctionDuration_
setPoolAuctionEnd(address pooluint256 end
setWhitelistedBidder(address bidderbool whitelisted
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
AuctionDurationSet(uint256 duration
AuctionEndSet(address pooluint256 end
AuctionStarted(address indexed pooladdress indexed bidder
Bid(address indexed pooladdress indexed bidderuint256 amount
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
WhitelistedBidderSet(address bidderbool whitelisted
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.