IFlowERC721V1
Functions
previewFlow
function previewFlow(
Evaluable calldata evaluable,
uint256[] calldata callerContext,
SignedContext[] calldata signedContexts
) external view returns (FlowERC721IO calldata);
flow
function flow(Evaluable calldata evaluable, uint256[] calldata callerContext, SignedContext[] calldata signedContexts)
external
payable
returns (FlowERC721IO calldata);
Events
Initialize
Contract has initialized.
event Initialize(address sender, FlowERC721Config config);
Parameters
Name | Type | Description |
---|---|---|
sender | address | msg.sender initializing the contract (factory). |
config | FlowERC721Config | All initialized config. |