Overview
APE Balance
0 APE
APE Value
$0.00More Info
Private Name Tags
ContractCreator
GENESIS at txn GENESIS_000000000000000000000000000000000000006E
Latest 25 from a total of 35 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
0xc9f95d32 | 4533355 | 3 days ago | IN | 0 APE | 0.01775945 | ||||
0xc9f95d32 | 3303598 | 18 days ago | IN | 0 APE | 0.003786 | ||||
0xc9f95d32 | 2924171 | 21 days ago | IN | 0 APE | 0.003786 | ||||
0xc9f95d32 | 2406222 | 24 days ago | IN | 0 APE | 0.01775866 | ||||
0xc9f95d32 | 2176104 | 25 days ago | IN | 0 APE | 0.01775825 | ||||
0xc9f95d32 | 649235 | 30 days ago | IN | 0 APE | 0.00053802 | ||||
0xc9f95d32 | 648293 | 30 days ago | IN | 0 APE | 0.00053802 | ||||
0xc9f95d32 | 633248 | 30 days ago | IN | 0 APE | 0.01775907 | ||||
0xc9f95d32 | 609839 | 30 days ago | IN | 0 APE | 0.00053802 | ||||
0xc9f95d32 | 591445 | 30 days ago | IN | 0 APE | 0.00053802 | ||||
0xc9f95d32 | 583875 | 30 days ago | IN | 0 APE | 0.00053802 | ||||
0xc9f95d32 | 54583 | 41 days ago | IN | 0 APE | 0.00191054 | ||||
0xc9f95d32 | 41130 | 54 days ago | IN | 0 APE | 0.02542069 | ||||
0xc9f95d32 | 40928 | 54 days ago | IN | 0 APE | 0.05084138 | ||||
0xc9f95d32 | 37983 | 57 days ago | IN | 0 APE | 0.5084138 | ||||
0xc9f95d32 | 22803 | 70 days ago | IN | 0 APE | 0.00053802 | ||||
0xc9f95d32 | 22186 | 71 days ago | IN | 0 APE | 0.00053802 | ||||
0xc9f95d32 | 22104 | 71 days ago | IN | 0 APE | 0.00053802 | ||||
0xc9f95d32 | 22103 | 71 days ago | IN | 0 APE | 0.00053802 | ||||
0xc9f95d32 | 21236 | 72 days ago | IN | 0 APE | 0.00053802 | ||||
0xc9f95d32 | 16646 | 75 days ago | IN | 0 APE | 0.00053802 | ||||
0xc9f95d32 | 16620 | 75 days ago | IN | 0 APE | 0.00053802 | ||||
0xc9f95d32 | 11790 | 76 days ago | IN | 0 APE | 0.00053802 | ||||
0xc9f95d32 | 11694 | 76 days ago | IN | 0 APE | 0.00053802 | ||||
0xc9f95d32 | 6038 | 77 days ago | IN | 0 APE | 0.00076262 |
Latest 25 internal transactions (View All)
Parent Transaction Hash | Block | From | To | |||
---|---|---|---|---|---|---|
4533355 | 3 days ago | 0 APE | ||||
3303598 | 18 days ago | 0 APE | ||||
2924171 | 21 days ago | 0 APE | ||||
2406222 | 24 days ago | 0 APE | ||||
2176104 | 25 days ago | 0 APE | ||||
649235 | 30 days ago | 0 APE | ||||
648293 | 30 days ago | 0 APE | ||||
633248 | 30 days ago | 0 APE | ||||
609839 | 30 days ago | 0 APE | ||||
591445 | 30 days ago | 0 APE | ||||
583875 | 30 days ago | 0 APE | ||||
54583 | 41 days ago | 0 APE | ||||
41130 | 54 days ago | 0 APE | ||||
40928 | 54 days ago | 0 APE | ||||
37983 | 57 days ago | 0 APE | ||||
22803 | 70 days ago | 0 APE | ||||
22186 | 71 days ago | 0 APE | ||||
22104 | 71 days ago | 0 APE | ||||
22103 | 71 days ago | 0 APE | ||||
21236 | 72 days ago | 0 APE | ||||
16646 | 75 days ago | 0 APE | ||||
16620 | 75 days ago | 0 APE | ||||
11790 | 76 days ago | 0 APE | ||||
11694 | 76 days ago | 0 APE | ||||
6038 | 77 days ago | 0 APE |
Loading...
Loading
Similar Match Source Code This contract matches the deployed Bytecode of the Source Code for Contract 0x00000000...00000006b The constructor portion of the code might be different and could alter the actual behaviour of the contract
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
[{"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 | 30 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|---|---|---|---|---|
ETH | 98.89% | <$0.000001 | 6,969,696,969.697 | $358.21 | |
ETH | 0.84% | $15.96 | 0.1908 | $3.04 | |
ETH | 0.27% | $3,244.49 | 0.0003 | $0.973348 | |
WORLD | <0.01% | $3,244.75 | 0.000000000000000001 | <$0.000001 | |
BASE | <0.01% | $3,244.09 | 0.000000000000000001 | <$0.000001 | |
BLAST | <0.01% | $3,242.75 | 0.000000000000000001 | <$0.000001 | |
OP | <0.01% | $3,242.59 | 0.000000000000000001 | <$0.000001 | |
FRAXTAL | <0.01% | $3,169.59 | 0.000000000000000001 | <$0.000001 |
[ Download: CSV Export ]
[ 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.