Overview
APE Balance
APE Value
Less Than $0.01 (@ $0.53/APE)More Info
Private Name Tags
ContractCreator
GENESIS at txn GENESIS_0000000000000000000000000000000000000065
Latest 5 from a total of 5 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Configure Delega... | 7383909 | 74 days ago | IN | 0 APE | 0.00069784 | ||||
Configure Automa... | 27 | 198 days ago | IN | 0 APE | 0.00055612 | ||||
Configure Delega... | 26 | 198 days ago | IN | 0 APE | 0.00069205 | ||||
Configure Void Y... | 25 | 198 days ago | IN | 0 APE | 0.00055612 | ||||
GENESIS_0000000000000000000000000000000000000065 | Transfer* | 0 | 199 days ago | GENESIS | IN | 0 APE | 0 |
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
- No Contract Security Audit Submitted- Submit Audit Here
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"}]
Deployed Bytecode
0xfe
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 35 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|---|---|---|---|---|
ETH | 98.66% | <$0.000001 | 6,969,696,969.697 | $379.73 | |
ETH | 0.87% | $0.000007 | 500,000 | $3.35 | |
ETH | 0.43% | $8.77 | 0.1908 | $1.67 | |
ETH | 0.04% | $0.049696 | 2.9295 | $0.1455 | |
APE | <0.01% | $0.525933 | 0.000000028859 | <$0.000001 | |
UNI | <0.01% | $1,935.67 | 0.000000000000000001 | <$0.000001 | |
BLAST | <0.01% | $1,935.65 | 0.000000000000000001 | <$0.000001 | |
OP | <0.01% | $1,935.6 | 0.000000000000000001 | <$0.000001 | |
BASE | <0.01% | $1,935.6 | 0.000000000000000001 | <$0.000001 | |
WORLD | <0.01% | $1,935.31 | 0.000000000000000001 | <$0.000001 | |
FRAXTAL | <0.01% | $1,931.68 | 0.000000000000000001 | <$0.000001 | |
SWELL | <0.01% | $1,923.12 | 0.000000000000000001 | <$0.000001 |
[ 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.