ForeMarkets (Factory)
Extends ERC721 token standard
INIT_CODE_PAIR_HASH
Returns init creation code, eeded to calculate market address
market
Returns market address for hash(bytes32)
isForeMarket
Returns true if address is Fore Market
allMarkets
Returns market address of index
tokenURI
Returns token uri for existing token
Input/Output | Data Type | Variable Name | Comment |
input | uint256 | tokenId | |
output | string | N/A | token uri |
isForeOperator
ForeOperators: ForeMarkets(as factory), ForeMarket contracts and marketplaceReturns true if Address is ForeOperator
Input/Output | Data Type | Variable Name | Comment |
input | address | addr | |
output | bool | N/A | true if Address is ForeOperator |
allMarketLength
Returns length of all markets array
Input/Output | Data Type | Variable Name | Comment |
output | uint256 | N/A | length of all markets array |
mintVerifier
Mints Verifier Nft (ForeVerifier)
Input/Output | Data Type | Variable Name | Comment |
input | address | receiver | receiver address |
Last updated