Destroys amount tokens from account, deducting from the caller's
allowance.
the optional limit for gas units that can be consumed
an array of TransactionReceipt objects
Perform sendtocontract
The contract method to send to
The arguments to use
Optionalvalue: stringThe amount to send to the contract
OptionalgasLimit: numberThe amount of gas units allowed
OptionalgasPrice: numberThe satoshi price per gas
see Result
Moves amount tokens from sender to recipient using the
allowance mechanism. amount is then deducted from the caller's
allowance.
Emits a Transfer event.
Destroys amount tokens from the caller witdrawing the
amount from the contract's MRX balance.
the optional limit for gas units that can be consumed
an array of TransactionReceipt objects
Returns the remaining number of tokens that
spenderwill be allowed to spend on behalf ofownerthrough transferFrom. This is zero by default. This value changes when approve or transferFrom are called.