|
|
@ -59,7 +59,7 @@ interface IERC777 { |
|
|
|
function send(address recipient, uint256 amount, bytes calldata data) external; |
|
|
|
function send(address recipient, uint256 amount, bytes calldata data) external; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* @dev Destoys `amount` tokens from the caller's account, reducing the |
|
|
|
* @dev Destroys `amount` tokens from the caller's account, reducing the |
|
|
|
* total supply. |
|
|
|
* total supply. |
|
|
|
* |
|
|
|
* |
|
|
|
* If a send hook is registered for the caller, the corresponding function |
|
|
|
* If a send hook is registered for the caller, the corresponding function |
|
|
|