UNPKG

@hubiinetwork/soldoc

Version:

Solidity documentation generator

151 lines (71 loc) 2.13 kB
# TransferController [see the source](https://github.com/dev-matan-tsuberi/soldoc/tree/master/contracts/TransferController.sol) **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`* --- ### getApproveSignature() **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`* --- ### getSendSignature() **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`* --- ### send(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 ](#transfercontroller)