IButtonswapERC20Events
Events
Approval
Emitted when the allowance of a spender for an owner is set by a call to {IButtonswapERC20-approve}.
value is the new allowance.
event Approval(address indexed owner, address indexed spender, uint256 value);
Transfer
Emitted when value tokens are moved from one account (from) to another (to).
event Transfer(address indexed from, address indexed to, uint256 value);