ETH Price: $2,048.82 (+2.33%)

Contract

0x859C9980931fa0A63765fD8EF2e29918Af5b038C
 

More Info

Private Name Tags

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Fund Strategy246272022026-03-10 12:55:114 mins ago1773147311IN
0x859C9980...8Af5b038C
0 ETH0.000049780.09626932
Fund Strategy246271542026-03-10 12:45:3513 mins ago1773146735IN
0x859C9980...8Af5b038C
0 ETH0.000033690.07301854
Fund Strategy246267562026-03-10 11:25:231 hr ago1773141923IN
0x859C9980...8Af5b038C
0 ETH0.000042880.08284403
Fund Strategy246267302026-03-10 11:20:111 hr ago1773141611IN
0x859C9980...8Af5b038C
0 ETH0.000044090.08543484
Withdraw From St...246265582026-03-10 10:45:232 hrs ago1773139523IN
0x859C9980...8Af5b038C
0 ETH0.000027320.0642926
Withdraw From St...246265322026-03-10 10:40:112 hrs ago1773139211IN
0x859C9980...8Af5b038C
0 ETH0.000032340.07639588
Fund Strategy246265082026-03-10 10:35:232 hrs ago1773138923IN
0x859C9980...8Af5b038C
0 ETH0.000039120.07568758
Withdraw From St...246259892026-03-10 8:50:234 hrs ago1773132623IN
0x859C9980...8Af5b038C
0 ETH0.000048040.11266917
Withdraw From St...246257632026-03-10 8:05:114 hrs ago1773129911IN
0x859C9980...8Af5b038C
0 ETH0.000029050.06827685
Withdraw From St...246256642026-03-10 7:45:115 hrs ago1773128711IN
0x859C9980...8Af5b038C
0 ETH0.000026890.06333442
Withdraw From St...246252902026-03-10 6:30:116 hrs ago1773124211IN
0x859C9980...8Af5b038C
0 ETH0.000016740.03930916
Withdraw From St...246251692026-03-10 6:05:116 hrs ago1773122711IN
0x859C9980...8Af5b038C
0 ETH0.00001550.03642565
Withdraw From St...246246962026-03-10 4:30:238 hrs ago1773117023IN
0x859C9980...8Af5b038C
0 ETH0.000017860.04198089
Withdraw From St...246246452026-03-10 4:20:118 hrs ago1773116411IN
0x859C9980...8Af5b038C
0 ETH0.000013880.03261685
Withdraw From St...246241792026-03-10 2:46:3510 hrs ago1773110795IN
0x859C9980...8Af5b038C
0 ETH0.000030740.07233978
Fund Strategy246240722026-03-10 2:25:1110 hrs ago1773109511IN
0x859C9980...8Af5b038C
0 ETH0.000016520.03193319
Withdraw From St...246236272026-03-10 0:55:2312 hrs ago1773104123IN
0x859C9980...8Af5b038C
0 ETH0.00001310.03088954
Withdraw From St...246233792026-03-10 0:05:2312 hrs ago1773101123IN
0x859C9980...8Af5b038C
0 ETH0.000021450.05066811
Withdraw From St...246232542026-03-09 23:40:1113 hrs ago1773099611IN
0x859C9980...8Af5b038C
0 ETH0.000015070.03541213
Withdraw From St...246225342026-03-09 21:15:2315 hrs ago1773090923IN
0x859C9980...8Af5b038C
0 ETH0.000026790.06285081
Withdraw From St...246224092026-03-09 20:50:1116 hrs ago1773089411IN
0x859C9980...8Af5b038C
0 ETH0.000034580.08137514
Withdraw From St...246223842026-03-09 20:45:1116 hrs ago1773089111IN
0x859C9980...8Af5b038C
0 ETH0.000027340.07471164
Withdraw From St...246223602026-03-09 20:40:1116 hrs ago1773088811IN
0x859C9980...8Af5b038C
0 ETH0.000030.07049695
Withdraw From St...246221412026-03-09 19:55:4717 hrs ago1773086147IN
0x859C9980...8Af5b038C
0 ETH0.000067630.15975581
Fund Strategy246220892026-03-09 19:45:2317 hrs ago1773085523IN
0x859C9980...8Af5b038C
0 ETH0.000138050.2665277
View all transactions

Latest 1 internal transaction

Advanced mode:
Parent Transaction Hash Method Block
From
To
0x60806040220818262025-03-19 15:31:35355 days ago1742398295  Contract Creation0 ETH
Loading...
Loading
Loading...
Loading
Cross-Chain Transactions

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

Validator Index Block Amount
View All Withdrawals

Transaction Hash Block Value Eth2 PubKey Valid
View All Deposits
Loading...
Loading

Similar Match Source Code
This contract matches the deployed Bytecode of the Source Code for Contract 0xd6E084eF...4974C7058
The constructor portion of the code might be different and could alter the actual behaviour of the contract

Contract Name:
Proxy

Compiler Version
v0.8.25+commit.b61c2a91

Optimization Enabled:
Yes with 200 runs

Other Settings:
cancun EvmVersion

Contract Source Code (Solidity Standard Json-Input format)

File 1 of 3 : Proxy.sol
// SPDX-License-Identifier: AGPL-3.0-only
pragma solidity ^0.8.7;

import { IDefaultImplementationBeacon } from "./interfaces/IDefaultImplementationBeacon.sol";

import { SlotManipulatable } from "./SlotManipulatable.sol";

/// @title A completely transparent, and thus interface-less, proxy contract.
contract Proxy is SlotManipulatable {

    /// @dev Storage slot with the address of the current factory. `keccak256('eip1967.proxy.factory') - 1`.
    bytes32 private constant FACTORY_SLOT = bytes32(0x7a45a402e4cb6e08ebc196f20f66d5d30e67285a2a8aa80503fa409e727a4af1);

    /// @dev Storage slot with the address of the current factory. `keccak256('eip1967.proxy.implementation') - 1`.
    bytes32 private constant IMPLEMENTATION_SLOT = bytes32(0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc);

    /**
     *  @dev   The constructor requires at least one of `factory_` or `implementation_`.
     *         If an implementation is not provided, the factory is treated as an IDefaultImplementationBeacon
     *         to fetch the default implementation.
     *  @param factory_        The address of a proxy factory, if any.
     *  @param implementation_ The address of the implementation contract being proxied, if any.
     */
    constructor(address factory_, address implementation_) {
        _setSlotValue(FACTORY_SLOT, bytes32(uint256(uint160(factory_))));

        // If the implementation is empty, fetch it from the factory, which can act as a beacon.
        address implementation = implementation_ == address(0)
            ? IDefaultImplementationBeacon(factory_).defaultImplementation()
            : implementation_;

        require(implementation != address(0));

        _setSlotValue(IMPLEMENTATION_SLOT, bytes32(uint256(uint160(implementation))));
    }

    fallback() payable external virtual {
        bytes32 implementation = _getSlotValue(IMPLEMENTATION_SLOT);

        require(address(uint160(uint256(implementation))).code.length != uint256(0));

        assembly {
            calldatacopy(0, 0, calldatasize())

            let result := delegatecall(gas(), implementation, 0, calldatasize(), 0, 0)

            returndatacopy(0, 0, returndatasize())

            switch result
            case 0 {
                revert(0, returndatasize())
            }
            default {
                return(0, returndatasize())
            }
        }
    }

}

// SPDX-License-Identifier: AGPL-3.0-only
pragma solidity ^0.8.7;

/// @title An beacon that provides a default implementation for proxies, must implement IDefaultImplementationBeacon.
interface IDefaultImplementationBeacon {

    /// @dev The address of an implementation for proxies.
    function defaultImplementation() external view returns (address defaultImplementation_);

}

// SPDX-License-Identifier: AGPL-3.0-only
pragma solidity ^0.8.7;

abstract contract SlotManipulatable {

    function _getReferenceTypeSlot(bytes32 slot_, bytes32 key_) internal pure returns (bytes32 value_) {
        return keccak256(abi.encodePacked(key_, slot_));
    }

    function _getSlotValue(bytes32 slot_) internal view returns (bytes32 value_) {
        assembly {
            value_ := sload(slot_)
        }
    }

    function _setSlotValue(bytes32 slot_, bytes32 value_) internal {
        assembly {
            sstore(slot_, value_)
        }
    }

}

Settings
{
  "remappings": [
    "contract-test-utils/=modules/erc20/modules/contract-test-utils/contracts/",
    "erc20-helper/=modules/erc20-helper/src/",
    "erc20/=modules/erc20/",
    "forge-std/=modules/forge-std/src/",
    "maple-proxy-factory/=modules/maple-proxy-factory/",
    "proxy-factory/=modules/maple-proxy-factory/modules/proxy-factory/"
  ],
  "optimizer": {
    "enabled": true,
    "runs": 200
  },
  "metadata": {
    "useLiteralContent": false,
    "bytecodeHash": "ipfs",
    "appendCBOR": true
  },
  "outputSelection": {
    "*": {
      "*": [
        "evm.bytecode",
        "evm.deployedBytecode",
        "devdoc",
        "userdoc",
        "metadata",
        "abi"
      ]
    }
  },
  "evmVersion": "cancun",
  "viaIR": false,
  "libraries": {}
}

Contract Security Audit

Contract ABI

API
[{"inputs":[{"internalType":"address","name":"factory_","type":"address"},{"internalType":"address","name":"implementation_","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"stateMutability":"payable","type":"fallback"}]

0x608060405234801561000f575f80fd5b5060405161022238038061022283398101604081905261002e91610132565b6001600160a01b0382167f7a45a402e4cb6e08ebc196f20f66d5d30e67285a2a8aa80503fa409e727a4af1555f6001600160a01b0382161561007057816100d0565b826001600160a01b031663b39c45936040518163ffffffff1660e01b8152600401602060405180830381865afa1580156100ac573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906100d09190610163565b90506001600160a01b0381166100e4575f80fd5b6001600160a01b03167f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc55506101839050565b80516001600160a01b038116811461012d575f80fd5b919050565b5f8060408385031215610143575f80fd5b61014c83610117565b915061015a60208401610117565b90509250929050565b5f60208284031215610173575f80fd5b61017c82610117565b9392505050565b60938061018f5f395ff3fe60806040525f602c7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b90506001600160a01b0381163b6040575f80fd5b365f80375f80365f845af43d5f803e8080156059573d5ff35b3d5ffdfea2646970667358221220d8d374b676ac107ece9f34553d546efaac0ce6b60a628f3f94ed39bb5fe725bc64736f6c6343000819003300000000000000000000000027327e08de810c687687f95bfce92088089b56db0000000000000000000000000000000000000000000000000000000000000000

Deployed Bytecode

0x60806040525f602c7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b90506001600160a01b0381163b6040575f80fd5b365f80375f80365f845af43d5f803e8080156059573d5ff35b3d5ffdfea2646970667358221220d8d374b676ac107ece9f34553d546efaac0ce6b60a628f3f94ed39bb5fe725bc64736f6c63430008190033

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
Loading...
Loading
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.