@hubiinetwork/soldoc
Version:
Solidity documentation generator
45 lines (21 loc) • 724 B
Markdown
# Beneficiary
[see the source](https://github.com/dev-matan-tsuberi/soldoc/tree/master/contracts/Beneficiary.sol)
**Execution cost**: No bound available
**Deployment cost**: No bound available
**Combined cost**: No bound available
## Methods
### depositEthersTo(address)
**Execution cost**: No bound available
**Attributes**: payable
Params:
1. **wallet** *of type `address`*
---
### depositTokensTo(address,int256,address,uint256,string)
**Execution cost**: No bound available
Params:
1. **wallet** *of type `address`*
2. **amount** *of type `int256`*
3. **currencyCt** *of type `address`*
4. **currencyId** *of type `uint256`*
5. **standard** *of type `string`*
[Back to the top ↑](#beneficiary)