Skip to content

Instantly share code, notes, and snippets.

@ngyam
Last active May 7, 2019 11:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ngyam/4393eb96ada896b62afc922b760c6802 to your computer and use it in GitHub Desktop.
Save ngyam/4393eb96ada896b62afc922b760c6802 to your computer and use it in GitHub Desktop.
EWF holding contract JSON ABI
[
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "holders",
"outputs": [
{
"name": "availableAmount",
"type": "uint256"
},
{
"name": "lockedUntilBlocktimestamp",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TARGET_AMOUNT",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "initialLockedUpAmount",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"constant": false,
"inputs": [
{
"name": "holderAddress",
"type": "address"
}
],
"name": "releaseFunds",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment