PHUM HOOMMAVONG
Results
2
comments of
PHUM HOOMMAVONG
> // SPDX-License-Identifier: MIT > pragma solidity ^0.5.10; > > interface ITRC20 { > function transferFrom(address sender, address recipient, uint256 amount) external returns (bool); > function transfer(address recipient, uint256 amount)...