Tags: haxpor/evmscan
Tags
Release 0.6.0 Changes * migrate to be generic in support EVM-based chains i.e. BSC, Ethereum, and Polygon * crate name changed to evmscan * Test cases are filled for all relevant chains in support * Context added support in easier in creating a context, and ChainType also added to differentiate between chain * Inconsistency handled internally as noticed from upstream API platforms e.g. inconsistency in field name, optional field not present in returned JSON API data
Release version 0.5.0 Changes * add support for querying code which is in JSON format as seen at https://docs.soliditylang.org/en/v0.5.8/using-the-compiler.html#compiler-input-and-output-json-description for API getting verified contract code. Test with 0x1befe6f3f0e8edd2d4d15cae97baee01e51ea4a4 which has mutiple files and is in JSON format. PS: Be careful and be vigilant not to interact with above contract address as it is attacked due to https://twitter.com/BlockSecTeam/status/1512832398643265537?s=20&t=n5hETJrbgTAANKTpiwiMeg. Reason is that it's not that easy to find such smart contract that has multiple files. We will change to safer contract address if we find better one.
Release 0.3.0 Changes - correct Getting BNB balance for a single address by block number to be maked with 'PRO API' in README.md - refactor, improve and fix src/test.rs to properly use Mutex locking (previously the lock immediately unlocks itself due to usage of `let _ = ...` which should be `let _guard = ...`) - add Stats's Getting BNB last price API support
PreviousNext