- Found in src/TokenDivider.sol [Line: 133]()
```solidity
bool transferSuccess = IERC20(erc20).transfer(msg.sender, amount);
```
- Found in src/TokenDivider.sol [Line: 207]()
```solidity
IERC20(tokenInfo.erc20Address).transferFrom(msg.sender,to, amount);
```
- Found in src/TokenDivider.sol [Line: 248]()
```solidity
IERC20(tokenInfo.erc20Address).transferFrom(msg.sender,address(this), amount);
```
- Found in src/TokenDivider.sol [Line: 305]()
```solidity
IERC20(order.erc20Address).transfer(msg.sender, order.amount);
```