zilswap-sdk / Exports / zilo
Ƭ OnStateUpdate: (appState
: ZiloAppState) => void
▸ (appState
): void
Name | Type |
---|---|
appState |
ZiloAppState |
void
Ƭ ZiloAppState: Object
Name | Type |
---|---|
claimable |
boolean |
contractInit |
ZiloContractInit | null |
contractState |
ZiloContractState |
contributed |
boolean |
currentNonce |
number | null |
currentUser |
string | null |
state |
ILOState |
userContribution |
BigNumber |
Ƭ ZiloContractInit: Object
Name | Type |
---|---|
_creation_block |
string |
_scilla_version |
string |
_this_address |
string |
end_block |
number |
liquidity_address |
string |
liquidity_zil_amount |
BigNumber |
minimum_zil_amount |
BigNumber |
receiver_address |
string |
start_block |
number |
target_zil_amount |
BigNumber |
target_zwap_amount |
BigNumber |
token_address |
string |
token_amount |
BigNumber |
zwap_address |
string |
Ƭ ZiloContractState: Object
Name | Type |
---|---|
contributions |
Object |
initialized |
ADTValue |
total_contributions |
string |