Skip to content

Instantly share code, notes, and snippets.

@novaknole
Created January 26, 2021 14:49
Show Gist options
  • Save novaknole/48f8abcb7f219064c69269225c5d6a74 to your computer and use it in GitHub Desktop.
Save novaknole/48f8abcb7f219064c69269225c5d6a74 to your computer and use it in GitHub Desktop.
"abi": [
{
"inputs": [
{
"internalType": "contract ANTv2MultiMinter",
"name": "_minter",
"type": "address"
},
{
"internalType": "contract ANTv2",
"name": "_ant",
"type": "address"
},
{
"internalType": "contract IERC20",
"name": "_anj",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"constant": true,
"inputs": [],
"name": "anj",
"outputs": [
{
"internalType": "contract IERC20",
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ant",
"outputs": [
{
"internalType": "contract ANTv2",
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"internalType": "uint256",
"name": "_amount",
"type": "uint256"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "migrateAll",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "minter",
"outputs": [
{
"internalType": "contract ANTv2MultiMinter",
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"internalType": "address",
"name": "_from",
"type": "address"
},
{
"internalType": "uint256",
"name": "_amount",
"type": "uint256"
},
{
"internalType": "address",
"name": "_token",
"type": "address"
},
{
"internalType": "bytes",
"name": "",
"type": "bytes"
}
],
"name": "receiveApproval",
"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