Smart Contracts
Explore smart contracts - self-executing blockchain programs that power DeFi, DAOs, NFTs, and more, written in languages like Solidity, Rust, or Vyper.
Explore smart contracts - self-executing blockchain programs that power DeFi, DAOs, NFTs, and more, written in languages like Solidity, Rust, or Vyper.
Launch Web3 Apps
Build secure dApps, tokens, DeFi & DAOs with a team focused on mainnet‑ready delivery.
Contact UsSmart Contracts Terms
33 ResultsA
Account Abstraction
Smart ContractsA system that allows smart contracts to function as user accounts instead of relying only on externally owned accounts.
Application Binary Interface
Smart ContractsABI stands for Application Binary Interface. It defines how to interact with smart contracts and is usually represented in JSON.
B
C
Constructor
Smart ContractsA special function that runs once when a contract is deployed, used to initialize state variables.
Contract Call
Smart ContractsA contract call is an interaction where one account or contract invokes a function on a smart contract.
Contract Deployment
Smart ContractsThe process of publishing smart contract bytecode to the blockchain, creating a permanent on-chain contract instance.
E
ERC-1155
Smart ContractsAn Ethereum standard for creating both fungible and non-fungible tokens in a single smart contract.
ERC-1967
Smart ContractsA standard for upgradeable smart contracts using proxy patterns and transparent storage slots.
ERC-20
Smart ContractsThe standard for fungible tokens on Ethereum, defining how token contracts implement transfer and approval functions.
ERC-721
Smart ContractsThe Ethereum standard for creating and managing unique NFTs.
ERC-777
Smart ContractsAn advanced token standard improving on ERC-20 with operator concepts and better transfer hooks.
Ethereum Virtual Machine
Smart ContractsThe Ethereum Virtual Machine (EVM) is the computation engine that executes smart contract bytecode on Ethereum and EVM-compatible chains.
Event
Smart ContractsA logging mechanism that records important contract actions on the blockchain for external monitoring.
Event Log
Smart ContractsAn immutable record of significant actions that occur within a smart contract.
F
P
S
Smart Contract
Smart ContractsSelf-executing program stored on a blockchain that automatically executes when predefined conditions are met.
Solidity
Smart ContractsA programming language for writing Ethereum and EVM-compatible smart contracts.
State Variable
Smart ContractsA variable stored permanently on the blockchain as part of a smart contract's data.
Storage Layout
Smart ContractsThe arrangement of state variables in a smart contract's storage, affecting gas costs and upgrade compatibility.