# IERC20Receiver









## Methods

### onReceiveERC20

```solidity
function onReceiveERC20(address token, address from, uint256 amount) external nonpayable
```





#### Parameters

| Name | Type | Description |
|---|---|---|
| token | address | undefined |
| from | address | undefined |
| amount | uint256 | undefined |




