Skip to content

Instantly share code, notes, and snippets.

@littlekfc
Created May 15, 2021 03:22
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 littlekfc/fce5bb5e40ba5c8aad79e5a5ea974779 to your computer and use it in GitHub Desktop.
Save littlekfc/fce5bb5e40ba5c8aad79e5a5ea974779 to your computer and use it in GitHub Desktop.
[
{
"inputs": [
{
"internalType": "address payable[]",
"name": "to",
"type": "address[]"
},
{
"internalType": "uint256",
"name": "amountOut",
"type": "uint256"
}
],
"name": "airdropETH",
"outputs": [],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address[]",
"name": "to",
"type": "address[]"
},
{
"internalType": "address",
"name": "token",
"type": "address"
},
{
"internalType": "uint256",
"name": "amountOut",
"type": "uint256"
}
],
"name": "airdropToken",
"outputs": [],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "newOwner",
"type": "address"
}
],
"name": "changeOwner",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "drainETH",
"outputs": [],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "token",
"type": "address"
}
],
"name": "drainToken",
"outputs": [],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [],
"stateMutability": "payable",
"type": "constructor"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment