The Neo network target.
The LX script hash found (Here).
The address to add.
The group number.
The contract admin WIF.
Gets the transferFrom allowance of an address
The Neo network target.
The LX script hash found (Here).
The base address to get the allowance against.
The address who can spend from "address".
Approve an amount to transfer on behalf of an address.
The Neo network target.
The LX script hash found (Here).
The address to grant a transfer allowance.
The number of tokens to grant spender control over.
The wif of the base account being spent from.
Returns the token balance of an address
The Neo network target.
The LX script hash found (Here).
The requested address to return the balance of.
Gets the amount of tokens on an account that are part of a vesting workflow.
The Neo network target.
The LX script hash found (Here).
The requested address to return the balance of.
Returns the contract's name.
The Neo network target.
The LX script hash found (Here).
Returns the number of decimals used on token amounts.
The Neo network target.
The LX script hash found (Here).
Enables Whitelisting of addresses for the transferFrom method.
The Neo network target.
The LX script hash found (Here).
A value representing whether this feature is enabled or disabled.
The contract admin wif.
Gets the unlock block for a token sale for a specific group.
The Neo network target.
The LX script hash found (Here).
The target group.
Gets the token sale group number of an address.
The Neo network target.
The LX script hash found (Here).
The target address to request information about.
Initialized the smart contract. This is a mandatory step that must occur prior to using the contract for the first time.
The Neo network target.
The LX script hash found (Here).
The contract admin WIF.
Checks if presale allocations are locked.
The Neo network target.
The LX script hash found (Here).
Mints tokens.
The Neo network target.
The LX script hash found (Here).
The amount to mint.
The contract admin WIF.
Sets a group's unlock block to a token sale.
The Neo network target.
The LX script hash found (Here).
The target group number.
The unlock block height.
The contract admin wif.
Gets the contract's token symbol.
The Neo network target.
The LX script hash found (Here).
Gets the token's total supply.
The Neo network target.
The LX script hash found (Here).
Transfers tokens between two addresses if the spender has custody of enough tokens.
The Neo network target.
The LX script hash found (Here).
The address to transfer to.
The amount of tokens to transfer.
The token holder's WIF.
Transfers tokens on behalf of another user.
The Neo network target.
The LX script hash found (Here).
The address to transfer from.
The address to transfer to.
The amount to transfer.
The wif of the user wishing to initiate the transfer.
Unlocks founder tokens.
The Neo network target.
The LX script hash found (Here).
The target founder address.
The vesting period to unlock.
The contract admin wif.
Updates the contract admin.
The Neo network target.
The LX script hash found (Here).
The new contract admin.
The contract admin WIF.
Generated using TypeDoc
Adds an address to a token sale group.