ERC721SupplyChange

Git Source

Represents a single mint or burn of a single ERC721 token. Whether this is a mint or burn must be implied by the context.

struct ERC721SupplyChange {
    address account;
    uint256 id;
}

Properties

NameTypeDescription
accountaddressThe address the token is being minted/burned to/from.
iduint256The id of the token being minted/burned.