{"id":49386113,"url":"https://github.com/dpaluy/etherscan","last_synced_at":"2026-04-28T09:34:04.731Z","repository":{"id":56844911,"uuid":"130988905","full_name":"dpaluy/etherscan","owner":"dpaluy","description":"Ruby Gem for the EtherScan API https://etherscan.io/apis","archived":false,"fork":false,"pushed_at":"2019-11-26T07:55:32.000Z","size":42,"stargazers_count":6,"open_issues_count":2,"forks_count":8,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-01T07:55:03.454Z","etag":null,"topics":["ethereum","etherscan","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dpaluy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-04-25T10:20:05.000Z","updated_at":"2023-01-03T08:10:16.000Z","dependencies_parsed_at":"2022-09-09T16:30:11.263Z","dependency_job_id":null,"html_url":"https://github.com/dpaluy/etherscan","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/dpaluy/etherscan","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpaluy%2Fetherscan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpaluy%2Fetherscan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpaluy%2Fetherscan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpaluy%2Fetherscan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dpaluy","download_url":"https://codeload.github.com/dpaluy/etherscan/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpaluy%2Fetherscan/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32375611,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T09:24:15.638Z","status":"ssl_error","status_checked_at":"2026-04-28T09:24:15.071Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ethereum","etherscan","ruby"],"created_at":"2026-04-28T09:34:03.899Z","updated_at":"2026-04-28T09:34:04.719Z","avatar_url":"https://github.com/dpaluy.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EtherScan API gem\n\n[![Gem Version](https://badge.fury.io/rb/etherscan_api.png)](http://badge.fury.io/rb/etherscan_api)\n[![Build Status](https://travis-ci.org/dpaluy/etherscan.svg?branch=master)](https://travis-ci.org/dpaluy/etherscan)\n[![Maintainability](https://api.codeclimate.com/v1/badges/75848a6693e61972e5f3/maintainability)](https://codeclimate.com/github/dpaluy/etherscan/maintainability)\n[![Dependency Status](https://gemnasium.com/badges/github.com/dpaluy/etherscan.svg)](https://gemnasium.com/github.com/dpaluy/etherscan)\n\nRuby Gem for the EtherScan API https://etherscan.io/apis\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n`gem 'etherscan_api', require: 'etherscan'`\n\nAnd then execute:\n\n`$ bundle`\n\nOr install it yourself using:\n\n`$ gem install etherscan_api`\n\n## Usage\n\nGet your api key: https://etherscan.io/myapikey\n\n```\n# config/initializers/etherscan.rb\nEtherscan.configure do |config|\n  config.key = 'my_api_key'\nend\n```\n\n```\netherscan = Etherscan::Tokens.new\n\n# Get ERC20-Token TotalSupply by ContractAddress\ncontract_address = '0x1f573d6fb3f13d689ff844b4ce37794d79a7ff1c'\netherscan.total_supply(contract_address)\n\n# Get ERC20-Token Account Balance for TokenContractAddress\ncontract_address = '0x1f573d6fb3f13d689ff844b4ce37794d79a7ff1c'\naddress = '0xb36efd48c9912bd9fd58b67b65f7438f6364a256'\netherscan.balance(address, contract_address)\n```\n\n## Contributing to etherscan\n\n* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.\n* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.\n* Fork the project.\n* Start a feature/bugfix branch.\n* Commit and push until you are happy with your contribution.\n* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.\n* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.\n\n## Copyright\n\nCopyright (c) 2018 David Paluy. See [LICENSE.txt](LICENSE.txt) for\nfurther details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpaluy%2Fetherscan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdpaluy%2Fetherscan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpaluy%2Fetherscan/lists"}