Protocol Config
MAX_FEE
Returns Max fee (1 = 0.01%)
MAX_PRICE
Returns Max price (FORE)
marketConfig
Returns address of current market configurationConfiguration for created market is immutable. New configuration will be used only in newly created markets
foundationWallet
Returns address of foundation account
revenueWallet
Returns address of revenue account
highGuard
Returns address of high guard account
marketplace
Returns address of marketplace account
foreToken
Returns address of fore token contract
foreVerifiers
Returns address of foreVerifiers contract
marketCreationPrice
Returns market creation price (in FORE) (wei)
verifierMintPrice
Returns minting verifiers NFT price (in FORE) (wei)
setMarketConfig
Updates current configurationInput/OutputData TypeVariable NameCommentinputuint256verifierMintPricePinputuint256disputePricePinputuint256creationPricePinputuint256reportPeriodPinputuint256verificationPeriodPinputuint256burnFeePinputuint256foundationFeePinputuint256revenueFeePinputuint256marketCreatorFeePinputuint256verificationFeeP
setFoundationWallet
Changes foundation accountInput/OutputData TypeVariable NameCommentinputaddress_newAddrNew address
setRevenueWallet
Changes revenue accountInput/OutputData TypeVariable NameCommentinputaddress_newAddrNew address
setHighGuard
Changes high guard accountInput/OutputData TypeVariable NameCommentinputaddress_newAddrNew address
setMarketplace
Changes marketplace contract addressInput/OutputData TypeVariable NameCommentinputaddress_newAddrNew address
setVerifierMintPrice
Changes verifier mint priceInput/OutputData TypeVariable NameCommentinputuint256_amountPrice (FORE)
setMarketCreationPrice
Changes market creation priceInput/OutputData TypeVariable NameCommentinputuint256_amountPrice (FORE)
Last updated