Description Usage Arguments Warning
View source: R/erc20_balance.R
Get ERC20 token balance for a specific token, at a specific block.
1 | erc20_balance(address, block = "latest", api_key, quiet = FALSE)
|
address |
Character. A single Ethereum contract address as a character string (40 hexadecimal characters prepended by '0x'). |
block |
Either |
api_key |
An Etherscan API key. |
quiet |
Logical. Suppress progress messages? Default = |
As per the Etherscan documentation, the Etherscan Ethereum Developer APIs are provided as a community service and without warranty, so please just use what you need and no more. They support both GET/POST requests and a rate limit of 5 requests/sec.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.