ERC20SupplyChange

Git Source

struct ERC20SupplyChange {
    address account;
    uint256 amount;
}