APE Price: $0.69 (-6.78%)
    /

    Contract

    0xBFAaFfDf57d4a79C299A94140709704587634e19

    Overview

    APE Balance

    Apechain LogoApechain LogoApechain Logo0 APE

    APE Value

    $0.00

    Token Holdings

    Multichain Info

    No addresses found
    Transaction Hash
    Method
    Block
    Age
    From
    To

    There are no matching entries

    1 Internal Transaction and 1 Token Transfer found.

    Latest 1 internal transaction

    Parent Transaction Hash Block Age From To Amount
    86169292025-01-22 12:18:4127 days ago1737548321
     Contract Creation
    0 APE

    Loading...
    Loading

    Minimal Proxy Contract for 0x95a286ca0347b3c8daf06dad1c4233c95f06c894

    Contract Name:
    CoreRouter

    Compiler Version
    v0.8.19+commit.7dd6d404

    Optimization Enabled:
    Yes with 500 runs

    Other Settings:
    default evmVersion

    Contract Source Code (Solidity Standard Json-Input format)

    File 1 of 1 : CoreRouter.sol
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    // SPDX-License-Identifier: MIT
    pragma solidity 0.8.19;
    /// @title Cyan Wallet Core Router - A Cyan wallet's core router.
    /// @author Bulgantamir Gankhuyag - <bulgaa@usecyan.com>
    /// @author Naranbayar Uuganbayar - <naba@usecyan.com>
    contract CoreRouter {
    address payable private immutable _this;
    address private _admin;
    address private _core;
    event SetRouterAdmin(address admin);
    event SetCore(address core);
    modifier onlyAdmin() {
    require(_admin == msg.sender, "Caller is not an admin.");
    _;
    }
    /// @notice Prevents non delegatecall into the modified method
    modifier onlyDelegateCall() {
    require(address(this) != _this, "Cannot be called directly.");
    _;
    }
    constructor(address core) {
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    Settings
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    {
    "optimizer": {
    "enabled": true,
    "runs": 500
    },
    "outputSelection": {
    "*": {
    "*": [
    "evm.bytecode",
    "evm.deployedBytecode",
    "devdoc",
    "userdoc",
    "metadata",
    "abi"
    ]
    }
    },
    "libraries": {}
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    Contract ABI

    [{"inputs":[{"internalType":"address","name":"core","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"core","type":"address"}],"name":"SetCore","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"admin","type":"address"}],"name":"SetRouterAdmin","type":"event"},{"stateMutability":"payable","type":"fallback"},{"inputs":[],"name":"getCore","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getRouterAdmin","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"core","type":"address"}],"name":"setCore","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"admin","type":"address"}],"name":"setRouterAdmin","outputs":[],"stateMutability":"nonpayable","type":"function"}]

    Block Age Transaction Difficulty Gas Used Reward
    View All Blocks Produced

    Block Age Uncle Number Difficulty Gas Used Reward
    View All Uncles
    Loading...
    Loading
    Loading...
    Loading

    Validator Index Block Age Amount
    View All Withdrawals

    Transaction Hash Block Age Value Eth2 PubKey Valid
    View All Deposits
    [ Download: CSV Export  ]

    A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.