Overview
ETH Balance
0.0552 ETH
Eth Value
$81.73 (@ $1,480.69/ETH)More Info
Private Name Tags
ContractCreator
TokenTracker
Latest 25 from a total of 276 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Set Approval For... | 18671145 | 497 days ago | IN | 0 ETH | 0.00273438 | ||||
Set Approval For... | 18252336 | 556 days ago | IN | 0 ETH | 0.00048293 | ||||
Set Approval For... | 18189613 | 565 days ago | IN | 0 ETH | 0.00052568 | ||||
Set Approval For... | 18160777 | 569 days ago | IN | 0 ETH | 0.00059928 | ||||
Set Approval For... | 18095138 | 578 days ago | IN | 0 ETH | 0.00069309 | ||||
Set Approval For... | 18076879 | 581 days ago | IN | 0 ETH | 0.00100963 | ||||
Set Approval For... | 18059011 | 583 days ago | IN | 0 ETH | 0.00068685 | ||||
Set Approval For... | 18059011 | 583 days ago | IN | 0 ETH | 0.00068685 | ||||
Set Approval For... | 18059011 | 583 days ago | IN | 0 ETH | 0.00068685 | ||||
Safe Transfer Fr... | 18056631 | 583 days ago | IN | 0 ETH | 0.00127611 | ||||
Set Approval For... | 18056380 | 584 days ago | IN | 0 ETH | 0.00078285 | ||||
Set Approval For... | 18055071 | 584 days ago | IN | 0 ETH | 0.00084851 | ||||
Set Approval For... | 18054716 | 584 days ago | IN | 0 ETH | 0.00094109 | ||||
Set Approval For... | 18054591 | 584 days ago | IN | 0 ETH | 0.00072738 | ||||
Safe Transfer Fr... | 18053213 | 584 days ago | IN | 0 ETH | 0.00070578 | ||||
Safe Transfer Fr... | 18053210 | 584 days ago | IN | 0 ETH | 0.00100406 | ||||
Set Approval For... | 18051110 | 584 days ago | IN | 0 ETH | 0.00076753 | ||||
Set Approval For... | 18050691 | 584 days ago | IN | 0 ETH | 0.0007894 | ||||
Set Approval For... | 18050659 | 584 days ago | IN | 0 ETH | 0.00087392 | ||||
Set Approval For... | 18049414 | 584 days ago | IN | 0 ETH | 0.00099689 | ||||
Set Approval For... | 18049411 | 584 days ago | IN | 0 ETH | 0.00103578 | ||||
Set Approval For... | 18049394 | 585 days ago | IN | 0 ETH | 0.00093797 | ||||
Set Approval For... | 18049393 | 585 days ago | IN | 0 ETH | 0.000972 | ||||
Set Approval For... | 18049305 | 585 days ago | IN | 0 ETH | 0.00134475 | ||||
Set Approval For... | 18049305 | 585 days ago | IN | 0 ETH | 0.00134633 |
Advanced mode: Intended for advanced users or developers and will display all Internal Transactions including zero value transfers. Name tag integration is not available in advanced view.
Latest 25 internal transactions (View All)
Advanced mode:
Parent Transaction Hash | Method | Block |
From
|
To
|
||||
---|---|---|---|---|---|---|---|---|
Is Operator Allo... | 19006725 | 450 days ago | 0 ETH | |||||
Transfer From | 19006725 | 450 days ago | 0 ETH | |||||
Implementation | 19006725 | 450 days ago | 0 ETH | |||||
Transfer From | 19006725 | 450 days ago | 0 ETH | |||||
Is Operator Allo... | 18671145 | 497 days ago | 0 ETH | |||||
Set Approval For... | 18671145 | 497 days ago | 0 ETH | |||||
Implementation | 18671145 | 497 days ago | 0 ETH | |||||
Is Operator Allo... | 18408936 | 534 days ago | 0 ETH | |||||
Transfer From | 18408936 | 534 days ago | 0 ETH | |||||
Implementation | 18408936 | 534 days ago | 0 ETH | |||||
Transfer From | 18408936 | 534 days ago | 0 ETH | |||||
Is Operator Allo... | 18252336 | 556 days ago | 0 ETH | |||||
Set Approval For... | 18252336 | 556 days ago | 0 ETH | |||||
Implementation | 18252336 | 556 days ago | 0 ETH | |||||
Is Operator Allo... | 18207511 | 562 days ago | 0 ETH | |||||
Safe Transfer Fr... | 18207511 | 562 days ago | 0 ETH | |||||
Implementation | 18207511 | 562 days ago | 0 ETH | |||||
Safe Transfer Fr... | 18207511 | 562 days ago | 0 ETH | |||||
Is Operator Allo... | 18207491 | 562 days ago | 0 ETH | |||||
Safe Transfer Fr... | 18207491 | 562 days ago | 0 ETH | |||||
Implementation | 18207491 | 562 days ago | 0 ETH | |||||
Safe Transfer Fr... | 18207491 | 562 days ago | 0 ETH | |||||
Is Operator Allo... | 18189613 | 565 days ago | 0 ETH | |||||
Set Approval For... | 18189613 | 565 days ago | 0 ETH | |||||
Implementation | 18189613 | 565 days ago | 0 ETH |
Loading...
Loading
Similar Match Source Code This contract matches the deployed Bytecode of the Source Code for Contract 0xdBc63dEd...0755c5d21 The constructor portion of the code might be different and could alter the actual behaviour of the contract
Contract Name:
FairxyzBeaconProxy
Compiler Version
v0.8.19+commit.7dd6d404
Optimization Enabled:
Yes with 10000 runs
Other Settings:
default evmVersion
Contract Source Code (Solidity Standard Json-Input format)
// SPDX-License-Identifier: MIT pragma solidity 0.8.19; import {IBeacon} from "@openzeppelin/contracts/proxy/beacon/IBeacon.sol"; /** * @dev This contract implements a proxy that gets the implementation address for each call from an {UpgradeableBeacon}. * * The beacon address is stored in storage slot `uint256(keccak256('eip1967.proxy.beacon')) - 1`, so that it doesn't * conflict with the storage layout of the implementation behind the proxy. */ contract FairxyzBeaconProxy { /** * @dev Emitted when the beacon is upgraded. */ event BeaconUpgraded(address indexed beacon); struct AddressSlot { address value; } /** * @dev The storage slot of the Beacon contract which defines the implementation for this proxy. * This is bytes32(uint256(keccak256('eip1967.proxy.beacon')) - 1)) and is validated in the constructor. */ bytes32 internal constant _BEACON_SLOT = 0xa3f0ad74e5423aebfd80d3ef4346578335a9a72aeaee59ff6cb3582b35133d50; /** * @dev Initializes the proxy, upgrading to beacon `beacon`. * * If `data` is nonempty, it's used as data in a delegate call to the implementation returned by the beacon. This * will typically be an encoded function call, and allows initializing the storage of the proxy like a Solidity * constructor. * * Requirements: * * - `beacon` must be a contract with the interface {IBeacon}. */ constructor(address beacon, bytes memory data) payable { _upgradeBeaconToAndCall(beacon, data); } /** * @dev Fallback function that delegates calls to the address returned by `_implementation()`. Will run if no other * function in the contract matches the call data. */ fallback() external payable virtual { _delegate(_implementation()); } /** * @dev Fallback function that delegates calls to the address returned by `_implementation()`. Will run if call data * is empty. */ receive() external payable virtual { _delegate(_implementation()); } /** * @dev Delegates the current call to `implementation`. * * This function does not return to its internal call site, it will return directly to the external caller. */ function _delegate(address implementation) internal virtual { assembly { // Copy msg.data. We take full control of memory in this inline assembly // block because it will not return to Solidity code. We overwrite the // Solidity scratch pad at memory position 0. calldatacopy(0, 0, calldatasize()) // Call the implementation. // out and outsize are 0 because we don't know the size yet. let result := delegatecall( gas(), implementation, 0, calldatasize(), 0, 0 ) // Copy the returned data. returndatacopy(0, 0, returndatasize()) switch result // delegatecall returns 0 on error. case 0 { revert(0, returndatasize()) } default { return(0, returndatasize()) } } } /** * @dev Returns an `AddressSlot` with member `value` located at `slot`. */ function _getAddressSlot( bytes32 slot ) internal pure returns (AddressSlot storage r) { /// @solidity memory-safe-assembly assembly { r.slot := slot } } /** * @dev Returns the current implementation address of the associated beacon. */ function _implementation() internal view virtual returns (address) { return IBeacon(_getAddressSlot(_BEACON_SLOT).value).implementation(); } /** * @dev Perform beacon upgrade with additional setup call. Note: This upgrades the address of the beacon, it does * not upgrade the implementation contained in the beacon (see {UpgradeableBeacon-_setImplementation} for that). * * Emits a {BeaconUpgraded} event. */ function _upgradeBeaconToAndCall( address newBeacon, bytes memory data ) internal { require( newBeacon.code.length > 0, "ERC1967: new beacon is not a contract" ); address implementation = IBeacon(newBeacon).implementation(); require( implementation.code.length > 0, "ERC1967: beacon implementation is not a contract" ); _getAddressSlot(_BEACON_SLOT).value = newBeacon; emit BeaconUpgraded(newBeacon); if (data.length > 0) { (bool success, bytes memory returndata) = implementation .delegatecall(data); if (!success) { if (returndata.length > 0) { assembly { let returndata_size := mload(returndata) revert(add(32, returndata), returndata_size) } } else { revert("Address: low-level delegate call failed"); } } } } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.1 (proxy/beacon/IBeacon.sol) pragma solidity ^0.8.0; /** * @dev This is the interface that {BeaconProxy} expects of its beacon. */ interface IBeacon { /** * @dev Must return an address that can be used as a delegate call target. * * {BeaconProxy} will check that this address is a contract. */ function implementation() external view returns (address); }
{ "optimizer": { "enabled": true, "runs": 10000 }, "outputSelection": { "*": { "*": [ "evm.bytecode", "evm.deployedBytecode", "devdoc", "userdoc", "metadata", "abi" ] } }, "libraries": {} }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"inputs":[{"internalType":"address","name":"beacon","type":"address"},{"internalType":"bytes","name":"data","type":"bytes"}],"stateMutability":"payable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"beacon","type":"address"}],"name":"BeaconUpgraded","type":"event"},{"stateMutability":"payable","type":"fallback"},{"stateMutability":"payable","type":"receive"}]
Deployed Bytecode
0x60806040523661001b57610019610014610022565b6100da565b005b6100196100145b7fa3f0ad74e5423aebfd80d3ef4346578335a9a72aeaee59ff6cb3582b35133d5054604080517f5c60da1b000000000000000000000000000000000000000000000000000000008152905160009273ffffffffffffffffffffffffffffffffffffffff1691635c60da1b9160048083019260209291908290030181865afa1580156100b1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906100d591906100fe565b905090565b3660008037600080366000845af43d6000803e8080156100f9573d6000f35b3d6000fd5b60006020828403121561011057600080fd5b815173ffffffffffffffffffffffffffffffffffffffff8116811461013457600080fd5b939250505056fea26469706673582212205f937e101a15b5b43cb683925cb18aa9952c3258643ff276fc0c5c7cd665df4c64736f6c63430008130033
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 34 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|---|---|---|---|---|
ETH | 100.00% | $1,480.69 | 0.0552 | $81.73 |
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.