IFlowERC721V2

Git Source

Functions

previewFlow

function previewFlow(
    Evaluable calldata evaluable,
    uint256[] calldata callerContext,
    SignedContextV1[] calldata signedContexts
) external view returns (FlowERC721IO calldata);

flow

function flow(Evaluable calldata evaluable, uint256[] calldata callerContext, SignedContextV1[] calldata signedContexts)
    external
    payable
    returns (FlowERC721IO calldata);

Events

Initialize

Contract has initialized.

event Initialize(address sender, FlowERC721Config config);

Parameters

NameTypeDescription
senderaddressmsg.sender initializing the contract (factory).
configFlowERC721ConfigAll initialized config.