FoundationMarketWrapper
Verified contract
Active on
Ethereum with 0 txns
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
No balances found for "FoundationMarketWrapper"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "FoundationMarketWrapper"
ABI
ABI objects
Getter at block 21404240
This contract contains no getter function objects.
Read-only
auctionExists(uint256 auctionId) view returns (bool)
auctionIdMatchesToken(uint256 auctionId, address nftContract, uint256 tokenId) view returns (bool)
getCurrentHighestBidder(uint256 auctionId) view returns (address)
getMinimumBid(uint256 auctionId) view returns (uint256)
isFinalized(uint256 auctionId) view returns (bool)
State-modifying
Events bid(uint256 auctionId, uint256 bidAmount)
finalize(uint256 auctionId)
This contract contains no event objects.
constructor(address _foundationMarket)
This contract contains no fallback and receive objects.
This contract contains no error objects.