Skip to content

Latest commit

 

History

History
150 lines (71 loc) · 2.09 KB

TransferController.md

File metadata and controls

150 lines (71 loc) · 2.09 KB

TransferController

see the source

Execution cost: No bound available

Deployment cost: No bound available

Combined cost: No bound available

Events

CurrencyTransferred(address,address,uint256,address,uint256)

Execution cost: No bound available

Params:

  1. from of type address
  2. to of type address
  3. amount of type uint256
  4. currencyCt of type address
  5. currencyId of type uint256

Methods

approve(address,uint256,address,uint256)

Execution cost: No bound available

Params:

  1. to of type address
  2. amount of type uint256
  3. currencyCt of type address
  4. currencyId of type uint256

dispatch(address,address,uint256,address,uint256)

Execution cost: No bound available

Params:

  1. from of type address
  2. to of type address
  3. amount of type uint256
  4. currencyCt of type address
  5. currencyId of type uint256

getApproveSignature()

Execution cost: No bound available

Attributes: constant

Returns:

  1. output_0 of type bytes4

getDispatchSignature()

Execution cost: No bound available

Attributes: constant

Returns:

  1. output_0 of type bytes4

getReceiveSignature()

Execution cost: No bound available

Attributes: constant

Returns:

  1. output_0 of type bytes4

isQuantifiable()

Execution cost: No bound available

Attributes: constant

Returns:

  1. output_0 of type bool

isTyped()

Execution cost: No bound available

Attributes: constant

Returns:

  1. output_0 of type bool

receive(address,address,uint256,address,uint256)

Execution cost: No bound available

Params:

  1. from of type address
  2. to of type address
  3. amount of type uint256
  4. currencyCt of type address
  5. currencyId of type uint256

Back to the top ↑