@@ -169,7 +169,7 @@ public function getInternalTransactionsByHash(string $hash, int $page = 1, int $
169169 }
170170
171171 /**
172- * @see https://docs.etherscan.io/api-endpoints/accounts#get-internal-transactions-by-block-range
172+ * @see https://docs.etherscan.io/api-reference/endpoint/txlistinternal-blockrange
173173 * @return InternalTransaction[]
174174 */
175175 public function getInternalTransactionsByBlockRange (int $ startBlock , int $ endBlock , int $ page = 1 , int $ offset = 10 ): array
@@ -216,7 +216,7 @@ public function getInternalTransactionsByBlockRange(int $startBlock, int $endBlo
216216 }
217217
218218 /**
219- * @see https://docs.etherscan.io/api-endpoints/accounts#get-a-list-of-erc20-token-transfer-events-by-address
219+ * @see https://docs.etherscan.io/api-reference/endpoint/tokentx
220220 * @return Erc20Event[]
221221 */
222222 public function getErc20TokenTransferEvents (?string $ address = null , ?string $ contractAddress = null , int $ page = 1 , int $ offset = 100 ): array
@@ -285,7 +285,7 @@ public function getErc20TokenTransferEvents(?string $address = null, ?string $co
285285 }
286286
287287 /**
288- * @see https://docs.etherscan.io/api-endpoints/accounts#get-a-list-of-erc721-token-transfer-events-by-address
288+ * @see https://docs.etherscan.io/api-reference/endpoint/tokennfttx
289289 * @return Erc721Event[]
290290 */
291291 public function getErc721TokenTransferEvents (?string $ address = null , ?string $ contractAddress = null , int $ page = 1 , int $ offset = 100 ): array
@@ -354,7 +354,7 @@ public function getErc721TokenTransferEvents(?string $address = null, ?string $c
354354 }
355355
356356 /**
357- * @see https://docs.etherscan.io/api-endpoints/accounts#get-a-list-of-erc1155-token-transfer-events-by-address
357+ * @see https://docs.etherscan.io/api-reference/endpoint/token1155tx
358358 * @return Erc1155Event[]
359359 */
360360 public function getErc1155TokenTransferEvents (?string $ address = null , ?string $ contractAddress = null , int $ page = 1 , int $ offset = 100 ): array
0 commit comments