I hereby claim:
- I am techieanant on github.
- I am anantup (https://keybase.io/anantup) on keybase.
- I have a public key ASDtp_0UF14MyjavIB-E20KIdxNgBGFV0L6WPWpwGQl1_wo
To claim this, I am signing this object:
{ | |
"ceremony": "zk_transaction_1_2", | |
"ceremonyId": "3lHsQDxM4lQKxkwA0Oyj", | |
"time": "2021-03-27T05:41:18.300Z", | |
"contributionNumber": 80, | |
"hash": "0b12aa40 ae84f45d 3fb615f5 cae40254\n 5ae56c06 633f8460 f7a77ac1 bf40e81a\n 7b5f30bc 392ab4d2 0d304783 bfbf7fe5\n e7d92ffa d606770d 9696492a 220520eb\n" | |
} |
{ | |
"ceremony": "zk_transaction_1_1", | |
"ceremonyId": "hIfLWePJPn6ldES7OZjB", | |
"time": "2021-03-27T05:39:43.124Z", | |
"contributionNumber": 92, | |
"hash": "bb535adc 59984000 433055b2 76367eb0\n 21816eae 46da5587 ebfb5bfd 3461f618\n b7967ddb b7c960a4 3ec1c303 482c29dc\n e523783d 1da4f2ed 2ebb0b12 54256f8a\n" | |
} |
#!/bin/bash | |
echo "Enter your username:" | |
read USER_NAME | |
curl_check () | |
{ | |
echo "Checking for curl..." | |
if command -v curl > /dev/null; then | |
echo "Detected curl..." |
pragma solidity >=0.4.22 <0.6.0; | |
interface IERC20 { | |
function balanceOf(address who) external view returns (uint256); | |
function transfer(address to, uint256 value) external returns (bool); | |
function allowance(address owner, address spender) external view returns (uint256); | |
function transferFrom(address from, address to, uint256 value) external returns (bool); | |
function approve(address spender, uint256 value) external returns (bool); | |
event Transfer(address indexed from, address indexed to, uint256 value); | |
event Approval(address indexed owner, address indexed spender, uint256 value); |
I hereby claim:
To claim this, I am signing this object:
0xEc660C4E2488645160EB8a9B8a4bB1408AADAE87 |