MCPcopy Create free account

hub / github.com/Cyfrin/solidity-by-example.github.io / types & classes

Types & classes280 in github.com/Cyfrin/solidity-by-example.github.io

InterfaceCode
src/components/Example.tsx:11
InterfaceMetadata
scripts/lib.ts:86
InterfacePath
src/routes.tsx:132
InterfacePath
src/components/Example.tsx:6
InterfacePath
src/pages/state-variables/index.tsx:5
InterfacePath
src/pages/library/index.tsx:5
InterfacePath
src/pages/transient-storage/index.tsx:5
InterfacePath
src/pages/mapping/index.tsx:5
InterfacePath
src/pages/function/index.tsx:5
InterfacePath
src/pages/function-modifier/index.tsx:5
InterfacePath
src/pages/delegatecall/index.tsx:5
InterfacePath
src/pages/assembly-math/index.tsx:5
InterfacePath
src/pages/data-locations/index.tsx:5
InterfacePath
src/pages/if-else/index.tsx:5
InterfacePath
src/pages/variables/index.tsx:5
InterfacePath
src/pages/events-advanced/index.tsx:5
InterfacePath
src/pages/new-contract/index.tsx:5
InterfacePath
src/pages/view-and-pure-functions/index.tsx:5
InterfacePath
src/pages/assembly-if/index.tsx:5
InterfacePath
src/pages/interface/index.tsx:5
InterfacePath
src/pages/assembly-variable/index.tsx:5
InterfacePath
src/pages/payable/index.tsx:5
InterfacePath
src/pages/constructor/index.tsx:5
InterfacePath
src/pages/super/index.tsx:5
InterfacePath
src/pages/defi/stable-swap-amm/index.tsx:5
InterfacePath
src/pages/defi/vault/index.tsx:5
InterfacePath
src/pages/defi/uniswap-v3-flash/index.tsx:5
InterfacePath
src/pages/defi/uniswap-v3-liquidity/index.tsx:5
InterfacePath
src/pages/defi/chronicle-price-oracle/index.tsx:5
InterfacePath
src/pages/defi/chainlink-price-oracle/index.tsx:5
InterfacePath
src/pages/defi/uniswap-v2/index.tsx:5
InterfacePath
src/pages/defi/uniswap-v2-add-remove-liquidity/index.tsx:5
InterfacePath
src/pages/defi/uniswap-v3-swap/index.tsx:5
InterfacePath
src/pages/defi/dai-proxy/index.tsx:5
InterfacePath
src/pages/defi/constant-product-amm/index.tsx:5
InterfacePath
src/pages/defi/uniswap-v3-flash-swap/index.tsx:5
InterfacePath
src/pages/defi/uniswap-v4-limit-order/index.tsx:5
InterfacePath
src/pages/defi/constant-sum-amm/index.tsx:5
InterfacePath
src/pages/defi/uniswap-v2-flash-swap/index.tsx:5
InterfacePath
src/pages/defi/token-lock/index.tsx:5
InterfacePath
src/pages/defi/uniswap-v2-optimal-one-sided-supply/index.tsx:5
InterfacePath
src/pages/defi/staking-rewards/index.tsx:5
InterfacePath
src/pages/defi/discrete-staking-rewards/index.tsx:5
InterfacePath
src/pages/defi/uniswap-v4-flash/index.tsx:5
InterfacePath
src/pages/defi/uniswap-v4-swap/index.tsx:5
InterfacePath
src/pages/fallback/index.tsx:5
InterfacePath
src/pages/import/index.tsx:5
InterfacePath
src/pages/immutable/index.tsx:5
InterfacePath
src/pages/shadowing-inherited-state-variables/index.tsx:5
InterfacePath
src/pages/inheritance/index.tsx:5
InterfacePath
src/pages/assembly-error/index.tsx:5
InterfacePath
src/pages/function-selector/index.tsx:5
InterfacePath
src/pages/user-defined-value-types/index.tsx:5
InterfacePath
src/pages/assembly-loop/index.tsx:5
InterfacePath
src/pages/abi-encode/index.tsx:5
InterfacePath
src/pages/unchecked-math/index.tsx:5
InterfacePath
src/pages/calling-contract/index.tsx:5
InterfacePath
src/pages/app/bi-directional-payment-channel/index.tsx:5
InterfacePath
src/pages/app/multi-sig-wallet/index.tsx:5
InterfacePath
src/pages/app/iterable-mapping/index.tsx:5
InterfacePath
src/pages/app/multi-delegatecall/index.tsx:5
InterfacePath
src/pages/app/merkle-tree/index.tsx:5
InterfacePath
src/pages/app/airdrop/index.tsx:5
InterfacePath
src/pages/app/time-lock/index.tsx:5
InterfacePath
src/pages/app/english-auction/index.tsx:5
InterfacePath
src/pages/app/multi-call/index.tsx:5
InterfacePath
src/pages/app/deploy-any-contract/index.tsx:5
InterfacePath
src/pages/app/create2/index.tsx:5
InterfacePath
src/pages/app/erc20/index.tsx:5
InterfacePath
src/pages/app/dutch-auction/index.tsx:5
InterfacePath
src/pages/app/crowd-fund/index.tsx:5
InterfacePath
src/pages/app/upgradeable-proxy/index.tsx:5
InterfacePath
src/pages/app/ether-wallet/index.tsx:5
InterfacePath
src/pages/app/uni-directional-payment-channel/index.tsx:5
InterfacePath
src/pages/app/erc721/index.tsx:5
InterfacePath
src/pages/app/simple-bytecode-contract/index.tsx:5
InterfacePath
src/pages/app/gasless-token-transfer/index.tsx:5
InterfacePath
src/pages/app/erc1155/index.tsx:5
InterfacePath
src/pages/app/assembly-bin-exp/index.tsx:5
InterfacePath
src/pages/app/minimal-proxy/index.tsx:5
InterfacePath
src/pages/app/write-to-any-slot/index.tsx:5
InterfacePath
src/pages/gas-golf/index.tsx:5
InterfacePath
src/pages/loop/index.tsx:5
InterfacePath
src/pages/tests/echidna/index.tsx:5
InterfacePath
src/pages/events/index.tsx:5
InterfacePath
src/pages/enum/index.tsx:5
InterfacePath
src/pages/call/index.tsx:5
InterfacePath
src/pages/evm/memory/index.tsx:5
InterfacePath
src/pages/evm/storage/index.tsx:5
InterfacePath
src/pages/first-app/index.tsx:5
InterfacePath
src/pages/constants/index.tsx:5
InterfacePath
src/pages/hashing/index.tsx:5
InterfacePath
src/pages/primitives/index.tsx:5
InterfacePath
src/pages/array/index.tsx:5
InterfacePath
src/pages/foundry/auth/index.tsx:5
InterfacePath
src/pages/foundry/label/index.tsx:5
InterfacePath
src/pages/foundry/basic/index.tsx:5
InterfacePath
src/pages/foundry/sign/index.tsx:5
InterfacePath
src/pages/foundry/mock-call/index.tsx:5
InterfacePath
src/pages/foundry/vm-store/index.tsx:5
next →1–100 of 280, ranked by callers