Sushi Token Smart Contract
Address
Init function
function initToken(
string memory _name,
string memory _symbol,
address _owner,
uint256 _initialSupply
)
public overrideLast updated
Was this helpful?