@daostack/access_control
Version:
Capability-based access control for Ethereum smart contracts.
45 lines (22 loc) • 698 B
Markdown
# Dummy
[see the source](git+https://github.com/daostack/access_control/tree/master/contracts/test/Dummy.sol)
> A dummy contract used for testing.
**Execution cost**: less than 99 gas
**Deployment cost**: less than 46800 gas
**Combined cost**: less than 46899 gas
## Events
### Funced(uint256,uint256)
**Execution cost**: No bound available
Params:
1. **_arg0** *of type `uint256`*
2. **_arg1** *of type `uint256`*
## Methods
### func(uint256,uint256)
**Execution cost**: less than 1573 gas
Params:
1. **_arg0** *of type `uint256`*
2. **_arg1** *of type `uint256`*
Returns:
1. **output_0** *of type `uint256`*
2. **output_1** *of type `uint256`*
[Back to the top ↑](#dummy)