Smart Contract

A smart contract is program code stored at an address on a blockchain that executes deterministically when invoked and maintains its own persistent state.

A smart contract is bytecode deployed to an address that runs when a transaction or another contract calls it. On EVM chains it executes in the virtual machine; its persistent storage holds balances, ownership, and configuration. Because execution is deterministic and public, anyone can verify outcomes, but bugs are immutable once deployed. Contracts back tokens, exchanges, and lending. Our archive RPC lets you read a contract's historical state at any block and replay calls over past state, while decoded data turns its emitted events and inputs into named, queryable fields.

相关术语

另见

把概念变成一次 API 调用

这里的每个术语都对应一个今天即可调用的原语——充值额度即可上线。

获取 API 密钥