Podcast
Questions and Answers
What is the primary purpose of a smart contract?
What is the primary purpose of a smart contract?
Which programming language is designed for Ethereum smart contracts?
Which programming language is designed for Ethereum smart contracts?
What type of tokens does ERC20 represent?
What type of tokens does ERC20 represent?
Which type of variables are stored in the blockchain permanently?
Which type of variables are stored in the blockchain permanently?
Signup and view all the answers
What is the size of an Ethereum address?
What is the size of an Ethereum address?
Signup and view all the answers
Which type of memory is stored during function execution and is cheaper?
Which type of memory is stored during function execution and is cheaper?
Signup and view all the answers
What type of tokens does ERC721 represent?
What type of tokens does ERC721 represent?
Signup and view all the answers
Which type of variables are cheapest and manipulated by inline assembly?
Which type of variables are cheapest and manipulated by inline assembly?
Signup and view all the answers
What type of value does the 'address' variable represent?
What type of value does the 'address' variable represent?
Signup and view all the answers
What was the first proposed year of smart contracts?
What was the first proposed year of smart contracts?
Signup and view all the answers
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?
Signup and view all the answers
Which function visibility allows other contracts to read their values?
Which function visibility allows other contracts to read their values?
Signup and view all the answers
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?
Signup and view all the answers
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?
Signup and view all the answers
What is the ERC standard for Fungible token?
What is the ERC standard for Fungible token?
Signup and view all the answers
What does ERC-721 represent?
What does ERC-721 represent?
Signup and view all the answers
How is 0.5 ETH sent using decimals?
How is 0.5 ETH sent using decimals?
Signup and view all the answers
What does ABI stand for in Ethereum?
What does ABI stand for in Ethereum?
Signup and view all the answers
"mint" and "transferFrom" are part of the implementation of which standard?
"mint" and "transferFrom" are part of the implementation of which standard?
Signup and view all the answers
"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?
Signup and view all the answers