Download the PHP package slvler/ether without Composer
On this page you can find all versions of the php package slvler/ether. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package ether
Short Description Laravel etherscan.io api service
License MIT
Homepage https://github.com/slvler/etherscan-service
Informations about the package ether
Etherscan Service
An api service for etherscan.io
Requirements
- PHP 8.2
- Laravel 9.x | 10.x | 11.x
Installation
To install this package tou can use composer:
Usage
-
First, you should extract the config/etherscan.php file to the config folder.
-
First of all we'll add the API key and API Url of the service we're using to our .env file of our project. If you don't have an account yet on api.etherscan.io, you should create one. Once you have an account you can copy your API key from the dashboard page and put it into you .env file.
- This is how you can connect to the etherscan api service.
-
Returns the Ether balance of a given address.
-
Returns the balance of the accounts from a list of addresses.
-
Returns the list of transactions performed by an address, with optional pagination.
-
Returns the list of internal transactions performed by an address, with optional pagination.
-
Returns the list of internal transactions performed within a transaction.
-
Returns the list of internal transactions performed within a block range, with optional pagination.
-
Returns the list of ERC-20 tokens transferred by an address, with optional filtering by token contract.
-
Returns the list of ERC-721 ( NFT ) tokens transferred by an address, with optional filtering by token contract.
-
Returns the list of ERC-1155 ( Multi Token Standard ) tokens transferred by an address, with optional filtering by token contract.
-
Returns the list of blocks mined by an address.
- Returns the balance of an address at a certain block height. - PRO
Testing
Credits
License
The MIT License (MIT). Please see License File for more information.
Contributing
You're very welcome to contribute. Please see CONTRIBUTING for details.
All versions of ether with dependencies
guzzlehttp/guzzle Version ^7.2
illuminate/support Version ^9.0|^10.0|^11.0