Returns token name.
Returns token print value (how much will be printed at once).
Returns token symbol.
Sets this token's allowance of a spender from the current coinbase.
Spender of tokens.
New allowance for this spender.
Balance in this token.
Returns a token's balance of this address.
ERC20 compatible token.
balance
Returns this token's balance of an address.
Address of which balance to get.
Balance in this token.
Returns a caching getter for a constant contract property.
Name of contract property.
Getter for contract property.
Returns token decimal places count.
TODO(q3k): Replace this once our smart contracts start returning uint8, per ERC20.
Compares two addresses for equality, ie. if they are the same address.
Address to compare with.
Whether addresses are equal.
Converts an integer representation of the tokan into a human-friendly decimal point representation.
Token amount as integer.
Human-readable decimal point representation.
Converts a decimal representation of the token into the internal integer representation.
Token amount with decimal point.
Internal integer representation.
Prints printValue
tokens and sends them to an address.
Receiver of newly printed tokens.
Converts this token to a PrintableToken.
This token as a PrintableToken.
Converts this address to a proto representation.
This address as a protobuf.
Converts this address to a Token.
This address as a token.
Generated using TypeDoc
PrintableToken is a ERC-20 compatible token with an additional 'print' method that allows printing of tokens and sending them to any user. We use this in our demo setup to allow users to quickly acquire our collateral and loan tokens without having to use faucets.