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
Optional
value: stringThe amount to send to the contract
Optional
gasLimit: numberThe amount of gas units allowed
Optional
gasPrice: 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
spender
will be allowed to spend on behalf ofowner
through transferFrom. This is zero by default. This value changes when approve or transferFrom are called.