Address.Call vs. Address.Delegatecall:
A) Address.call() is used for calling other contracts using the scope of the called contract in terms of storage variables. Address.delegatecall() is used for libraries, which uses the storage variables of the contract who called. Libraries are a great way to re-use already existing code and delegatecall can make sure that no storage is used from the library, instead it looks like the code is directly copied into the calling contract.
B) Address.delegatecall() is used for calling other contracts using the scope of the called contract in terms of storage variables. Address.call() is used for libraries, which uses the storage variables of the contract who called. Libraries are a great way to re-use already existing code and call() can make sure that no storage is used from the library, instead it looks like the code is directly copied into the calling contract.
Correct Answer:
Verified
Q62: .Require is used:
A) to check internal states
Q63: In order to implement an ERC20 token
Q64: Go-Ethereum vs. Ganache:
A) both are the same,
Q65: To communicate with an Ethereum node via
Q66: When using require to check input parameters
Q68: PoS:
A) would be better, because it can
Q69: Address.send() and address.transfer() are considered:
A) safe against
Q70: EVM assembly:
A) is much better than Solidity
Q71: Assert is used:
A) to check internal states
Q72: Finish the sentence: The Library Web3.js is
Unlock this Answer For Free Now!
View this answer and more for free by performing one of the following actions
Scan the QR code to install the App and get 2 free unlocks
Unlock quizzes for free by uploading documents