CreateArgs
struct CreateArgs {
address oracle;
FactoryOutcome[] outcomes;
uint64 timeEnding;
bytes32 documentation;
address feeRecipient;
uint64 feeCreator;
uint64 feeLp;
uint64 feeMinter;
uint64 feeReferrer;
uint256 seedLiquidity;
bool isDppm;
}
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
struct CreateArgs {
address oracle;
FactoryOutcome[] outcomes;
uint64 timeEnding;
bytes32 documentation;
address feeRecipient;
uint64 feeCreator;
uint64 feeLp;
uint64 feeMinter;
uint64 feeReferrer;
uint256 seedLiquidity;
bool isDppm;
}