Overview
ETH Balance
0.0552 ETH
Eth Value
$194.65 (@ $3,526.19/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 | 364 days ago | IN | 0 ETH | 0.00273438 | ||||
Set Approval For... | 18252336 | 423 days ago | IN | 0 ETH | 0.00048293 | ||||
Set Approval For... | 18189613 | 432 days ago | IN | 0 ETH | 0.00052568 | ||||
Set Approval For... | 18160777 | 436 days ago | IN | 0 ETH | 0.00059928 | ||||
Set Approval For... | 18095138 | 445 days ago | IN | 0 ETH | 0.00069309 | ||||
Set Approval For... | 18076879 | 448 days ago | IN | 0 ETH | 0.00100963 | ||||
Set Approval For... | 18059011 | 450 days ago | IN | 0 ETH | 0.00068685 | ||||
Set Approval For... | 18059011 | 450 days ago | IN | 0 ETH | 0.00068685 | ||||
Set Approval For... | 18059011 | 450 days ago | IN | 0 ETH | 0.00068685 | ||||
Safe Transfer Fr... | 18056631 | 451 days ago | IN | 0 ETH | 0.00127611 | ||||
Set Approval For... | 18056380 | 451 days ago | IN | 0 ETH | 0.00078285 | ||||
Set Approval For... | 18055071 | 451 days ago | IN | 0 ETH | 0.00084851 | ||||
Set Approval For... | 18054716 | 451 days ago | IN | 0 ETH | 0.00094109 | ||||
Set Approval For... | 18054591 | 451 days ago | IN | 0 ETH | 0.00072738 | ||||
Safe Transfer Fr... | 18053213 | 451 days ago | IN | 0 ETH | 0.00070578 | ||||
Safe Transfer Fr... | 18053210 | 451 days ago | IN | 0 ETH | 0.00100406 | ||||
Set Approval For... | 18051110 | 451 days ago | IN | 0 ETH | 0.00076753 | ||||
Set Approval For... | 18050691 | 451 days ago | IN | 0 ETH | 0.0007894 | ||||
Set Approval For... | 18050659 | 451 days ago | IN | 0 ETH | 0.00087392 | ||||
Set Approval For... | 18049414 | 452 days ago | IN | 0 ETH | 0.00099689 | ||||
Set Approval For... | 18049411 | 452 days ago | IN | 0 ETH | 0.00103578 | ||||
Set Approval For... | 18049394 | 452 days ago | IN | 0 ETH | 0.00093797 | ||||
Set Approval For... | 18049393 | 452 days ago | IN | 0 ETH | 0.000972 | ||||
Set Approval For... | 18049305 | 452 days ago | IN | 0 ETH | 0.00134475 | ||||
Set Approval For... | 18049305 | 452 days ago | IN | 0 ETH | 0.00134633 |
Latest 25 internal transactions (View All)
Advanced mode:
Parent Transaction Hash | Block | From | To | |||
---|---|---|---|---|---|---|
18044846 | 452 days ago | 0.00522 ETH | ||||
18044846 | 452 days ago | 0.00435 ETH | ||||
18044844 | 452 days ago | 0.00087 ETH | ||||
18044843 | 452 days ago | 0.00522 ETH | ||||
18044843 | 452 days ago | 0.00435 ETH | ||||
18044843 | 452 days ago | 0.00435 ETH | ||||
18044841 | 452 days ago | 0.00348 ETH | ||||
18044838 | 452 days ago | 0.00261 ETH | ||||
18044837 | 452 days ago | 0.00435 ETH | ||||
18044836 | 452 days ago | 0.00087 ETH | ||||
18044835 | 452 days ago | 0.00522 ETH | ||||
18044835 | 452 days ago | 0.00435 ETH | ||||
18044834 | 452 days ago | 0.00435 ETH | ||||
18044834 | 452 days ago | 0.00435 ETH | ||||
18044834 | 452 days ago | 0.00348 ETH | ||||
18044832 | 452 days ago | 0.00435 ETH | ||||
18044831 | 452 days ago | 0.00348 ETH | ||||
18044831 | 452 days ago | 0.00087 ETH | ||||
18044829 | 452 days ago | 0.00522 ETH | ||||
18044829 | 452 days ago | 0.00435 ETH | ||||
18044829 | 452 days ago | 0.00435 ETH | ||||
18044827 | 452 days ago | 0.00261 ETH | ||||
18044827 | 452 days ago | 0.00348 ETH | ||||
18044827 | 452 days ago | 0.00522 ETH | ||||
18044826 | 452 days ago | 0.00435 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
[{"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 | 30 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|---|---|---|---|---|
ETH | Ether (ETH) | 100.00% | $3,526.19 | 0.0552 | $194.65 |
Loading...
Loading
[ 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.