@hubiinetwork/soldoc
Version:
Solidity documentation generator
61 lines (27 loc) • 903 B
Markdown
# AccrualBeneficiary
[see the source](https://github.com/dev-matan-tsuberi/soldoc/tree/master/contracts/AccrualBeneficiary.sol)
**Execution cost**: No bound available
**Deployment cost**: No bound available
**Combined cost**: No bound available
## Events
### CloseAccrualPeriodEvent()
**Execution cost**: No bound available
## Methods
### closeAccrualPeriod()
**Execution cost**: No bound available
### 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 ↑](#accrualbeneficiary)