MirrorDutchAuctionLogic
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MirrorDutchAuctionLogic"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "MirrorDutchAuctionLogic"
ABI
ABI objects
Getter at block 21220599
auctionStartBlock() view returns (uint256)
0
endTokenId() view returns (uint256)
0
endingPrice() view returns (uint256)
0
getAllPrices() view returns (uint256[])
[]
globalTimeElapsed() view returns (uint256)
0
interval() view returns (uint256)
0
isNextOwner() view returns (bool)
false
isOwner() view returns (bool)
false
nft() view returns (address)
0x0000000000000000000000000000000000000000
nftOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
pauseBlock() view returns (uint256)
0
paused() view returns (bool)
true
price() view returns (uint256)
0
recipient() view returns (address)
0x0000000000000000000000000000000000000000
time() view returns (uint256)
0
tokenId() view returns (uint256)
0
treasuryConfig() view returns (address)
0x0000000000000000000000000000000000000000
unpauseBlock() view returns (uint256)
0
Read-only
prices(uint256) view returns (uint256)
purchased(address) view returns (bool)
State-modifying
Events acceptOwnership()
bid() payable
cancel()
cancelOwnershipTransfer()
changeRecipient(address newRecipient)
initialize(address owner_, address treasuryConfig_, struct IMirrorDutchAuctionLogicAuctionConfig auctionConfig_)
pause()
renounceOwnership()
transferOwnership(address nextOwner_)
unpause()
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
AuctionStarted(uint256 blockNumber)
Bid(address recipient, uint256 price, uint256 tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
Withdrawal(address recipient, uint256 amount, uint256 fee)
constructor(address owner_)
This contract contains no fallback and receive objects.
This contract contains no error objects.