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:0x89ef6a0ef19e1eb28627cf27201c39c5b416da96|verified:true|block:23523426|tx:0xa980624ed53482b5ca7906a3466ea07f906a3c1476060f544b6516e4d17f276a|first_check:1759826762

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

Comments

Log in to comment.

No comments yet.