ReserveAuctionV2
Verified contract
Active on
Ethereum with 44 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "ReserveAuctionV2"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12157942 | 4 years ago | | | 0 | 0.0039463200 | |
| 12157941 | 4 years ago | | | 0 | 0.019803420 | |
| 12157861 | 4 years ago | | | 20 | 0.013823788 | |
| 12157795 | 4 years ago | | | 16.1 | 0.022173600 | |
| 12157728 | 4 years ago | | | 16 | 0.017221496 | |
| 12157711 | 4 years ago | | | 14.1 | 0.013082424 | |
| 12157705 | 4 years ago | | | 14 | 0.014043280 | |
| 12157685 | 4 years ago | | | 12.1 | 0.013304160 | |
| 12157657 | 4 years ago | | | 12 | 0.013821544 | |
| 12157633 | 4 years ago | | | 10.1 | 0.013082424 |
ABI
ABI objects
Getter at block 21094264
MIN_BID_INCREMENT() view returns (uint64)
1000000000000000
TIME_BUFFER() view returns (uint16)
900
adminRecoveryAddress() view returns (address)
0x2330ee705ffd040bb0cba8cb7734dfe00e7c4b57
adminRecoveryEnabled() view returns (bool)
true
getVersion() pure returns (uint256 version)
1
nftContract() view returns (address)
0xabefbc9fd2f806065b4f3c237d4b59d9a97bcac7
paused() view returns (bool)
false
wethAddress() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
auctions(uint256) view returns (uint256 amount, uint256 duration, uint256 firstBidTime, uint256 reservePrice, address creator, address bidder, address fundsRecipient)
State-modifying
Events cancelAuction(uint256 tokenId)
createAuction(uint256 tokenId, uint256 duration, uint256 reservePrice, address creator, address fundsRecipient)
createBid(uint256 tokenId, uint256 amount) payable
endAuction(uint256 tokenId)
pauseContract()
recoverETH(uint256 amount) returns (bool success)
recoverNFT(uint256 tokenId)
turnOffAdminRecovery()
unpauseContract()
AuctionBid(uint256 indexed tokenId, address nftContractAddress, address sender, uint256 value)
AuctionCanceled(uint256 indexed tokenId, address nftContractAddress, address creator)
AuctionCreated(uint256 indexed tokenId, address nftContractAddress, uint256 duration, uint256 reservePrice, address creator, address fundsRecipient)
AuctionEnded(uint256 indexed tokenId, address nftContractAddress, address creator, address winner, uint256 amount, address originalCreator, address fundsRecipient)
Paused(address account)
Unpaused(address account)
constructor(address nftContract_, address wethAddress_, address adminRecoveryAddress_)
This contract contains no fallback and receive objects.
This contract contains no error objects.