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

*Code deposit cost: **No bound available.***

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

*Total deploy cost(deposit + execution): **No bound available.***

> 

## Reference
### Constructors
*Nothing*
### Events
*Nothing*
### Fallback
*Nothing*
### Functions
#### *function* threshold

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

**constant | view**

*Inputs:*

1. **_avatar** *of type address*

*Returns:*

1. **unnamed** *of type uint256*


#### *function* shouldBoost

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

**constant | view**

*Inputs:*

1. **_proposalId** *of type bytes32*

*Returns:*

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


#### *function* score

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

**constant | view**

*Inputs:*

1. **_proposalId** *of type bytes32*

*Returns:*

1. **unnamed** *of type uint256*


#### *function* redeemAmount

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

**constant | view**

*Inputs:*

1. **_proposalId** *of type bytes32*
2. **_staker** *of type address*

*Returns:*

1. **unnamed** *of type uint256*


