Created
July 11, 2021 14:52
-
-
Save notesbytom/22494759c0640c1252d66a74df4356a0 to your computer and use it in GitHub Desktop.
FaucetToken abi for Ethereum TestNet allocateTo function
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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