Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam CBSA topic 1 question 169 discussion

Actual exam question from Blockchain's CBSA
Question #: 169
Topic #: 1
[All CBSA Questions]

To interact with a deployed Ethereum Smart Contract, a user or app must:

  • A. Have a reference to the public address of the deployed Smart Contract
  • B. Have the appropriate permissions needed to invoke the functions of the Smart Contract
  • C. Have sufficient gas to perform read and write operations against the Smart Contract
  • D. All of the above
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
Reference:
https://ethereum.stackexchange.com/questions/25605/how-to-interact-with-a-deployed-smart-contract-in-the-real-world

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
felixwcf
2 years, 1 month ago
The answer IS D: 1. You can only call function of Smart Contract by referring its public address. If address is lost, this contract will remain existing orphan forever. 2. You must have specific "privilege" to access functions, some are only meant for contract owner. 3. You must have at least a certain amount of gas to perform transaction, in order to avoid DDoS and spam and wasteful calls.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...