Reserve Auction Core ETH
Verified contract
Active on
Ethereum with 836 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($561.03)
Native
Value
$561.03
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.143 | $3,923.28 |
$561.03 | |
RECORD | ERC-721 | 1 | -- | -- | |
RECORD | ERC-721 | 1 | -- | -- | |
RECORD | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20852776 | 2 months ago | | | 0 | 0.00018902753 | |
| 20852770 | 2 months ago | | | 0 | 0.00067984144 | |
| 20842626 | 3 months ago | | | 0.3 | 0.0017912359 | |
| 20710609 | 3 months ago | | | 0 | 0.000089499746 | |
| 20686688 | 3 months ago | | | 0 | 0.00033744909 | |
| 20685993 | 3 months ago | | | 0 | 0.00021955450 | |
| 20685990 | 3 months ago | | | 0 | 0.00021421800 | |
| 20685934 | 3 months ago | | | 0 | 0.00019791546 | |
| 20685931 | 3 months ago | | | 0 | 0.00019545101 | |
| 20685928 | 3 months ago | | | 0 | 0.00021823206 |
ABI
ABI objects
Getter at block 21394869
erc721TransferHelper() view returns (address)
0x909e9efe4d87d1a6018c2065ae642b6d0447bc91
name() view returns (string)
Reserve Auction Core ETH
registrar() view returns (address)
0xd1d1d4e36117ab794ec5d4c78cbd3a8904e691d0
Read-only
auctionForNFT(address, uint256) view returns (address seller, uint96 reservePrice, address sellerFundsRecipient, uint96 highestBid, address highestBidder, uint32 duration, uint32 startTime, uint32 firstBidTime)
supportsInterface(bytes4 _interfaceId) pure returns (bool)
State-modifying
Events _handleRoyaltyEnginePayout(address _tokenContract, uint256 _tokenId, uint256 _amount, address _payoutCurrency) payable returns (uint256)
cancelAuction(address _tokenContract, uint256 _tokenId)
createAuction(address _tokenContract, uint256 _tokenId, uint256 _duration, uint256 _reservePrice, address _sellerFundsRecipient, uint256 _startTime)
createBid(address _tokenContract, uint256 _tokenId) payable
setAuctionReservePrice(address _tokenContract, uint256 _tokenId, uint256 _reservePrice)
setRoyaltyEngineAddress(address _royaltyEngine)
settleAuction(address _tokenContract, uint256 _tokenId)
AuctionBid(address indexed tokenContract, uint256 indexed tokenId, bool firstBid, bool extended, struct ReserveAuctionCoreEthAuction auction)
AuctionCanceled(address indexed tokenContract, uint256 indexed tokenId, struct ReserveAuctionCoreEthAuction auction)
AuctionCreated(address indexed tokenContract, uint256 indexed tokenId, struct ReserveAuctionCoreEthAuction auction)
AuctionEnded(address indexed tokenContract, uint256 indexed tokenId, struct ReserveAuctionCoreEthAuction auction)
AuctionReservePriceUpdated(address indexed tokenContract, uint256 indexed tokenId, struct ReserveAuctionCoreEthAuction auction)
RoyaltyPayout(address indexed tokenContract, uint256 indexed tokenId, address recipient, uint256 amount)
constructor(address _erc721TransferHelper, address _royaltyEngine, address _protocolFeeSettings, address _weth)
This contract contains no fallback and receive objects.
This contract contains no error objects.