スマートコントラクト
スマートコントラクト
Smart Contracts
14件の参照
ブロックチェーン上にデプロイされたプログラム コード。資産を保持し、入力に基づいて決定的に実行できます。スマート コントラクトにより、単純な価値の転送を超えたアプリケーションが可能になります。
14件のホワイトペーパーセクションに登場
Abstract
...bine), a mempool-less transaction forwarding protocol (Gulf Stream), a parallel smart contract runtime (Sealevel), and a Proof of Replication scheme for distributed storage v...
System Architecture
...st the current state of the ledger. This stage uses Sealevel, Solana's parallel smart contract runtime. Sealevel analyzes each transaction to determine which accounts it read...
Performance
... most transfers involve different accounts and can be executed in parallel. For smart contract interactions that access shared state, parallelism is reduced and execution bec...
Abstract
...y deployed on the Ethereum blockchain as an ERC-20 token, leveraging Ethereum's smart contract capabilities to enable programmable interactions with decentralized application...
Introduction
...sting infrastructure of wallets, exchanges, and decentralized applications. The smart contract design includes provisions for upgradeability, compliance controls, and cross-c...
Design Principles
...ics that benefit users. The membership standard defines technical requirements (smart contract integration, API compatibility), compliance requirements (licensing, AML progra...
Technology
...ocols, and services that have been built around the ERC-20 interface.
The USDC smart contract extends the basic ERC-20 functionality with additional capabilities required fo...
Compliance Framework
...inancial system meets regulatory standards.
The blacklist function in the USDC smart contract enables issuers to freeze tokens at specific blockchain addresses in response t...
Token Lifecycle
...issuer initiates the minting process by calling the `mint` function on the USDC smart contract, which creates the exact number of USDC tokens corresponding to the deposited d...
Governance
...egulators. Technical capability requires the ability to integrate with the USDC smart contract infrastructure, implement secure key management for minting and burning operati...
Conclusion
...ckward compatibility and operational continuity. The open-source publication of smart contract code, combined with independent security audits, provides technical transparenc...
関連ストーリー
Whitepaper Deep Dive
Ethereum白書:Bitcoinの限界からワールドコンピュータへ
Vitalik Buterinがブロックチェーンを汎用計算プラットフォームとして再構想し、smart contract、EVM、Turing-completeスクリプト言語を導入した経緯を解説します。
Whitepaper Deep DiveChainlink 2.0:分散型Oracleネットワークとメタレイヤービジョン
ChainlinkのDONに関する拡張ビジョンを包括的に解説:hybrid smart contract、FSS、super-linear staking、trust-minimizationフレームワーク。
Whitepaper Deep DiveAave V2白書:分散型レンディングのアーキテクチャ
DeFi最大級のプロトコルを支えるAaveのlending pool設計、aToken、flash loan、金利モデルを理解します。
Whitepaper Deep DiveUniswap V2:コンスタントプロダクトマーケットがDeFiを永遠に変えた方法
Uniswapのx*y=k公式、価格オラクル、flash swap、そして分散型トークン取引の優雅なシンプルさを技術的に解説します。