Skip to main content
PulseScanner.io

Address

0x2bba7113fc505e63ce2f73af8dc7b3d41fa37613
Current Holdings
$0.00
TXs sent
not counted
First Active
2026-05-08
block 26,475,271
Last Active
132 days ago
block 26,475,271
Funded By
not identified

Net worth historyi

No net-worth snapshots recorded yet
exact matchSourcify_1778207557_42dfc8solc 0.8.24+commit.e11b9ed9runtime exact · creation exact
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.24;
contract Sourcify_1778207557_42dfc8 {
    uint256 public constant DEPLOY_TS = 1778207557;
    uint256 public value;
    function set(uint256 v) external { value = v; }
    function get() external view returns (uint256) { return value; }
}