ReserveAuctionV4
Verified contract
Active on
Ethereum with 291 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$10,437.12
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 4.1834 | $2,494.89 |
$10,437.12 | |
(#1) | BEETSGIVES | ERC-721 | 1 | -- | -- |
) | FND | ERC-721 | 1 | -- | -- |
(#7248) | ODP | ERC-721 | 1 | -- | -- |
) | RARI | ERC-721 | 1 | -- | -- |
) | RARI | ERC-721 | 1 | -- | -- |
(#867) | MFC | ERC-721 | 1 | -- | -- |
(#1) | RIZZO | ERC-721 | 1 | -- | -- |
(#15) | SEED | ERC-721 | 1 | -- | -- |
(#10) | gm | ERC-721 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16942245 | 2 years ago | | | 0 | 0.0026700320 | |
| 15463651 | 2 years ago | | | 0.001 | 0.00052255500 | |
| 15463651 | 2 years ago | | | 0.001 | 0.00052255500 | |
| 15463651 | 2 years ago | | | 0.0001 | 0.00052243500 | |
| 15463567 | 2 years ago | | | 0.001 | 0.00052255500 | |
| 15463258 | 2 years ago | | | 0.001 | 0.00058215000 | |
| 15249387 | 2 years ago | | | 0 | 0.0017330057 | |
| 15248819 | 2 years ago | | | 0 | 0.0016850423 | |
| 15248743 | 2 years ago | | | 0 | 0.0011366960 | |
| 15248666 | 2 years ago | | | 0 | 0.0012982622 |
ABI
ABI objects
Getter at block 21089813
MIN_BID_INCREMENT_PERCENT() view returns (uint8)
10
TIME_BUFFER() view returns (uint16)
900
adminRecoveryAddress() view returns (address)
0x2330ee705ffd040bb0cba8cb7734dfe00e7c4b57
adminRecoveryEnabled() view returns (bool)
true
getVersion() pure returns (uint256 version)
2
paused() view returns (bool)
false
wethAddress() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
zoraContract() view returns (address)
0xabefbc9fd2f806065b4f3c237d4b59d9a97bcac7
Read-only
auctions(bytes32) view returns (address nftContract, uint256 tokenId, uint256 amount, uint256 duration, uint256 firstBidTime, uint256 reservePrice, uint8 curatorFeePercent, address curator, address bidder, address fundsRecipient)
getAuctionId(address nftContract, uint256 tokenId) pure returns (bytes32)
State-modifying
Events cancelAuction(bytes32 auctionId)
createAuction(uint256 tokenId, uint256 duration, uint256 reservePrice, uint8 curatorFeePercent, address curator, address fundsRecipient, address nftContract)
createBid(bytes32 auctionId, uint256 amount) payable
endAuction(bytes32 auctionId)
pauseContract()
recoverETH(uint256 amount) returns (bool success)
recoverNFT(bytes32 auctionId)
turnOffAdminRecovery()
unpauseContract()
AuctionBid(bytes32 indexed auctionId, address nftContractAddress, address sender, uint256 value)
AuctionCanceled(bytes32 indexed auctionId, address nftContractAddress, address curator)
AuctionCreated(uint256 indexed tokenId, address nftContractAddress, uint256 duration, uint256 reservePrice, uint8 curatorFeePercent, address curator, address fundsRecipient, bytes32 auctionId)
AuctionEnded(bytes32 indexed auctionId, address nftContractAddress, address curator, address winner, uint256 amount, address fundsRecipient)
CuratorFeePercentTransfer(bytes32 indexed auctionId, address curator, uint256 amount)
Paused(address account)
Unpaused(address account)
constructor(address zoraContract_, address wethAddress_, address adminRecoveryAddress_)
This contract contains no fallback and receive objects.
This contract contains no error objects.