Skip to content

Instantly share code, notes, and snippets.

@suhailgme
Created February 14, 2020 16:18
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 suhailgme/2aa2953d0edfe655064927bbe69cd6d0 to your computer and use it in GitHub Desktop.
Save suhailgme/2aa2953d0edfe655064927bbe69cd6d0 to your computer and use it in GitHub Desktop.
[
{
"constant": false,
"inputs": [
{
"internalType": "address payable",
"name": "_towhomtoIssueAddress",
"type": "address"
},
{
"internalType": "uint256",
"name": "_2XLongETHAllocation",
"type": "uint256"
},
{
"internalType": "address",
"name": "_InvesteeTokenAddress",
"type": "address"
},
{
"internalType": "uint256",
"name": "_slippage",
"type": "uint256"
},
{
"internalType": "bool",
"name": "_residualInToken",
"type": "bool"
}
],
"name": "LetsInvest",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment