Kevan MordaninDraftKings EngineeringSolidity Types — Ethernaut Level 5 TokensSolidity requires all variables to have an explicitly declared type. There is not a generic var that is left to the compiler to determine…Nov 4, 2022Nov 4, 2022
Kevan MordaninDraftKings EngineeringTransactions, Messages, and Calls, oh My!— Ethernaut Level 4 TelephoneCallsNov 4, 2022Nov 4, 2022
Kevan MordaninDraftKings EngineeringSolidity and Blocks — Ethernaut Level 3All transactions in Ethereum are executed in blocks. Blocks can be thought of as a batch, or container, of multiple transactions…Nov 4, 2022Nov 4, 2022
Kevan MordaninDraftKings EngineeringSolidity Constructors — Ethernaut Level 2Constructors in Solidity are very similar to other object- oriented programming (OOP) languages. Constructors are typically used to…Nov 4, 2022Nov 4, 2022
Kevan MordaninDraftKings EngineeringFallback and Receive — Ethernaut Level 1A fallback function is a Solidity-specific function that is executed under two circumstances:Nov 4, 2022Nov 4, 2022