This challenge is more about revesting some older topics and learning about type conversions in solidity.
Click here to access the source code.
Investigation
To complete the challenge we need to pass three gates gateOne
, gateTwo
and gateThree
which are modifiers and get the entrant
role. Investigate the require statement of each modifier and pass a value to pass all the gates.