2.3 符文转账:

(1)function transfer(uint CFXsId, address _to) 单一转账

CFXsId为需要转账的CFXs的Id,to为要转到的地址;

(2)function transfer(uint[] memory CFXsIds, address _to) 批量转账

CFXsId为需要转账的CFXs的Id数组,_to为要转到的地址;

Last updated