# Smart Contract Function Calls ⎊ Area ⎊ Greeks.live

---

## What is the Function of Smart Contract Function Calls?

Smart contract function calls represent the programmatic interactions with deployed smart contracts on a blockchain, initiating state changes and executing predefined logic. These calls, originating from externally owned accounts or other contracts, are fundamental to decentralized application (dApp) operation and automated financial workflows. Transaction fees, denominated in the native cryptocurrency, incentivize network participants to validate and include these calls within blocks, ensuring immutability and deterministic execution. Efficient function call design minimizes gas consumption, directly impacting the cost-effectiveness of dApp usage and complex derivative strategies.

## What is the Execution of Smart Contract Function Calls?

The execution of a smart contract function call involves the Ethereum Virtual Machine (EVM) or equivalent runtime environment interpreting the bytecode associated with the contract’s logic. This process verifies input parameters against defined types and enforces access control mechanisms, preventing unauthorized state modifications. Successful execution results in a new contract state, recorded on the blockchain, and potentially triggers further function calls based on event emissions. Understanding execution pathways is critical for auditing contract security and predicting the impact of specific interactions on derivative pricing.

## What is the Application of Smart Contract Function Calls?

Within cryptocurrency options and financial derivatives, smart contract function calls enable automated exercise, settlement, and collateral management, reducing counterparty risk and operational overhead. These calls facilitate the creation of complex payoff structures, such as exotic options, that would be impractical to implement manually. Algorithmic trading strategies leverage function calls to react to market conditions and execute trades programmatically, optimizing portfolio performance and arbitrage opportunities. The application of these calls is expanding with the development of decentralized exchanges (DEXs) and synthetic asset platforms.


---

## [Non-Custodial Asset Control](https://term.greeks.live/term/non-custodial-asset-control/)

Meaning ⎊ Non-Custodial Asset Control secures collateral within smart contracts, enabling trustless derivative trading through cryptographic autonomy. ⎊ Term

## [Network Usage Intensity](https://term.greeks.live/definition/network-usage-intensity/)

The frequency and diversity of on-chain interactions, serving as a proxy for genuine protocol adoption and value. ⎊ Term

## [On-Chain Transaction Metrics](https://term.greeks.live/definition/on-chain-transaction-metrics/)

Quantitative data derived from blockchain activity, such as transaction volume and active addresses, to measure protocol health. ⎊ Term

## [Multicall Contract Design](https://term.greeks.live/definition/multicall-contract-design/)

An on-chain pattern bundling multiple read calls into one request to optimize network performance and user experience. ⎊ Term

## [Permissionless Scheduling](https://term.greeks.live/definition/permissionless-scheduling/)

Enabling decentralized agents to trigger smart contract functions without requiring central authorization. ⎊ Term

## [Protocol Interaction Mapping](https://term.greeks.live/definition/protocol-interaction-mapping/)

The documentation of how assets move and interact across various decentralized protocols and platforms. ⎊ Term

## [Smart Contract Gas Limit](https://term.greeks.live/definition/smart-contract-gas-limit/)

The maximum computational capacity allocated to a transaction to prevent network congestion and failed executions. ⎊ Term

## [Swap Execution Logic](https://term.greeks.live/definition/swap-execution-logic/)

The programmatic sequence of steps in a smart contract that processes a trade from input to final settlement. ⎊ Term

## [Gas Price Auctioning](https://term.greeks.live/definition/gas-price-auctioning/)

The competitive bidding process for blockchain transaction inclusion based on variable fees paid to network validators. ⎊ Term

## [Protocol-Specific Signatures](https://term.greeks.live/definition/protocol-specific-signatures/)

Recognizing unique interaction markers left by specific smart contracts or decentralized protocols. ⎊ Term

## [On-Chain Alpha Signal](https://term.greeks.live/definition/on-chain-alpha-signal/)

Actionable insights derived from blockchain transaction data to identify potential asset performance advantages. ⎊ Term

## [Smart Contract Composability](https://term.greeks.live/definition/smart-contract-composability/)

The ability of modular decentralized applications to integrate and share functionality like interconnected money legos. ⎊ Term

## [On-Chain Data Transparency](https://term.greeks.live/term/on-chain-data-transparency/)

Meaning ⎊ On-chain data transparency enables real-time, trustless verification of systemic solvency and market risk in decentralized derivative environments. ⎊ Term

## [Decentralized Protocol Composability](https://term.greeks.live/term/decentralized-protocol-composability/)

Meaning ⎊ Decentralized Protocol Composability enables modular, permissionless assembly of complex financial derivatives within a unified, automated ecosystem. ⎊ Term

## [Network Usage Metrics](https://term.greeks.live/definition/network-usage-metrics/)

Data points tracking blockchain activity to measure real-world adoption and utility of a protocol. ⎊ Term

---

## Raw Schema Data

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://term.greeks.live/"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "Area",
            "item": "https://term.greeks.live/area/"
        },
        {
            "@type": "ListItem",
            "position": 3,
            "name": "Smart Contract Function Calls",
            "item": "https://term.greeks.live/area/smart-contract-function-calls/"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "FAQPage",
    "mainEntity": [
        {
            "@type": "Question",
            "name": "What is the Function of Smart Contract Function Calls?",
            "acceptedAnswer": {
                "@type": "Answer",
                "text": "Smart contract function calls represent the programmatic interactions with deployed smart contracts on a blockchain, initiating state changes and executing predefined logic. These calls, originating from externally owned accounts or other contracts, are fundamental to decentralized application (dApp) operation and automated financial workflows. Transaction fees, denominated in the native cryptocurrency, incentivize network participants to validate and include these calls within blocks, ensuring immutability and deterministic execution. Efficient function call design minimizes gas consumption, directly impacting the cost-effectiveness of dApp usage and complex derivative strategies."
            }
        },
        {
            "@type": "Question",
            "name": "What is the Execution of Smart Contract Function Calls?",
            "acceptedAnswer": {
                "@type": "Answer",
                "text": "The execution of a smart contract function call involves the Ethereum Virtual Machine (EVM) or equivalent runtime environment interpreting the bytecode associated with the contract’s logic. This process verifies input parameters against defined types and enforces access control mechanisms, preventing unauthorized state modifications. Successful execution results in a new contract state, recorded on the blockchain, and potentially triggers further function calls based on event emissions. Understanding execution pathways is critical for auditing contract security and predicting the impact of specific interactions on derivative pricing."
            }
        },
        {
            "@type": "Question",
            "name": "What is the Application of Smart Contract Function Calls?",
            "acceptedAnswer": {
                "@type": "Answer",
                "text": "Within cryptocurrency options and financial derivatives, smart contract function calls enable automated exercise, settlement, and collateral management, reducing counterparty risk and operational overhead. These calls facilitate the creation of complex payoff structures, such as exotic options, that would be impractical to implement manually. Algorithmic trading strategies leverage function calls to react to market conditions and execute trades programmatically, optimizing portfolio performance and arbitrage opportunities. The application of these calls is expanding with the development of decentralized exchanges (DEXs) and synthetic asset platforms."
            }
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "CollectionPage",
    "headline": "Smart Contract Function Calls ⎊ Area ⎊ Greeks.live",
    "description": "Function ⎊ Smart contract function calls represent the programmatic interactions with deployed smart contracts on a blockchain, initiating state changes and executing predefined logic. These calls, originating from externally owned accounts or other contracts, are fundamental to decentralized application (dApp) operation and automated financial workflows.",
    "url": "https://term.greeks.live/area/smart-contract-function-calls/",
    "publisher": {
        "@type": "Organization",
        "name": "Greeks.live"
    },
    "hasPart": [
        {
            "@type": "Article",
            "@id": "https://term.greeks.live/term/non-custodial-asset-control/",
            "url": "https://term.greeks.live/term/non-custodial-asset-control/",
            "headline": "Non-Custodial Asset Control",
            "description": "Meaning ⎊ Non-Custodial Asset Control secures collateral within smart contracts, enabling trustless derivative trading through cryptographic autonomy. ⎊ Term",
            "datePublished": "2026-04-07T23:18:53+00:00",
            "dateModified": "2026-04-07T23:20:57+00:00",
            "author": {
                "@type": "Person",
                "name": "Greeks.live",
                "url": "https://term.greeks.live/author/greeks-live/"
            },
            "image": {
                "@type": "ImageObject",
                "url": "https://term.greeks.live/wp-content/uploads/2025/12/decentralized-finance-synthetic-assets-collateralization-protocol-governance-and-automated-market-making-mechanisms.jpg",
                "width": 3850,
                "height": 2166,
                "caption": "The image displays a close-up view of a complex mechanical assembly. Two dark blue cylindrical components connect at the center, revealing a series of bright green gears and bearings."
            }
        },
        {
            "@type": "Article",
            "@id": "https://term.greeks.live/definition/network-usage-intensity/",
            "url": "https://term.greeks.live/definition/network-usage-intensity/",
            "headline": "Network Usage Intensity",
            "description": "The frequency and diversity of on-chain interactions, serving as a proxy for genuine protocol adoption and value. ⎊ Term",
            "datePublished": "2026-04-06T10:46:39+00:00",
            "dateModified": "2026-04-06T10:48:08+00:00",
            "author": {
                "@type": "Person",
                "name": "Greeks.live",
                "url": "https://term.greeks.live/author/greeks-live/"
            },
            "image": {
                "@type": "ImageObject",
                "url": "https://term.greeks.live/wp-content/uploads/2025/12/complex-decentralized-finance-protocol-architecture-exhibiting-cross-chain-interoperability-and-collateralization-mechanisms.jpg",
                "width": 3850,
                "height": 2166,
                "caption": "A high-resolution abstract 3D rendering showcases three glossy, interlocked elements—blue, off-white, and green—contained within a dark, angular structural frame. The inner elements are tightly integrated, resembling a complex knot."
            }
        },
        {
            "@type": "Article",
            "@id": "https://term.greeks.live/definition/on-chain-transaction-metrics/",
            "url": "https://term.greeks.live/definition/on-chain-transaction-metrics/",
            "headline": "On-Chain Transaction Metrics",
            "description": "Quantitative data derived from blockchain activity, such as transaction volume and active addresses, to measure protocol health. ⎊ Term",
            "datePublished": "2026-04-05T12:21:48+00:00",
            "dateModified": "2026-04-05T12:23:22+00:00",
            "author": {
                "@type": "Person",
                "name": "Greeks.live",
                "url": "https://term.greeks.live/author/greeks-live/"
            },
            "image": {
                "@type": "ImageObject",
                "url": "https://term.greeks.live/wp-content/uploads/2025/12/algorithmic-collateralization-mechanism-for-cross-chain-asset-tokenization-and-advanced-defi-derivative-securitization.jpg",
                "width": 3850,
                "height": 2166,
                "caption": "A minimalist, dark blue object, shaped like a carabiner, holds a light-colored, bone-like internal component against a dark background. A circular green ring glows at the object's pivot point, providing a stark color contrast."
            }
        },
        {
            "@type": "Article",
            "@id": "https://term.greeks.live/definition/multicall-contract-design/",
            "url": "https://term.greeks.live/definition/multicall-contract-design/",
            "headline": "Multicall Contract Design",
            "description": "An on-chain pattern bundling multiple read calls into one request to optimize network performance and user experience. ⎊ Term",
            "datePublished": "2026-04-04T09:36:25+00:00",
            "dateModified": "2026-04-04T09:37:01+00:00",
            "author": {
                "@type": "Person",
                "name": "Greeks.live",
                "url": "https://term.greeks.live/author/greeks-live/"
            },
            "image": {
                "@type": "ImageObject",
                "url": "https://term.greeks.live/wp-content/uploads/2025/12/aerodynamic-decentralized-exchange-protocol-design-for-high-frequency-futures-trading-and-synthetic-derivative-management.jpg",
                "width": 3850,
                "height": 2166,
                "caption": "A high-resolution image showcases a stylized, futuristic object rendered in vibrant blue, white, and neon green. The design features sharp, layered panels that suggest an aerodynamic or high-tech component."
            }
        },
        {
            "@type": "Article",
            "@id": "https://term.greeks.live/definition/permissionless-scheduling/",
            "url": "https://term.greeks.live/definition/permissionless-scheduling/",
            "headline": "Permissionless Scheduling",
            "description": "Enabling decentralized agents to trigger smart contract functions without requiring central authorization. ⎊ Term",
            "datePublished": "2026-04-03T10:14:46+00:00",
            "dateModified": "2026-04-03T10:15:28+00:00",
            "author": {
                "@type": "Person",
                "name": "Greeks.live",
                "url": "https://term.greeks.live/author/greeks-live/"
            },
            "image": {
                "@type": "ImageObject",
                "url": "https://term.greeks.live/wp-content/uploads/2025/12/risk-stratification-within-decentralized-finance-derivatives-and-intertwined-digital-asset-mechanisms.jpg",
                "width": 3850,
                "height": 2166,
                "caption": "The composition features layered abstract shapes in vibrant green, deep blue, and cream colors, creating a dynamic sense of depth and movement. These flowing forms are intertwined and stacked against a dark background."
            }
        },
        {
            "@type": "Article",
            "@id": "https://term.greeks.live/definition/protocol-interaction-mapping/",
            "url": "https://term.greeks.live/definition/protocol-interaction-mapping/",
            "headline": "Protocol Interaction Mapping",
            "description": "The documentation of how assets move and interact across various decentralized protocols and platforms. ⎊ Term",
            "datePublished": "2026-03-30T16:46:26+00:00",
            "dateModified": "2026-03-30T16:47:47+00:00",
            "author": {
                "@type": "Person",
                "name": "Greeks.live",
                "url": "https://term.greeks.live/author/greeks-live/"
            },
            "image": {
                "@type": "ImageObject",
                "url": "https://term.greeks.live/wp-content/uploads/2025/12/algorithmic-trading-layer-interaction-in-decentralized-finance-protocol-architecture-and-volatility-derivatives-settlement.jpg",
                "width": 3850,
                "height": 2166,
                "caption": "A close-up view shows fluid, interwoven structures resembling layered ribbons or cables in dark blue, cream, and bright green. The elements overlap and flow diagonally across a dark blue background, creating a sense of dynamic movement and depth."
            }
        },
        {
            "@type": "Article",
            "@id": "https://term.greeks.live/definition/smart-contract-gas-limit/",
            "url": "https://term.greeks.live/definition/smart-contract-gas-limit/",
            "headline": "Smart Contract Gas Limit",
            "description": "The maximum computational capacity allocated to a transaction to prevent network congestion and failed executions. ⎊ Term",
            "datePublished": "2026-03-25T00:12:03+00:00",
            "dateModified": "2026-04-05T03:24:37+00:00",
            "author": {
                "@type": "Person",
                "name": "Greeks.live",
                "url": "https://term.greeks.live/author/greeks-live/"
            },
            "image": {
                "@type": "ImageObject",
                "url": "https://term.greeks.live/wp-content/uploads/2025/12/interoperable-smart-contract-framework-visualizing-cross-chain-liquidity-provisioning-and-derivative-mechanism-activation.jpg",
                "width": 3850,
                "height": 2166,
                "caption": "The image displays a close-up view of a complex structural assembly featuring intricate, interlocking components in blue, white, and teal colors against a dark background. A prominent bright green light glows from a circular opening where a white component inserts into the teal component, highlighting a critical connection point."
            }
        },
        {
            "@type": "Article",
            "@id": "https://term.greeks.live/definition/swap-execution-logic/",
            "url": "https://term.greeks.live/definition/swap-execution-logic/",
            "headline": "Swap Execution Logic",
            "description": "The programmatic sequence of steps in a smart contract that processes a trade from input to final settlement. ⎊ Term",
            "datePublished": "2026-03-23T14:44:26+00:00",
            "dateModified": "2026-03-23T14:44:47+00:00",
            "author": {
                "@type": "Person",
                "name": "Greeks.live",
                "url": "https://term.greeks.live/author/greeks-live/"
            },
            "image": {
                "@type": "ImageObject",
                "url": "https://term.greeks.live/wp-content/uploads/2025/12/algorithmic-execution-engine-for-decentralized-perpetual-swaps-with-automated-liquidity-and-collateral-management.jpg",
                "width": 3850,
                "height": 2166,
                "caption": "A high-tech, abstract mechanism features sleek, dark blue fluid curves encasing a beige-colored inner component. A central green wheel-like structure, emitting a bright neon green glow, suggests active motion and a core function within the intricate design."
            }
        },
        {
            "@type": "Article",
            "@id": "https://term.greeks.live/definition/gas-price-auctioning/",
            "url": "https://term.greeks.live/definition/gas-price-auctioning/",
            "headline": "Gas Price Auctioning",
            "description": "The competitive bidding process for blockchain transaction inclusion based on variable fees paid to network validators. ⎊ Term",
            "datePublished": "2026-03-23T14:32:18+00:00",
            "dateModified": "2026-03-23T14:33:28+00:00",
            "author": {
                "@type": "Person",
                "name": "Greeks.live",
                "url": "https://term.greeks.live/author/greeks-live/"
            },
            "image": {
                "@type": "ImageObject",
                "url": "https://term.greeks.live/wp-content/uploads/2025/12/visualization-of-layered-risk-tranches-within-a-structured-product-for-options-trading-analysis.jpg",
                "width": 3850,
                "height": 2166,
                "caption": "A stylized 3D visualization features stacked, fluid layers in shades of dark blue, vibrant blue, and teal green, arranged around a central off-white core. A bright green thumbtack is inserted into the outer green layer, set against a dark blue background."
            }
        },
        {
            "@type": "Article",
            "@id": "https://term.greeks.live/definition/protocol-specific-signatures/",
            "url": "https://term.greeks.live/definition/protocol-specific-signatures/",
            "headline": "Protocol-Specific Signatures",
            "description": "Recognizing unique interaction markers left by specific smart contracts or decentralized protocols. ⎊ Term",
            "datePublished": "2026-03-23T04:47:23+00:00",
            "dateModified": "2026-03-23T04:59:33+00:00",
            "author": {
                "@type": "Person",
                "name": "Greeks.live",
                "url": "https://term.greeks.live/author/greeks-live/"
            },
            "image": {
                "@type": "ImageObject",
                "url": "https://term.greeks.live/wp-content/uploads/2025/12/multi-protocol-decentralized-finance-ecosystem-liquidity-flows-and-yield-farming-strategies-visualization.jpg",
                "width": 3850,
                "height": 2166,
                "caption": "The image depicts an abstract arrangement of multiple, continuous, wave-like bands in a deep color palette of dark blue, teal, and beige. The layers intersect and flow, creating a complex visual texture with a single, brightly illuminated green segment highlighting a specific junction point."
            }
        },
        {
            "@type": "Article",
            "@id": "https://term.greeks.live/definition/on-chain-alpha-signal/",
            "url": "https://term.greeks.live/definition/on-chain-alpha-signal/",
            "headline": "On-Chain Alpha Signal",
            "description": "Actionable insights derived from blockchain transaction data to identify potential asset performance advantages. ⎊ Term",
            "datePublished": "2026-03-20T04:49:19+00:00",
            "dateModified": "2026-03-20T04:50:10+00:00",
            "author": {
                "@type": "Person",
                "name": "Greeks.live",
                "url": "https://term.greeks.live/author/greeks-live/"
            },
            "image": {
                "@type": "ImageObject",
                "url": "https://term.greeks.live/wp-content/uploads/2025/12/advanced-algorithmic-execution-mechanism-for-perpetual-futures-contract-collateralization-and-risk-management.jpg",
                "width": 3850,
                "height": 2166,
                "caption": "A three-dimensional rendering showcases a futuristic, abstract device against a dark background. The object features interlocking components in dark blue, light blue, off-white, and teal green, centered around a metallic pivot point and a roller mechanism."
            }
        },
        {
            "@type": "Article",
            "@id": "https://term.greeks.live/definition/smart-contract-composability/",
            "url": "https://term.greeks.live/definition/smart-contract-composability/",
            "headline": "Smart Contract Composability",
            "description": "The ability of modular decentralized applications to integrate and share functionality like interconnected money legos. ⎊ Term",
            "datePublished": "2026-03-18T02:13:30+00:00",
            "dateModified": "2026-04-08T13:45:32+00:00",
            "author": {
                "@type": "Person",
                "name": "Greeks.live",
                "url": "https://term.greeks.live/author/greeks-live/"
            },
            "image": {
                "@type": "ImageObject",
                "url": "https://term.greeks.live/wp-content/uploads/2025/12/interconnected-smart-contract-composability-in-defi-protocols-illustrating-risk-layering-and-synthetic-asset-collateralization.jpg",
                "width": 3850,
                "height": 2166,
                "caption": "A high-resolution 3D digital artwork features an intricate arrangement of interlocking, stylized links and a central mechanism. The vibrant blue and green elements contrast with the beige and dark background, suggesting a complex, interconnected system."
            }
        },
        {
            "@type": "Article",
            "@id": "https://term.greeks.live/term/on-chain-data-transparency/",
            "url": "https://term.greeks.live/term/on-chain-data-transparency/",
            "headline": "On-Chain Data Transparency",
            "description": "Meaning ⎊ On-chain data transparency enables real-time, trustless verification of systemic solvency and market risk in decentralized derivative environments. ⎊ Term",
            "datePublished": "2026-03-17T16:17:08+00:00",
            "dateModified": "2026-04-03T20:11:27+00:00",
            "author": {
                "@type": "Person",
                "name": "Greeks.live",
                "url": "https://term.greeks.live/author/greeks-live/"
            },
            "image": {
                "@type": "ImageObject",
                "url": "https://term.greeks.live/wp-content/uploads/2025/12/dissecting-smart-contract-architecture-for-derivatives-settlement-and-risk-collateralization-mechanisms.jpg",
                "width": 3850,
                "height": 2166,
                "caption": "A detailed 3D rendering showcases two sections of a cylindrical object separating, revealing a complex internal mechanism comprised of gears and rings. The internal components, rendered in teal and metallic colors, represent the intricate workings of a complex system."
            }
        },
        {
            "@type": "Article",
            "@id": "https://term.greeks.live/term/decentralized-protocol-composability/",
            "url": "https://term.greeks.live/term/decentralized-protocol-composability/",
            "headline": "Decentralized Protocol Composability",
            "description": "Meaning ⎊ Decentralized Protocol Composability enables modular, permissionless assembly of complex financial derivatives within a unified, automated ecosystem. ⎊ Term",
            "datePublished": "2026-03-16T20:17:34+00:00",
            "dateModified": "2026-03-16T20:19:01+00:00",
            "author": {
                "@type": "Person",
                "name": "Greeks.live",
                "url": "https://term.greeks.live/author/greeks-live/"
            },
            "image": {
                "@type": "ImageObject",
                "url": "https://term.greeks.live/wp-content/uploads/2025/12/decentralized-finance-layered-architecture-representing-risk-management-collateralization-structures-and-protocol-composability.jpg",
                "width": 3850,
                "height": 2166,
                "caption": "This abstract illustration depicts multiple concentric layers and a central cylindrical structure within a dark, recessed frame. The layers transition in color from deep blue to bright green and cream, creating a sense of depth and intricate design."
            }
        },
        {
            "@type": "Article",
            "@id": "https://term.greeks.live/definition/network-usage-metrics/",
            "url": "https://term.greeks.live/definition/network-usage-metrics/",
            "headline": "Network Usage Metrics",
            "description": "Data points tracking blockchain activity to measure real-world adoption and utility of a protocol. ⎊ Term",
            "datePublished": "2026-03-16T08:24:35+00:00",
            "dateModified": "2026-04-02T08:40:55+00:00",
            "author": {
                "@type": "Person",
                "name": "Greeks.live",
                "url": "https://term.greeks.live/author/greeks-live/"
            },
            "image": {
                "@type": "ImageObject",
                "url": "https://term.greeks.live/wp-content/uploads/2025/12/green-vortex-depicting-decentralized-finance-liquidity-pool-smart-contract-execution-and-high-frequency-trading.jpg",
                "width": 3850,
                "height": 2166,
                "caption": "A dark, abstract image features a circular, mechanical structure surrounding a brightly glowing green vortex. The outer segments of the structure glow faintly in response to the central light source, creating a sense of dynamic energy within a decentralized finance ecosystem."
            }
        }
    ],
    "image": {
        "@type": "ImageObject",
        "url": "https://term.greeks.live/wp-content/uploads/2025/12/decentralized-finance-synthetic-assets-collateralization-protocol-governance-and-automated-market-making-mechanisms.jpg"
    }
}
```


---

**Original URL:** https://term.greeks.live/area/smart-contract-function-calls/
