Properties
property name: string = "Example";
property symbol: string = "EXP";
property isBurnable: bool = true;
property isFinite: bool = true;
property isFungible: bool = false;
property maxSupply: number = 10000;
property isTransferable: bool = true;
property isCapped: bool = false;
property decimals:number = 8;
property owner:address = _owner;Last updated