ShareStore
/contracts/abstract/ISAO/ShareStore.sol

event

BuyShare f4641234

inputs0addressaddr
inputs1uint256value
event

RefundShare 71f29b4b

inputs0addressaddr
inputs1uint256value
event

ReleaseEther 469789da

inputs0addressaddr
inputs1uint256value
event

ReleaseEtherToStakeholder 0fd79c52

inputs0uint8role
inputs1addressaddr
inputs2uint256value
event

ReleaseToken d777ee46

inputs0addressaddr
inputs1uint256value
event

ReleaseTokenToStakeholder 9a2d57bc

inputs0uint8role
inputs1addressaddr
inputs2uint256value
fallback, payable

ShareStore

function, payable

buyShare 4da13c2e

function, constant

maximalFundSize 9d12bf0a

function, constant

minimalDeposit 6fe4d97a

function, constant

minimalFundSize ed48ee3d

function

refundShare 2229fdf4

Allow to return ETH back to msg.sender if state Money back

inputs0uint256_value

amount of ETH in wei

outputs0bool
function

refundShareForce 4aea6232

Allow to return ETH back to person by admin or paybot if state Money back

inputs0address_for

address of person

inputs1uint256_value

amount of ETH in wei

outputs0bool
function

releaseEtherToStakeholderForce 31d98d21

Release amount of ETH to stakeholder by admin or paybot

inputs0uint8_for

stakeholder role (for example: 2)

inputs1uint256_value

amount of ETH in wei

outputs0bool
function

releaseToken b54d6238

Release amount of tokens to msg.sender

inputs0uint256_value

amount of tokens

outputs0bool
function

releaseTokenForce e20d82df

Release amount of tokens to person by admin or paybot

inputs0address_for

address of person

inputs1uint256_value

amount of tokens

outputs0bool