Fixed Supply Token Smart Contract
Address
Init functions
function getInitData(
string calldata _name,
string calldata _symbol,
address _owner,
uint256 _initialSupply
)
external pure returns (bytes memory _data)function initToken(bytes calldata _data) public overridefunction initToken(
string memory _name,
string memory _symbol,
address _owner,
uint256 _initialSupply
)
public overrideLast updated
Was this helpful?