arc_dx
Version:
A platform for building DAOs
59 lines (27 loc) • 804 B
Markdown
# ActionMock
[see the source](https://github.com/daostack/arc/tree/master/contracts/test/ActionMock.sol)
**Execution cost**: less than 191 gas
**Deployment cost**: less than 152800 gas
**Combined cost**: less than 152991 gas
## Events
### Action(address,bytes32)
**Execution cost**: No bound available
Params:
1. **_sender** *of type `address`*
2. **_param** *of type `bytes32`*
## Methods
### action(bytes32[])
**Execution cost**: No bound available
Params:
1. **params** *of type `bytes32[]`*
Returns:
1. **output_0** *of type `bool`*
### genericAction(address,bytes32[])
**Execution cost**: No bound available
Params:
1. **avatar** *of type `address`*
2. **params** *of type `bytes32[]`*
Returns:
1. **output_0** *of type `bool`*
[Back to the top ↑](#actionmock)