Podcast
Questions and Answers
What is the primary purpose of a smart contract?
What is the primary purpose of a smart contract?
- To establish initial states in a blockchain
- To make digital promises related to blockchain transactions (correct)
- To store and refund gas in a blockchain
- To execute computations unrelated to blockchain transactions
Which programming language is designed for Ethereum smart contracts?
Which programming language is designed for Ethereum smart contracts?
- Rust
- JavaScript
- Solidity (correct)
- C++
What type of tokens does ERC20 represent?
What type of tokens does ERC20 represent?
- Immutable tokens
- Non-fungible tokens
- Blockchain security tokens
- Fungible tokens (correct)
Which type of variables are stored in the blockchain permanently?
Which type of variables are stored in the blockchain permanently?
What is the size of an Ethereum address?
What is the size of an Ethereum address?
Which type of memory is stored during function execution and is cheaper?
Which type of memory is stored during function execution and is cheaper?
What type of tokens does ERC721 represent?
What type of tokens does ERC721 represent?
Which type of variables are cheapest and manipulated by inline assembly?
Which type of variables are cheapest and manipulated by inline assembly?
What type of value does the 'address' variable represent?
What type of value does the 'address' variable represent?
What was the first proposed year of smart contracts?
What was the first proposed year of smart contracts?
What is the visibility of a state variable that can be accessed by the defined / derived contract?
What is the visibility of a state variable that can be accessed by the defined / derived contract?
Which function visibility allows other contracts to read their values?
Which function visibility allows other contracts to read their values?
What type of function can not modify states or call other non-view functions?
What type of function can not modify states or call other non-view functions?
Which special function must be external and payable with no function keyword, arguments, or return values?
Which special function must be external and payable with no function keyword, arguments, or return values?
What is the ERC standard for Fungible token?
What is the ERC standard for Fungible token?
What does ERC-721 represent?
What does ERC-721 represent?
How is 0.5 ETH sent using decimals?
How is 0.5 ETH sent using decimals?
What does ABI stand for in Ethereum?
What does ABI stand for in Ethereum?
"mint" and "transferFrom" are part of the implementation of which standard?
"mint" and "transferFrom" are part of the implementation of which standard?
"Point to a JSON file describing the token attributes (name, description, image…)" is related to which standard?
"Point to a JSON file describing the token attributes (name, description, image…)" is related to which standard?