Home > @infiniteobjects/eth-tokens-service > AlchemyService > findCreatorByTokenId
Gets the contract deployer wallet for a contract
Signature:
findCreatorByTokenId(contract: string, tokenId: string): Promise<string>;
Parameter | Type | Description |
---|---|---|
contract | string | |
tokenId | string |
Returns:
Promise<string>