'Get the `functionName` called from an ethereum transaction

I'd like to display an ethereum transaction and include the methodName that was called. For example, this transaction's method was mint. Is there an API endpoint in etherscan or alchemy or infura that returns this information?

Etherscan documentation for transactions doesn't include it. Neither does alchemy's getTransactionReceipt (docs).

enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source