• Difficulty - Medium
    Total Plays - 15
    Allowed Time - 10 sec
    Best Time - 3.845

    Which function type cannot access msg.sender?

    #A
    #B
    #C
    #D
    Explanation:
    pure functions cannot read blockchain context such as msg.sender or block.timestamp. They are restricted to computation based solely on input parameters and local variables
    Leaderboard
    User
    Rank
    Time Taken
    1
    3.845 sec