APE Price: $0.21 (-6.51%)

Contract

0x0000000000000000000000000000000000000065

Overview

APE Balance

Apechain LogoApechain LogoApechain Logo0.000000030190477109 APE

APE Value

Less Than $0.01 (@ $0.21/APE)

More Info

Private Name Tags

ContractCreator

N/A (Genesis Contract)

Multichain Info

N/A
Transaction Hash
Method
Block
From
To
Configure Delega...292006892025-11-27 11:46:2118 days ago1764243981IN
0x00000000...000000065
0 APE0.0006978225.42069
Configure Delega...292005332025-11-27 11:43:2918 days ago1764243809IN
0x00000000...000000065
0 APE0.0013333425.42069
Configure Automa...181003882025-06-13 15:40:27185 days ago1749829227IN
0x00000000...000000065
0 APE0.0005561225.42069
Configure Void Y...125629422025-03-31 22:23:55258 days ago1743459835IN
0x00000000...000000065
0 APE0.0005561225.42069
Configure Void Y...118422932025-03-17 2:05:59273 days ago1742177159IN
0x00000000...000000065
0 APE0.0005561225.42069
Configure Delega...73839092024-12-31 10:08:09349 days ago1735639689IN
0x00000000...000000065
0 APE0.0006978425.42069
Configure Automa...272024-08-28 21:22:48473 days ago1724880168IN
0x00000000...000000065
0 APE0.0005561225.42069
Configure Delega...262024-08-28 21:21:17473 days ago1724880077IN
0x00000000...000000065
0 APE0.0006920525.42069
Configure Void Y...252024-08-28 21:20:40473 days ago1724880040IN
0x00000000...000000065
0 APE0.0005561225.42069
GENESIS_0000000000000000000000000000000000000065Transfer*02024-08-28 16:45:22474 days ago1724863522GENESISIN
 Create: ArbInfo
0 APE00

View more zero value Internal Transactions in Advanced View mode

Advanced mode:

Cross-Chain Transactions
Loading...
Loading

Contract Source Code Verified (Genesis Bytecode Match Only)

Contract Name:
ArbInfo

Compiler Version
v0.8.26+commit.8a97fa7a

Optimization Enabled:
No with 200 runs

Other Settings:
default EvmVersion

Contract Source Code (Solidity)

/**
 *Submitted for verification at apescan.io on 2024-11-20
*/

// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity >=0.4.21 <0.9.0;

/// @title Lookup for basic info about accounts and contracts.
/// @notice Precompiled contract that exists in every Arbitrum chain at 0x0000000000000000000000000000000000000065.
interface ArbInfo {
    /// @notice Retrieves an account's balance
    function getBalance(address account) external view returns (uint256);

    /// @notice Retrieves a contract's deployed code
    function getCode(address account) external view returns (bytes memory);

    // @notice Retrieves an account's balance values (fixed, shares, debt)
    function getBalanceValues(address account) external view returns (uint256, uint256, uint256);

    // @notice Retrieves an account's yield mode
    function getYieldConfiguration(address account) external view returns (uint8);

    // @notice Retrieves an account's delegate if in delegate yield mode and returns the zero address otherwise.
    function getDelegate(address account) external view returns (address);

    // @notice Set the yield mode for msg.sender to automatic.
    function configureAutomaticYield() external;

    // @notice Set the yield mode for msg.sender to void.
    function configureVoidYield() external;

    // @notice Set the yield mode for msg.sender to delegate to an account. This function silently fails instead of reverting if attempting to delegate to self.
    function configureDelegateYield(address account) external;
}

Contract Security Audit

Contract ABI

API
[{"inputs": [],"name": "configureAutomaticYield","outputs": [],"stateMutability": "nonpayable","type": "function"},{"inputs": [{"internalType": "address","name": "account","type": "address"}],"name": "configureDelegateYield","outputs": [],"stateMutability": "nonpayable","type": "function"},{"inputs": [],"name": "configureVoidYield","outputs": [],"stateMutability": "nonpayable","type": "function"},{"inputs": [{"internalType": "address","name": "account","type": "address"}],"name": "getBalance","outputs": [{"internalType": "uint256","name": "","type": "uint256"}],"stateMutability": "view","type": "function"},{"inputs": [{"internalType": "address","name": "account","type": "address"}],"name": "getBalanceValues","outputs": [{"internalType": "uint256","name": "","type": "uint256"},{"internalType": "uint256","name": "","type": "uint256"},{"internalType": "uint256","name": "","type": "uint256"}],"stateMutability": "view","type": "function"},{"inputs": [{"internalType": "address","name": "account","type": "address"}],"name": "getCode","outputs": [{"internalType": "bytes","name": "","type": "bytes"}],"stateMutability": "view","type": "function"},{"inputs": [{"internalType": "address","name": "account","type": "address"}],"name": "getDelegate","outputs": [{"internalType": "address","name": "","type": "address"}],"stateMutability": "view","type": "function"},{"inputs": [{"internalType": "address","name": "account","type": "address"}],"name": "getYieldConfiguration","outputs": [{"internalType": "uint8","name": "","type": "uint8"}],"stateMutability": "view","type": "function"}]

0xfe

Deployed Bytecode

0xfe

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

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

Validator Index Block Amount
View All Withdrawals

Transaction Hash Block Value Eth2 PubKey Valid
View All Deposits
0x0000000000000000000000000000000000000065
Loading...
Loading
Loading...
Loading
Loading...
Loading
[ 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.