created: Find all the contracts created by an Ethereum address

Description Usage Arguments Details Value Warning

View source: R/created.R

Description

Return the addresses of all contracts created by an Ethereum address.

Usage

1
created(address, simple = FALSE, api_key)

Arguments

address

Character. A single ethereum address as a character string (40 hexadecimal characters prepended by '0x').

simple

Logical. If TRUE, only a vector of addresses is returned. If FALSE, details regarding transactions creating contracts are returned.

api_key

An Etherscan API key (see Details).

Details

created uses the Etherscan API. Register for an API key at the Etherscan Developer APIs page.

Value

If simple is TRUE, a tbl_df containing details (as per get_txs()) of transactions that created contracts. If simple is FALSE, a vector of contract addresses.

Warning

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.


dapped/eth documentation built on Oct. 23, 2021, 4:42 a.m.