Skip to content

Instantly share code, notes, and snippets.

@notesbytom
Created July 11, 2021 14:52
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 notesbytom/22494759c0640c1252d66a74df4356a0 to your computer and use it in GitHub Desktop.
Save notesbytom/22494759c0640c1252d66a74df4356a0 to your computer and use it in GitHub Desktop.
FaucetToken abi for Ethereum TestNet allocateTo function
// goerli dai 18 decimals at 0xdc31Ee1784292379Fbb2964b3B9C4124D8F89C60
// see https://github.com/compound-finance/compound-money-market/blob/master/networks/rinkeby-abi.json
// FaucetToken and FaucetNonStandardToken
// This can be used with https://remix.ethereum.org/ Deploy & Run Transactions At Address feature
[
{
"constant": false,
"inputs": [
{
"name": "_owner",
"type": "address"
},
{
"name": "value",
"type": "uint256"
}
],
"name": "allocateTo",
"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