Overview
APE Balance
0 APE
APE Value
$0.00More Info
Private Name Tags
ContractCreator
GENESIS at txn GENESIS_0000000000000000000000000000000000000064
Latest 25 from a total of 253 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Withdraw Eth | 6107909 | 6 hrs ago | IN | 0.1 APE | 0.00193464 | ||||
Withdraw Eth | 6105686 | 7 hrs ago | IN | 7.3 APE | 0.00173847 | ||||
Withdraw Eth | 6101786 | 8 hrs ago | IN | 0.0001 APE | 0.00232698 | ||||
Withdraw Eth | 6065454 | 19 hrs ago | IN | 0.05 APE | 0.00173847 | ||||
Withdraw Eth | 6019918 | 32 hrs ago | IN | 0.00001 APE | 0.00193464 | ||||
Withdraw Eth | 5990380 | 41 hrs ago | IN | 2.57776119 APE | 0.00173849 | ||||
Withdraw Eth | 5969787 | 44 hrs ago | IN | 9 APE | 0.00213083 | ||||
Withdraw Eth | 5947114 | 2 days ago | IN | 1 APE | 0.00173849 | ||||
Withdraw Eth | 5944869 | 2 days ago | IN | 0.37825676 APE | 0.00193466 | ||||
Withdraw Eth | 5932356 | 2 days ago | IN | 0.0001 APE | 0.00173847 | ||||
Withdraw Eth | 5878217 | 3 days ago | IN | 0.0001 APE | 0.00252315 | ||||
Withdraw Eth | 5870195 | 3 days ago | IN | 10 APE | 0.00173849 | ||||
Withdraw Eth | 5870128 | 3 days ago | IN | 0.000001 APE | 0.00193464 | ||||
Withdraw Eth | 5865062 | 3 days ago | IN | 0.42315328 APE | 0.00173847 | ||||
Withdraw Eth | 5859367 | 3 days ago | IN | 719.16808161 APE | 0.00213081 | ||||
Withdraw Eth | 5859264 | 3 days ago | IN | 3.39781026 APE | 0.00173847 | ||||
Withdraw Eth | 5858820 | 3 days ago | IN | 4 APE | 0.00193464 | ||||
Withdraw Eth | 5858743 | 3 days ago | IN | 210.00407977 APE | 0.00173847 | ||||
Withdraw Eth | 5858740 | 3 days ago | IN | 299.34500522 APE | 0.00232698 | ||||
Withdraw Eth | 5858715 | 3 days ago | IN | 227.47947618 APE | 0.00173847 | ||||
Withdraw Eth | 5835671 | 3 days ago | IN | 2 APE | 0.00193466 | ||||
Withdraw Eth | 5835149 | 3 days ago | IN | 0.45033505 APE | 0.00173816 | ||||
Withdraw Eth | 5815237 | 4 days ago | IN | 2 APE | 0.00213083 | ||||
Withdraw Eth | 5806146 | 4 days ago | IN | 2 APE | 0.00173847 | ||||
Withdraw Eth | 5795297 | 4 days ago | IN | 0.1 APE | 0.00193464 |
Latest 25 internal transactions (View All)
Parent Transaction Hash | Block | From | To | |||
---|---|---|---|---|---|---|
6107909 | 6 hrs ago | 0.1 APE | ||||
6105686 | 7 hrs ago | 7.3 APE | ||||
6101786 | 8 hrs ago | 0.0001 APE | ||||
6065454 | 19 hrs ago | 0.05 APE | ||||
6019918 | 32 hrs ago | 0.00001 APE | ||||
5990380 | 41 hrs ago | 2.57776119 APE | ||||
5969787 | 44 hrs ago | 9 APE | ||||
5947114 | 2 days ago | 1 APE | ||||
5944869 | 2 days ago | 0.37825676 APE | ||||
5932356 | 2 days ago | 0.0001 APE | ||||
5878217 | 3 days ago | 0.0001 APE | ||||
5870195 | 3 days ago | 10 APE | ||||
5870128 | 3 days ago | 0.000001 APE | ||||
5865062 | 3 days ago | 0.42315328 APE | ||||
5859367 | 3 days ago | 719.16808161 APE | ||||
5859264 | 3 days ago | 3.39781026 APE | ||||
5858820 | 3 days ago | 4 APE | ||||
5858743 | 3 days ago | 210.00407977 APE | ||||
5858740 | 3 days ago | 299.34500522 APE | ||||
5858715 | 3 days ago | 227.47947618 APE | ||||
5835671 | 3 days ago | 2 APE | ||||
5835149 | 3 days ago | 0.45033505 APE | ||||
5815237 | 4 days ago | 2 APE | ||||
5806146 | 4 days ago | 2 APE | ||||
5795297 | 4 days ago | 0.1 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 | 29 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|---|---|---|---|---|
ETH | 82.27% | $3,555.07 | 2.3597 | $8,389.07 | |
ETH | 7.58% | <$0.000001 | 6,969,696,969.697 | $773.36 | |
ETH | 0.04% | $22.52 | 0.1908 | $4.3 | |
POL | 2.92% | $0.998157 | 298.5 | $297.95 | |
POL | 2.19% | $0.688473 | 324.0305 | $223.09 | |
BSC | 4.89% | $1 | 497.5 | $498.34 | |
BSC | <0.01% | <$0.000001 | 4,846,932.3224 | $0.14 | |
BASE | 0.05% | $3,555.74 | 0.00153059 | $5.44 | |
BLAST | 0.05% | $3,557.65 | 0.00134171 | $4.77 | |
FRAXTAL | <0.01% | $3,566.54 | 0.000000000000000001 | <$0.000001 | |
WORLD | <0.01% | $3,555.82 | 0.000000000000000001 | <$0.000001 | |
OP | <0.01% | $3,554.57 | 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.