Blockchain Geral
Contrato Inteligente
Também chamado de:Contract
📖O que é
Self-executing code deployed on a blockchain that automatically enforces the terms of an agreement when conditions are met. Smart contracts are immutable once deployed (unless upgradeable), transparent, and trustless. On Solana they're called 'programs'; on Ethereum they're written in Solidity and run on the EVM. They enable DeFi, NFTs, DAOs, and other decentralized applications.
Sua exploração
0 termos visitados no totalTermos relacionados explorados0/3
Termos Relacionados
ProgramaProgramming Model
Executable code deployed on-chain, equivalent to a smart contract on other blockchains. Pr…
Ver termo →EVM (Ethereum Virtual Machine)Blockchain Geral
The stack-based virtual machine that executes smart contracts on Ethereum and EVM-compatib…
Ver termo →SolidityBlockchain Geral
The primary programming language for Ethereum smart contracts. Solidity is statically type…
Ver termo →