SYMBOL INDEX (22 symbols across 7 files) FILE: frontend/components/Layout.tsx function Layout (line 5) | function Layout({ function Head (line 25) | function Head() { function Footer (line 90) | function Footer() { FILE: frontend/pages/_app.tsx function MultiFaucet (line 7) | function MultiFaucet({ Component, pageProps }: AppProps) { FILE: frontend/pages/api/claim/new.ts function postSlackMessage (line 23) | async function postSlackMessage(message: string): Promise { function generateAlchemy (line 37) | function generateAlchemy(partial: string): string { constant ARBITRUM (line 43) | const ARBITRUM: number = 421611; function generateTxData (line 68) | function generateTxData(recipient: string): string { function getProviderByNetwork (line 78) | function getProviderByNetwork( function getNonceByNetwork (line 94) | async function getNonceByNetwork(network: number): Promise { function processDrip (line 118) | async function processDrip( FILE: frontend/pages/api/claim/status.ts function hasClaimed (line 13) | async function hasClaimed(twitter_id: string): Promise { FILE: frontend/pages/index.tsx function isValidAddress (line 18) | function isValidAddress(address: string): boolean { function isValidInput (line 36) | function isValidInput(address: string): boolean { function Home (line 46) | function Home({ function AddNetworkButton (line 329) | function AddNetworkButton({ autoconnect }: { autoconnect: any }): ReactE... function TokenAddress (line 356) | function TokenAddress({ function TokenLogo (line 405) | function TokenLogo({ function getServerSideProps (line 420) | async function getServerSideProps(context: any) { FILE: frontend/utils/addresses.ts constant ADDRESSES (line 2) | const ADDRESSES = [ function getAddressDetails (line 174) | function getAddressDetails() { FILE: frontend/utils/dates.ts function parseTwitterDate (line 7) | function parseTwitterDate(dateString: string): Date {