Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there, finishing up Lesson 5 of this course and making a discussion post question.
Not using AI for this as it's an example, but will find the answer if nobody responds.
Question:
When I deploy the finished FundMe{} contract, it has three types of gas costs:
-gas
-transaction cost
-execution cost
In Lesson 4, Patrick refers to the transaction cost as the cost of deploying the contract, which makes sense to me. But what is the execution cost in this context? And what is the overarching difference between all three when you're viewing a public variable from a contract, calling a function, and deploying a contract?
Beta Was this translation helpful? Give feedback.
All reactions