arc_dx
Version:
A platform for building DAOs
109 lines (50 loc) • 1.3 kB
Markdown
# ExecutableTest
[see the source](https://github.com/daostack/arc/tree/master/contracts/test/ExecutableTest.sol)
**Execution cost**: less than 118 gas
**Deployment cost**: less than 74000 gas
**Combined cost**: less than 74118 gas
## Events
### LogAddress(address)
**Execution cost**: No bound available
Params:
1. **_msg** *of type `address`*
### LogBool(bool)
**Execution cost**: No bound available
Params:
1. **_msg** *of type `bool`*
### LogBytes(bytes)
**Execution cost**: No bound available
Params:
1. **_msg** *of type `bytes`*
### LogBytes32(bytes32)
**Execution cost**: No bound available
Params:
1. **_msg** *of type `bytes32`*
### LogInt(int256)
**Execution cost**: No bound available
Params:
1. **_msg** *of type `int256`*
### LogString(string)
**Execution cost**: No bound available
Params:
1. **_msg** *of type `string`*
### LogUint(uint256)
**Execution cost**: No bound available
Params:
1. **_msg** *of type `uint256`*
## Methods
### execute(bytes32,address,int256)
**Execution cost**: less than 3379 gas
Params:
1. **_proposalId** *of type `bytes32`*
2. **_avatar** *of type `address`*
3. **_param** *of type `int256`*
Returns:
1. **output_0** *of type `bool`*
[Back to the top ↑](#executabletest)