Skip to content

Instantly share code, notes, and snippets.

@snaketh4x0r
Created April 29, 2020 15:17
Show Gist options
  • Save snaketh4x0r/0b880cdda05f744011649a0233992ad0 to your computer and use it in GitHub Desktop.
Save snaketh4x0r/0b880cdda05f744011649a0233992ad0 to your computer and use it in GitHub Desktop.
[
{
"inputs": [
{
"internalType": "contract IERC20",
"name": "_TokenAddress",
"type": "address"
},
{
"internalType": "contract IERC1620",
"name": "_SabAddress",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"constant": true,
"inputs": [],
"name": "SabAddress",
"outputs": [
{
"internalType": "contract IERC1620",
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TokenAddress",
"outputs": [
{
"internalType": "contract IERC20",
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "createSub",
"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