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
4da13c2e
distributionPeriod
9b501723
getRole
44276733
It 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
1865c57d
Returns state of pooling (for example: raising)
outputs | 0 | uint8 |
launchTimestamp
65cf7c9b
maximalFundSize
9d12bf0a
minimalDeposit
6fe4d97a
minimalFundSize
ed48ee3d
raisingPeriod
afd54d82
refundShare
2229fdf4
Allow to return ETH back to msg.sender if state Money back
inputs | 0 | uint256 | _value | amount of ETH in wei |
outputs | 0 | bool |
refundShareForce
4aea6232
Allow 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
31d98d21
Release 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
b54d6238
Release amount of tokens to msg.sender
inputs | 0 | uint256 | _value | amount of tokens |
outputs | 0 | bool |
releaseTokenForce
e20d82df
Release 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
a9e966b7
Allow to set state by stakeholders
inputs | 0 | uint256 | newState | |
outputs | 0 | bool |