# ExecutableTest
[see the source](https://github.com/daostack/daostack/tree/master/contracts/test/ExecutableTest.sol)

*Code deposit cost: **less than 74000 gas.***

*Execution cost: **less than 118 gas.***

*Total deploy cost(deposit + execution): **less than 74118 gas.***

> 

## Reference
### Constructors
*Nothing*
### Events
#### *event* LogUint
*Params:*

1. **_msg** *of type uint256*


#### *event* LogString
*Params:*

1. **_msg** *of type string*


#### *event* LogInt
*Params:*

1. **_msg** *of type int256*


#### *event* LogBytes32
*Params:*

1. **_msg** *of type bytes32*


#### *event* LogBytes
*Params:*

1. **_msg** *of type bytes*


#### *event* LogBool
*Params:*

1. **_msg** *of type bool*


#### *event* LogAddress
*Params:*

1. **_msg** *of type address*


### Fallback
*Nothing*
### Functions
#### *function* execute

*Execution cost: **No bound available.***

**nonpayable**

*Inputs:*

1. **_proposalId** *of type bytes32*
2. **_avatar** *of type address*
3. **_param** *of type int256*

*Returns:*

1. **unnamed** *of type bool*


