Skip to content

Instantly share code, notes, and snippets.

@krishan711
krishan711 / download_etherscan_source.py
Created March 8, 2023 17:13
Download all the files from an etherscan verified contract
import json
import asyncio
import os
import sys
from typing import Optional
import asyncclick as click
from core import logging
from core.requester import Requester
from core.util import file_util
{
"tokenId": 71956,
"collection": 71956,
"image": 61531,
"name": 60781,
"description": 54560,
"attributes": 30199,
"external_url": 15734,
"animation_url": 7761,
"edition": 4929,
@krishan711
krishan711 / RecyclerViewAdapter
Created December 20, 2014 13:15
RecyclerView with headers and footers
/*
* Created by Krishan Patel.
* Copyright (c) 2014. Rocko Labs Ltd. All Rights Reserved.
*/
package com.rockolabs.kites.adapters;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Canvas;