MirrorDutchAuctionProxy
Verified contract
Proxy
Active on
Ethereum with 82 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
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 "MirrorDutchAuctionProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14623158 | 3 years ago | | | 0 | 0.034263642 | |
| 14623155 | 3 years ago | | | 1 | 0.015796474 | |
| 14623150 | 3 years ago | | | 1 | 0.019664503 | |
| 14623148 | 3 years ago | | | 1 | 0.022414301 | |
| 14623147 | 3 years ago | | | 1 | 0.019957201 | |
| 14623147 | 3 years ago | | | 1 | 0.081510461 | |
| 14623146 | 3 years ago | | | 1 | 0.068338831 | |
| 14623145 | 3 years ago | | | 1 | 0.061827431 | |
| 14623145 | 3 years ago | | | 1 | 0.061978547 | |
| 14623143 | 3 years ago | | | 1 | 0.049041554 |
ABI
ABI objects
Getter at block 21221858 getAllPrices() view returns (uint256[])
auctionStartBlock() view returns (uint256)
14622826
endTokenId() view returns (uint256)
75
endingPrice() view returns (uint256)
1000000000000000000
globalTimeElapsed() view returns (uint256)
0
interval() view returns (uint256)
20
isNextOwner() view returns (bool)
false
isOwner() view returns (bool)
false
nft() view returns (address)
0xf4ba94e60990733f5718beccece96e98559a3e7d
nftOwner() view returns (address)
0x779b96b87fa1bd49084e2fb07c5179f2cd9f4aed
owner() view returns (address)
0xe798f56913b5c10cc8fdf11aa650973d3d2d3da6
pauseBlock() view returns (uint256)
0
paused() view returns (bool)
false
price() view returns (uint256)
1000000000000000000
recipient() view returns (address)
0x779b96b87fa1bd49084e2fb07c5179f2cd9f4aed
time() view returns (uint256)
6599032
tokenId() view returns (uint256)
76
treasuryConfig() view returns (address)
0x21a93be569666527dae0fdbfbe7715299dec1202
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 implementation, bytes initializationData)
fallback()
receive()
This contract contains no error objects.