Foo

Description:

Smart contract deployed on Ethereum.

Blockchain: Ethereum

Source Code: View Code On The Blockchain

Solidity Source Code:

// SPDX-License-Identifier: BSD-3-Clause
pragma solidity ^0.8.24;

// src/Foo.sol

contract Foo {

    uint256 public myVar;
    constructor() {
        myVar = 23;
    }

}

Tags:
addr:0xf059efafb991067f11635708007d328fe88ddfdd|verified:true|block:23523415|tx:0xfb6fb662bddf6d619de0ce40bba177f6a101010a3de8e1a72219eb8101e54e5d|first_check:1759826767

Submitted on: 2025-10-07 10:46:07

Comments

Log in to comment.

No comments yet.