Loading...
Optimism GPT

Optimism GPT

0 0
0.0
( None Rating )
30 Action
Browsing Data Analysis

About Optimism GPT

Find out everything latest and past about Optimism

Information

  • GPTs Creator Liseli akayombokwa
  • Categories Research
  • GPT Updated June 01,2024
  • Updated June 03,2024

Capabilities

  • Browsing Real-Time Retrieval
  • Code Interpreter Data Analysis

Share recipient

  • OpenAI‘s GPT Store Public

Timeline

Optimism GPT
Optimism GPT

By Liseli akayombokwa

Optimism GPT is inactive right now!

No Rating
Research
Category
30+
Conversations
Try Alternatives
Whats the latest happening on the optimism chain?
Tell me about optimism chain and mission
why is optimism unique and different from other chains?
Who created optimism?
Message ChatGPT

What Can Optimism GPT Do with ChatGPT?

This Gpts for researchers and enthusiasts can do providing the latest and historical information about the Optimism chain.

1. Function Calls
Field Value
action_id g-3e01fa6d2dbae41b3d5c8e8956a9c5d7c1931227
domain api-optimistic.etherscan.io
json_schema {"openapi"=>"3.0.0", "info"=>{"title"=>"Etherscan API", "description"=>"API for interacting with Etherscan, including ERC20-Token and ETH balance retrieval, as well as contract ABI and source code retrieval.", "version"=>"1.0.0"}, "servers"=>[{"url"=>"https://api-optimistic.etherscan.io/api", "description"=>"Etherscan Optimistic API server"}], "paths"=>{"/getTotalSupply"=>{"get"=>{"operationId"=>"getTotalSupply", "summary"=>"Retrieves the total supply of an ERC20-Token", "description"=>"Retrieves the total supply of an ERC20-Token by contract address from the Etherscan Optimistic API.", "parameters"=>[{"in"=>"query", "name"=>"module", "required"=>true, "description"=>"The module of action, set to 'stats' for retrieving token supply.", "schema"=>{"type"=>"string", "default"=>"stats"}}, {"in"=>"query", "name"=>"action", "required"=>true, "description"=>"The action to perform, set to 'tokensupply' for retrieving token supply.", "schema"=>{"type"=>"string", "default"=>"tokensupply"}}, {"in"=>"query", "name"=>"contractaddress", "required"=>true, "description"=>"The contract address of the ERC20-Token.", "schema"=>{"type"=>"string"}}, {"in"=>"query", "name"=>"apikey", "required"=>true, "description"=>"Your Etherscan API key.", "schema"=>{"type"=>"string", "default"=>"ZQMP4UTFPUB3WDSIV395P7RV28WWR26GMC"}}], "responses"=>{"200"=>{"description"=>"ERC20-Token total supply retrieved successfully", "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"status"=>{"type"=>"string"}, "message"=>{"type"=>"string"}, "result"=>{"type"=>"string"}}}}}}, "400"=>{"description"=>"Bad Request"}, "401"=>{"description"=>"Unauthorized or Invalid API Key"}}}}, "/getTokenBalance"=>{"get"=>{"operationId"=>"getTokenBalance", "summary"=>"Retrieves the account balance of an ERC20-Token", "description"=>"Retrieves the account balance of an ERC20-Token for a specific address by contract address from the Etherscan Optimistic API.", "parameters"=>[{"in"=>"query", "name"=>"module", "required"=>true, "description"=>"The module of action, set to 'account' for retrieving token balance.", "schema"=>{"type"=>"string", "default"=>"account"}}, {"in"=>"query", "name"=>"action", "required"=>true, "description"=>"The action to perform, set to 'tokenbalance' for retrieving token balance.", "schema"=>{"type"=>"string", "default"=>"tokenbalance"}}, {"in"=>"query", "name"=>"contractaddress", "required"=>true, "description"=>"The contract address of the ERC20-Token.", "schema"=>{"type"=>"string"}}, {"in"=>"query", "name"=>"address", "required"=>true, "description"=>"The address for which you want to retrieve the token balance.", "schema"=>{"type"=>"string"}}, {"in"=>"query", "name"=>"apikey", "required"=>true, "description"=>"Your Etherscan API key.", "schema"=>{"type"=>"string", "default"=>"ZQMP4UTFPUB3WDSIV395P7RV28WWR26GMC"}}], "responses"=>{"200"=>{"description"=>"ERC20-Token balance retrieved successfully", "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"status"=>{"type"=>"string"}, "message"=>{"type"=>"string"}, "result"=>{"type"=>"string"}}}}}}, "400"=>{"description"=>"Bad Request"}, "401"=>{"description"=>"Unauthorized or Invalid API Key"}}}}, "/getEthBalance"=>{"get"=>{"operationId"=>"getEthBalance", "summary"=>"Retrieves the ETH balance of a single address", "description"=>"Retrieves the ETH balance of a single Ethereum address from the Etherscan Optimistic API.", "parameters"=>[{"in"=>"query", "name"=>"module", "required"=>true, "description"=>"The module of action, set to 'account' for retrieving ETH balance.", "schema"=>{"type"=>"string", "default"=>"account"}}, {"in"=>"query", "name"=>"action", "required"=>true, "description"=>"The action to perform, set to 'balance' for retrieving ETH balance.", "schema"=>{"type"=>"string", "default"=>"balance"}}, {"in"=>"query", "name"=>"address", "required"=>true, "description"=>"The Ethereum address for which you want to retrieve the ETH balance.", "schema"=>{"type"=>"string"}}, {"in"=>"query", "name"=>"tag", "required"=>true, "description"=>"The block parameter, set to 'latest' for the latest block.", "schema"=>{"type"=>"string", "default"=>"latest"}}, {"in"=>"query", "name"=>"apikey", "required"=>true, "description"=>"Your Etherscan API key.", "schema"=>{"type"=>"string", "default"=>"ZQMP4UTFPUB3WDSIV395P7RV28WWR26GMC"}}], "responses"=>{"200"=>{"description"=>"ETH balance retrieved successfully", "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"status"=>{"type"=>"string"}, "message"=>{"type"=>"string"}, "result"=>{"type"=>"string"}}}}}}, "400"=>{"description"=>"Bad Request"}, "401"=>{"description"=>"Unauthorized or Invalid API Key"}}}}, "/getMultiEthBalance"=>{"get"=>{"operationId"=>"getMultiEthBalance", "summary"=>"Retrieves ETH balance for multiple addresses in a single call", "description"=>"Retrieves the ETH balance for multiple Ethereum addresses in a single call from the Etherscan Optimistic API.", "parameters"=>[{"in"=>"query", "name"=>"module", "required"=>true, "description"=>"The module of action, set to 'account' for retrieving ETH balance.", "schema"=>{"type"=>"string", "default"=>"account"}}, {"in"=>"query", "name"=>"action", "required"=>true, "description"=>"The action to perform, set to 'balancemulti' for retrieving ETH balance for multiple addresses.", "schema"=>{"type"=>"string", "default"=>"balancemulti"}}, {"in"=>"query", "name"=>"address", "required"=>true, "description"=>"The Ethereum addresses for which you want to retrieve the ETH balance, separated by commas (up to 20 addresses).", "schema"=>{"type"=>"string"}}, {"in"=>"query", "name"=>"tag", "required"=>true, "description"=>"The block parameter, set to 'latest' for the latest block.", "schema"=>{"type"=>"string", "default"=>"latest"}}, {"in"=>"query", "name"=>"apikey", "required"=>true, "description"=>"Your Etherscan API key.", "schema"=>{"type"=>"string", "default"=>"ZQMP4UTFPUB3WDSIV395P7RV28WWR26GMC"}}], "responses"=>{"200"=>{"description"=>"ETH balance for multiple addresses retrieved successfully", "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"status"=>{"type"=>"string"}, "message"=>{"type"=>"string"}, "result"=>{"type"=>"array", "items"=>{"type"=>"object", "properties"=>{"account"=>{"type"=>"string"}, "balance"=>{"type"=>"string"}}}}}}}}}, "400"=>{"description"=>"Bad Request"}, "401"=>{"description"=>"Unauthorized or Invalid API Key"}}}}, "/"=>{"get"=>{"operationId"=>"getContractABI", "summary"=>"Retrieves the ABI of a contract", "description"=>"Retrieves the ABI of a contract from the Etherscan Optimistic API.", "parameters"=>[{"in"=>"query", "name"=>"module", "required"=>true, "description"=>"The module of action, set to 'contract' for retrieving contract ABI.", "schema"=>{"type"=>"string", "default"=>"contract"}}, {"in"=>"query", "name"=>"action", "required"=>true, "description"=>"The action to perform, set to 'getabi' for retrieving contract ABI.", "schema"=>{"type"=>"string", "default"=>"getabi"}}, {"in"=>"query", "name"=>"address", "required"=>true, "description"=>"The contract address.", "schema"=>{"type"=>"string"}}, {"in"=>"query", "name"=>"apikey", "required"=>true, "description"=>"Your Etherscan API key.", "schema"=>{"type"=>"string", "default"=>"ZQMP4UTFPUB3WDSIV395P7RV28WWR26GMC"}}], "responses"=>{"200"=>{"description"=>"Contract ABI retrieved successfully", "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"status"=>{"type"=>"string"}, "message"=>{"type"=>"string"}, "result"=>{"type"=>"string"}}}}}}, "400"=>{"description"=>"Bad Request"}, "401"=>{"description"=>"Unauthorized or Invalid API Key"}}}}, "/getL1Deposits"=>{"get"=>{"operationId"=>"getL1Deposits", "summary"=>"Retrieves the list of L1 Deposits by Address", "description"=>"Retrieves the list of L1 Deposits by Address from the Etherscan Optimistic API.", "parameters"=>[{"in"=>"query", "name"=>"module", "required"=>true, "description"=>"The module of action, set to 'account' for retrieving L1 Deposits.", "schema"=>{"type"=>"string", "default"=>"account"}}, {"in"=>"query", "name"=>"action", "required"=>true, "description"=>"The action to perform, set to 'getdeposittxs' for retrieving L1 Deposits.", "schema"=>{"type"=>"string", "default"=>"getdeposittxs"}}, {"in"=>"query", "name"=>"address", "required"=>true, "description"=>"The Ethereum address for which you want to retrieve L1 Deposits.", "schema"=>{"type"=>"string"}}, {"in"=>"query", "name"=>"sortorder", "required"=>true, "description"=>"The sort order, set to 'desc' for descending order.", "schema"=>{"type"=>"string", "default"=>"desc"}}, {"in"=>"query", "name"=>"apikey", "required"=>true, "description"=>"Your Etherscan API key.", "schema"=>{"type"=>"string", "default"=>"ZQMP4UTFPUB3WDSIV395P7RV28WWR26GMC"}}], "responses"=>{"200"=>{"description"=>"List of L1 Deposits retrieved successfully", "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"status"=>{"type"=>"string"}, "message"=>{"type"=>"string"}, "result"=>{"type"=>"array", "items"=>{"type"=>"object", "properties"=>{"transactionHash"=>{"type"=>"string"}, "from"=>{"type"=>"string"}, "to"=>{"type"=>"string"}, "value"=>{"type"=>"string"}, "blockNumber"=>{"type"=>"string"}, "timeStamp"=>{"type"=>"string"}}}}}}}}}, "400"=>{"description"=>"Bad Request"}, "401"=>{"description"=>"Unauthorized or Invalid API Key"}}}}, "/getL2Withdrawals"=>{"get"=>{"operationId"=>"getL2Withdrawals", "summary"=>"Retrieves the list of L2 Withdrawals by Address", "description"=>"Retrieves the list of L2 Withdrawals by Address from the Etherscan Optimistic API.", "parameters"=>[{"in"=>"query", "name"=>"module", "required"=>true, "description"=>"The module of action, set to 'account' for retrieving L2 Withdrawals.", "schema"=>{"type"=>"string", "default"=>"account"}}, {"in"=>"query", "name"=>"action", "required"=>true, "description"=>"The action to perform, set to 'getwithdrawaltxs' for retrieving L2 Withdrawals.", "schema"=>{"type"=>"string", "default"=>"getwithdrawaltxs"}}, {"in"=>"query", "name"=>"address", "required"=>true, "description"=>"The Ethereum address for which you want to retrieve L2 Withdrawals.", "schema"=>{"type"=>"string"}}, {"in"=>"query", "name"=>"apikey", "required"=>true, "description"=>"Your Etherscan API key.", "schema"=>{"type"=>"string", "default"=>"ZQMP4UTFPUB3WDSIV395P7RV28WWR26GMC"}}], "responses"=>{"200"=>{"description"=>"List of L2 Withdrawals retrieved successfully", "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"status"=>{"type"=>"string"}, "message"=>{"type"=>"string"}, "result"=>{"type"=>"array", "items"=>{"type"=>"object", "properties"=>{"transactionHash"=>{"type"=>"string"}, "from"=>{"type"=>"string"}, "to"=>{"type"=>"string"}, "value"=>{"type"=>"string"}, "blockNumber"=>{"type"=>"string"}, "timeStamp"=>{"type"=>"string"}}}}}}}}}, "400"=>{"description"=>"Bad Request"}, "401"=>{"description"=>"Unauthorized or Invalid API Key"}}}}, "/getNormalTransactions"=>{"get"=>{"operationId"=>"getNormalTransactions", "summary"=>"Retrieves a list of 'Normal' Transactions By Address", "description"=>"Retrieves a list of 'Normal' Transactions By Address from the Etherscan Optimistic API.", "parameters"=>[{"in"=>"query", "name"=>"module", "required"=>true, "description"=>"The module of action, set to 'account' for retrieving 'Normal' Transactions.", "schema"=>{"type"=>"string", "default"=>"account"}}, {"in"=>"query", "name"=>"action", "required"=>true, "description"=>"The action to perform, set to 'txlist' for retrieving 'Normal' Transactions.", "schema"=>{"type"=>"string", "default"=>"txlist"}}, {"in"=>"query", "name"=>"address", "required"=>true, "description"=>"The Ethereum address for which you want to retrieve 'Normal' Transactions.", "schema"=>{"type"=>"string"}}, {"in"=>"query", "name"=>"startblock", "required"=>false, "description"=>"The starting block number to retrieve results (optional).", "schema"=>{"type"=>"string"}}, {"in"=>"query", "name"=>"endblock", "required"=>false, "description"=>"The ending block number to retrieve results (optional).", "schema"=>{"type"=>"string"}}, {"in"=>"query", "name"=>"sort", "required"=>true, "description"=>"The sort order, set to 'asc' or 'desc' for ascending or descending order.", "schema"=>{"type"=>"string"}}, {"in"=>"query", "name"=>"apikey", "required"=>true, "description"=>"Your Etherscan API key.", "schema"=>{"type"=>"string", "default"=>"ZQMP4UTFPUB3WDSIV395P7RV28WWR26GMC"}}], "responses"=>{"200"=>{"description"=>"List of 'Normal' Transactions retrieved successfully", "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"status"=>{"type"=>"string"}, "message"=>{"type"=>"string"}, "result"=>{"type"=>"array", "items"=>{"type"=>"object", "properties"=>{"transactionHash"=>{"type"=>"string"}, "from"=>{"type"=>"string"}, "to"=>{"type"=>"string"}, "value"=>{"type"=>"string"}, "isError"=>{"type"=>"string"}, "blockNumber"=>{"type"=>"string"}, "timeStamp"=>{"type"=>"string"}}}}}}}}}, "400"=>{"description"=>"Bad Request"}, "401"=>{"description"=>"Unauthorized or Invalid API Key"}}}}, "/getERC20TokenTransferEvents"=>{"get"=>{"operationId"=>"getERC20TokenTransferEvents", "summary"=>"Retrieves a list of 'ERC-20 - Token Transfer Events' by Address", "description"=>"Retrieves a list of 'ERC-20 - Token Transfer Events' by Address from the Etherscan Optimistic API.", "parameters"=>[{"in"=>"query", "name"=>"module", "required"=>true, "description"=>"The module of action, set to 'account' for retrieving 'ERC-20 - Token Transfer Events'.", "schema"=>{"type"=>"string", "default"=>"account"}}, {"in"=>"query", "name"=>"action", "required"=>true, "description"=>"The action to perform, set to 'tokentx' for retrieving 'ERC-20 - Token Transfer Events'.", "schema"=>{"type"=>"string", "default"=>"tokentx"}}, {"in"=>"query", "name"=>"address", "required"=>true, "description"=>"The Ethereum address for which you want to retrieve 'ERC-20 - Token Transfer Events'.", "schema"=>{"type"=>"string"}}, {"in"=>"query", "name"=>"startblock", "required"=>false, "description"=>"The starting block number to retrieve results (optional).", "schema"=>{"type"=>"string"}}, {"in"=>"query", "name"=>"endblock", "required"=>false, "description"=>"The ending block number to retrieve results (optional).", "schema"=>{"type"=>"string"}}, {"in"=>"query", "name"=>"contractaddress", "required"=>false, "description"=>"The contract address of the ERC-20 token (optional).", "schema"=>{"type"=>"string"}}, {"in"=>"query", "name"=>"page", "required"=>false, "description"=>"The page number for paginated results (optional).", "schema"=>{"type"=>"string"}}, {"in"=>"query", "name"=>"offset", "required"=>false, "description"=>"The maximum records to return for paginated results (optional).", "schema"=>{"type"=>"string"}}, {"in"=>"query", "name"=>"sort", "required"=>true, "description"=>"The sort order, set to 'asc' or 'desc' for ascending or descending order.", "schema"=>{"type"=>"string"}}, {"in"=>"query", "name"=>"apikey", "required"=>true, "description"=>"Your Etherscan API key.", "schema"=>{"type"=>"string", "default"=>"ZQMP4UTFPUB3WDSIV395P7RV28WWR26GMC"}}], "responses"=>{"200"=>{"description"=>"List of 'ERC-20 - Token Transfer Events' retrieved successfully", "content"=>{"application/json"=>{"schema"=>{"type"=>"object", "properties"=>{"status"=>{"type"=>"string"}, "message"=>{"type"=>"string"}, "result"=>{"type"=>"array", "items"=>{"type"=>"object", "properties"=>{"transactionHash"=>{"type"=>"string"}, "from"=>{"type"=>"string"}, "to"=>{"type"=>"string"}, "value"=>{"type"=>"string"}, "blockNumber"=>{"type"=>"string"}, "timeStamp"=>{"type"=>"string"}}}}}}}}}, "400"=>{"description"=>"Bad Request"}, "401"=>{"description"=>"Unauthorized or Invalid API Key"}}}}}}
auth {"type":"none"}
privacy_policy_url https://optimistic.etherscan.io/terms
Capabilitiy Function Tools
Web Browsing Real-Time Access and search the internet for information, articles, and data. Browser
Code Interpreter / Data Analysis Execute Python code for automation, calculations, and data analysis. Python

FAQs

Currently, this GPTs is not free and is available exclusively to ChatGPT Plus users.

Yes, besides requiring a ChatGPT Plus membership, if you use the GPT-4 model (with DALL·E, browsing, and data analysis), the limit is 25 'GPTs' messages / 3 hours, More limited than normal 40 GPT4 responses per 3 hours, 

The enterprise version of ChatGPT is,  100 GPT-4 messages per 3 hours.

Optimism GPT is publicly available in the upcoming OpenAI's GPT Store, making it widely accessible to anyone interested in using this advanced ChatGPT.

Optimism GPT is owned by Liseli akayombokwa, who has also created 7 other GPTs, namely Sports Oracle, Research Assistant, Astro clock, CC, CUPID.

no, we found no file uploaded. You can check the function section to see if there are other unique features. If not, this GPTs is just a simple prompt engineering, and its knowledge base is synchronized with the general ChatGPT, latest training up to April 2023.

No, only Liseli akayombokwa can edit this GPTs. They can configure and update GPTs through GPT Builder at https://chat.openai.com/gpts/editor/g-jTIBcPHrP. The last modification date of Optimism GPT was 2024-06-01 05:26:20 UTC.

Yes, conversations with Optimism GPT will be recorded. OpenAI keeps these records, and you can share your conversations via a link. Refer to OpenAI's user privacy and data security policies for more information.

Yes, if Liseli akayombokwa selected "Use conversation data in your GPT to improve our models" (in the GPTs Configure pages of Additional Settings), it means your conversations will be used for training and will influence this GPT AI agent.

Optimism GPT reviews

0.0
( None Rating )

Similar GPTs

Optimism GPT
Optimism GPT
by Robert F Hogan III
I find and share good news!
50
OptimismBot
OptimismBot
by 9.tapgpts.com
Tell me your problems, be they large or small. Let's explore what's currently working around the world... and how our shining future could unfold.
1
CryptoGPT
CryptoGPT
by aimazeyou.com
Analyses the cryptocurrency market based on Internet sentiment. And gives long and short term buy or sell assumptions.
10
Optimist Outlook
Optimist Outlook
by Robert Ellestad
3D print ideas for the home and blog content tips.
50

Top