ISAOTest | inputs | 0 | uint256 | _raisingPeriod | |
| 1 | uint256 | _distributionPeriod | ||
| 2 | uint256 | _minimalFundSize | ||
| 3 | uint256[] | _limits | ||
| 4 | uint256[] | _costs | ||
| 5 | uint256 | _minimalDeposit | ||
| 6 | address | _paybotAddress |
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 |
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 |
incTimestamp c173f245add delta to current emulated timestamp
| inputs | 0 | uint256 | _dTime | delta increased to current emulated timestamp |
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 |
setERC20Token de562487| inputs | 0 | address | _tokenAddress |
setState a9e966b7Allow to set state by stakeholders
| inputs | 0 | uint256 | newState | |
| outputs | 0 | bool |
setTimestamp a0a2b573set current emulated time
| inputs | 0 | uint256 | _time | current emulated time |
| outputs | 0 | bool |
tokenAddress 9d76ea58