Let’s learn about PEPE: New Etherscan tool uses OpenAI to read smart contracts

0

Want to learn about Ethereum smart contract functionality, but have little to no developer experience? There’s a decentralized app for that.

Etherscan, the preeminent block explorer and analytics platform for Ethereum, is beta testing a new feature — called Code Reader — a tool that makes it easy to query OpenAI’s large language model (LLM) to research solidity smart contracts.

Just as the recent Advanced Filter makes it easier to research transaction information history, Code Reader provides an intuitive way for non-developers to learn about how specific smart contracts function.

Etherscan stresses that the answers are coming from OpenAI’s LLM, not Etherscan itself, and that while the tool is known to have useful applications in writing and parsing code, it shouldn’t be relied upon in a vacuum.

Professional auditing firms are already finding it offers a useful productivity boost, such as Michael Lewellen, a security solutions architect at OpenZeppelin.

“I’ve actually found it very useful,” Lewellen told Blockworks. “It’s mostly been a UX improvement, but I’ve very much enjoyed it.”

Example use cases

Bearing in mind the caveats, Etherescan says its feature will help developers and other interested parties to better understand code. 

“This feature is particularly valuable when interacting with a smart contract for the first time, as it provides a thorough understanding of its operations and functionality,” according to a tutorial on the feature.

By entering a smart contract address, one can quickly get a list of smart contract functions, which, among other uses, can allow one to interact directly with the smart contract on the respective contract address page — an alternative to using a front-end interface.

More experienced developers can use Code Reader to learn how to integrate a given smart contract with their own decentralized apps using natural language.

Is PEPE pointless?

Code Reader won’t be able to expound upon the utility of a meme or what value any given token has to its “community,” but it can break down what’s in the smart contract code.

For a simple example, let’s see what the token contract for the recently-in-vogue memecoin PEPE does:

A quick look at the PEPE token page, shows that it has around 121,000 holders and a fully diluted market cap of some $600 million.

In this case, the contract is “ownable,” meaning an account (owner) can be “granted exclusive access to specific functions,” four specifically:

  1. A transfer ownership function allows the owner to transfer ownership of the contract to a new account.
  2. The owner can set rules for token transfers.
  3. The owner can add or remove addresses from a blacklist.
  4. A function to renounce ownership of the contract, removing any functionality that is only available to the owner.

“Renouncing ownership of a contract means giving up control over the contract and its functionalities,” the Code Reader elaborates. “After renouncing ownership, no one will have the authority to modify contract state or perform administrative actions.”

That begs the question, “has ownership of this contract been renounced?” And, OpenAI quickly points out, yes it has.

So, what does that mean, precisely?

“New addresses cannot be added to the blacklist after the ownership of the contract has been renounced. The `blacklist` function can only be called by the contract owner, as specified by the `onlyOwner` modifier in the `blacklist` function. Once the ownership has been renounced, there is no contract owner, and therefore, no one can modify the blacklist. Therefore, the contract will not have the ability to limit transfers by adding addresses to the blacklist.”

Well, that’s comforting! So, you can freely send PEPE back and forth without risk of censorship (but not much else).

The feature is still under development and the Etherscan team is actively soliciting feedback. It requires an OpenAI API key — and sufficient credits — to work.


Get the day’s top crypto news and insights delivered to your email every evening. Subscribe to Blockworks’ free newsletter now.

Want alpha sent directly to your inbox? Get degen trade ideas, governance updates, token performance, can’t-miss tweets and more from Blockworks Research’s Daily Debrief.

Can’t wait? Get our news the fastest way possible. Join us on Telegram and follow us on Google News.


Leave A Reply

Your email address will not be published.