FlowERC721IOV1

Git Source

Represents a set of ERC721 transfers, including self mints/burns.

struct FlowERC721IOV1 {
    ERC721SupplyChange[] mints;
    ERC721SupplyChange[] burns;
    FlowTransferV1 flow;
}

Properties

NameTypeDescription
mintsERC721SupplyChange[]The mints that occurred.
burnsERC721SupplyChange[]The burns that occurred.
flowFlowTransferV1The transfers that occured.