Overview
APE Balance
APE Value
$0.00More Info
Private Name Tags
ContractCreator
GENESIS at txn GENESIS_000000000000000000000000000000000000006B
Latest 1 from a total of 1 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
GENESIS_000000000000000000000000000000000000006B | Transfer* | 0 | 213 days ago | GENESIS | IN | 0 APE | 0 |
Loading...
Loading
Contract Source Code Verified (Genesis Bytecode Match Only)
Contract Name:
ArbOwnerPublic
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 Provides non-owners with info about the current chain owners. /// @notice Precompiled contract that exists in every Arbitrum chain at 0x000000000000000000000000000000000000006b. interface ArbOwnerPublic { /// @notice See if the user is a chain owner function isChainOwner(address addr) external view returns (bool); /** * @notice Rectify the list of chain owners * If successful, emits ChainOwnerRectified event * Available in ArbOS version 11 */ function rectifyChainOwner(address ownerToRectify) external; /// @notice Retrieves the list of chain owners function getAllChainOwners() external view returns (address[] memory); /// @notice Gets the network fee collector function getNetworkFeeAccount() external view returns (address); /// @notice Get the infrastructure fee collector function getInfraFeeAccount() external view returns (address); /// @notice Get the Brotli compression level used for fast compression function getBrotliCompressionLevel() external view returns (uint64); /// @notice Get the next scheduled ArbOS version upgrade and its activation timestamp. /// Returns (0, 0) if no ArbOS upgrade is scheduled. /// Available in ArbOS version 20. function getScheduledUpgrade() external view returns (uint64 arbosVersion, uint64 scheduledForTimestamp); event ChainOwnerRectified(address rectifiedOwner); function getSharePrice() external view returns (uint64); function getShareCount() external view returns (uint256); function getApy() external view returns (uint64); }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"anonymous": false,"inputs": [{"indexed": false,"internalType": "address","name": "rectifiedOwner","type": "address"}],"name": "ChainOwnerRectified","type": "event"},{"inputs": [],"name": "getAllChainOwners","outputs": [{"internalType": "address[]","name": "","type": "address[]"}],"stateMutability": "view","type": "function"},{"inputs": [],"name": "getApy","outputs": [{"internalType": "uint64","name": "","type": "uint64"}],"stateMutability": "view","type": "function"},{"inputs": [],"name": "getBrotliCompressionLevel","outputs": [{"internalType": "uint64","name": "","type": "uint64"}],"stateMutability": "view","type": "function"},{"inputs": [],"name": "getInfraFeeAccount","outputs": [{"internalType": "address","name": "","type": "address"}],"stateMutability": "view","type": "function"},{"inputs": [],"name": "getNetworkFeeAccount","outputs": [{"internalType": "address","name": "","type": "address"}],"stateMutability": "view","type": "function"},{"inputs": [],"name": "getScheduledUpgrade","outputs": [{"internalType": "uint64","name": "arbosVersion","type": "uint64"},{"internalType": "uint64","name": "scheduledForTimestamp","type": "uint64"}],"stateMutability": "view","type": "function"},{"inputs": [],"name": "getShareCount","outputs": [{"internalType": "uint256","name": "","type": "uint256"}],"stateMutability": "view","type": "function"},{"inputs": [],"name": "getSharePrice","outputs": [{"internalType": "uint64","name": "","type": "uint64"}],"stateMutability": "view","type": "function"},{"inputs": [{"internalType": "address","name": "addr","type": "address"}],"name": "isChainOwner","outputs": [{"internalType": "bool","name": "","type": "bool"}],"stateMutability": "view","type": "function"},{"inputs": [{"internalType": "address","name": "ownerToRectify","type": "address"}],"name": "rectifyChainOwner","outputs": [],"stateMutability": "nonpayable","type": "function"}]
Deployed Bytecode
0xfe
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 35 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|---|---|---|---|---|
ETH | 99.59% | <$0.000001 | 6,969,696,969.697 | $384.73 | |
ETH | 0.41% | $8.39 | 0.1908 | $1.6 | |
WORLD | <0.01% | $1,839.95 | 0.000000000000000001 | <$0.000001 | |
BASE | <0.01% | $1,839.89 | 0.000000000000000001 | <$0.000001 | |
BLAST | <0.01% | $1,839.89 | 0.000000000000000001 | <$0.000001 | |
UNI | <0.01% | $1,839.75 | 0.000000000000000001 | <$0.000001 | |
SWELL | <0.01% | $1,839.72 | 0.000000000000000001 | <$0.000001 | |
OP | <0.01% | $1,839.68 | 0.000000000000000001 | <$0.000001 | |
FRAXTAL | <0.01% | $1,833.85 | 0.000000000000000001 | <$0.000001 |
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.