BuyShare f4641234| inputs | 0 | address | addr | |
| 1 | uint256 | value |
RefundShare 71f29b4b| inputs | 0 | address | addr | |
| 1 | uint256 | value |
ReleaseEther 469789da| inputs | 0 | address | addr | |
| 1 | uint256 | value |
ReleaseEtherToStakeholder 0fd79c52| inputs | 0 | uint8 | role | |
| 1 | address | addr | ||
| 2 | uint256 | value |
ReleaseToken d777ee46| inputs | 0 | address | addr | |
| 1 | uint256 | value |
ReleaseTokenToStakeholder 9a2d57bc| inputs | 0 | uint8 | role | |
| 1 | address | addr | ||
| 2 | uint256 | value |
ISAO buyShare 4da13c2edistributionPeriod 9b501723getRole 44276733It returns role in pooling of account address that you sent via param
| inputs | 0 | address | _targetAddress | ethereum addrees of person who's role will be returned |
| outputs | 0 | uint8 |
getState 1865c57dReturns state of pooling (for example: raising)
| outputs | 0 | uint8 |
launchTimestamp 65cf7c9bmaximalFundSize 9d12bf0aminimalDeposit 6fe4d97aminimalFundSize ed48ee3draisingPeriod afd54d82refundShare 2229fdf4Allow to return ETH back to msg.sender if state Money back
| inputs | 0 | uint256 | _value | amount of ETH in wei |
| outputs | 0 | bool |
refundShareForce 4aea6232Allow to return ETH back to person by admin or paybot if state Money back
| inputs | 0 | address | _for | address of person |
| 1 | uint256 | _value | amount of ETH in wei | |
| outputs | 0 | bool |
releaseEtherToStakeholderForce 31d98d21Release amount of ETH to stakeholder by admin or paybot
| inputs | 0 | uint8 | _for | stakeholder role (for example: 2) |
| 1 | uint256 | _value | amount of ETH in wei | |
| outputs | 0 | bool |
releaseToken b54d6238Release amount of tokens to msg.sender
| inputs | 0 | uint256 | _value | amount of tokens |
| outputs | 0 | bool |
releaseTokenForce e20d82dfRelease amount of tokens to person by admin or paybot
| inputs | 0 | address | _for | address of person |
| 1 | uint256 | _value | amount of tokens | |
| outputs | 0 | bool |
setState a9e966b7Allow to set state by stakeholders
| inputs | 0 | uint256 | newState | |
| outputs | 0 | bool |