File: /contracts/FixedPricePassThruGate.sol   #1

40           return gate.ethCost;
File: /contracts/MerkleEligibility.sol   #2

50           return numGates;
File: /contracts/MerkleEligibility.sol   #3

77           return countValid && gate.totalWithdrawals < gate.maxWithdrawalsTotal && gate.root.verifyProof(leaf, proof);
File: /contracts/SpeedBumpPriceGate.sol   #4

56               return gate.priceFloor;
File: /contracts/SpeedBumpPriceGate.sol   #5

58               return gate.lastPrice - decay;
