APE Price: $1.24 (+6.60%)

Contract

0xc12fE622ADBFE5fe969Ed930398957ab0Efd1F45

Overview

APE Balance

Apechain LogoApechain LogoApechain Logo1,077.70274167197225025 APE

APE Value

$1,338.31 (@ $1.24/APE)

Token Holdings

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Exec Transaction49542352024-11-22 3:53:0828 hrs ago1732247588IN
0xc12fE622...b0Efd1F45
0 APE0.0017850925.42069
Exec Transaction42488502024-11-14 5:12:389 days ago1731561158IN
0xc12fE622...b0Efd1F45
0 APE0.0017851125.42069
Exec Transaction42157932024-11-13 15:09:559 days ago1731510595IN
0xc12fE622...b0Efd1F45
0 APE0.0017850925.42069
Transfer42156212024-11-13 15:06:149 days ago1731510374IN
0xc12fE622...b0Efd1F45
78,215.92 APE0.0006950725.42069
Transfer41604732024-11-12 16:43:5410 days ago1731429834IN
0xc12fE622...b0Efd1F45
1 APE0.0006950725.42069
Exec Transaction38004462024-11-08 2:33:0115 days ago1731033181IN
0xc12fE622...b0Efd1F45
0 APE0.0017215125.42069
Transfer37155022024-11-06 23:27:1416 days ago1730935634IN
0xc12fE622...b0Efd1F45
1 APE0.0006950725.42069
Exec Transaction19896952024-10-26 3:52:4728 days ago1729914767IN
0xc12fE622...b0Efd1F45
0 APE0.0029112725.42069

Latest 25 internal transactions (View All)

Parent Transaction Hash Block From To
50887832024-11-23 8:06:412 mins ago1732349201
0xc12fE622...b0Efd1F45
3.175 APE
50886202024-11-23 8:04:084 mins ago1732349048
0xc12fE622...b0Efd1F45
1 APE
50884082024-11-23 8:01:037 mins ago1732348863
0xc12fE622...b0Efd1F45
4.875 APE
50882542024-11-23 7:59:019 mins ago1732348741
0xc12fE622...b0Efd1F45
1.025 APE
50880102024-11-23 7:55:5412 mins ago1732348554
0xc12fE622...b0Efd1F45
1.05 APE
50877792024-11-23 7:53:0615 mins ago1732348386
0xc12fE622...b0Efd1F45
1.1 APE
50876122024-11-23 7:50:3118 mins ago1732348231
0xc12fE622...b0Efd1F45
0.975 APE
50874142024-11-23 7:47:2221 mins ago1732348042
0xc12fE622...b0Efd1F45
1 APE
50872532024-11-23 7:44:2524 mins ago1732347865
0xc12fE622...b0Efd1F45
1 APE
50871402024-11-23 7:42:2626 mins ago1732347746
0xc12fE622...b0Efd1F45
1.075 APE
50870582024-11-23 7:41:1027 mins ago1732347670
0xc12fE622...b0Efd1F45
1.025 APE
50869342024-11-23 7:39:0429 mins ago1732347544
0xc12fE622...b0Efd1F45
1 APE
50867632024-11-23 7:36:2532 mins ago1732347385
0xc12fE622...b0Efd1F45
1 APE
50865372024-11-23 7:33:0135 mins ago1732347181
0xc12fE622...b0Efd1F45
1.1 APE
50862682024-11-23 7:29:3839 mins ago1732346978
0xc12fE622...b0Efd1F45
1 APE
50861362024-11-23 7:27:3041 mins ago1732346850
0xc12fE622...b0Efd1F45
1.1 APE
50860542024-11-23 7:26:0942 mins ago1732346769
0xc12fE622...b0Efd1F45
1.05 APE
50858952024-11-23 7:23:1145 mins ago1732346591
0xc12fE622...b0Efd1F45
1.025 APE
50856822024-11-23 7:20:0648 mins ago1732346406
0xc12fE622...b0Efd1F45
1.075 APE
50856012024-11-23 7:18:4050 mins ago1732346320
0xc12fE622...b0Efd1F45
1.075 APE
50854392024-11-23 7:15:5852 mins ago1732346158
0xc12fE622...b0Efd1F45
1.075 APE
50853372024-11-23 7:14:2154 mins ago1732346061
0xc12fE622...b0Efd1F45
1.1 APE
50851432024-11-23 7:10:5357 mins ago1732345853
0xc12fE622...b0Efd1F45
1.1 APE
50850312024-11-23 7:08:521 hrs ago1732345732
0xc12fE622...b0Efd1F45
1.05 APE
50849482024-11-23 7:07:031 hr ago1732345623
0xc12fE622...b0Efd1F45
1.025 APE
View All Internal Transactions

Loading...
Loading

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

Contract Name:
GnosisSafeProxy

Compiler Version
v0.7.6+commit.7338295f

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, GNU LGPLv3 license
/**
 *Submitted for verification at apescan.io on 2024-11-20
*/

// SPDX-License-Identifier: LGPL-3.0-only
pragma solidity >=0.7.0 <0.9.0;

/// @title IProxy - Helper interface to access masterCopy of the Proxy on-chain
/// @author Richard Meissner - <[email protected]>
interface IProxy {
    function masterCopy() external view returns (address);
}

/// @title GnosisSafeProxy - Generic proxy contract allows to execute all transactions applying the code of a master contract.
/// @author Stefan George - <[email protected]>
/// @author Richard Meissner - <[email protected]>
contract GnosisSafeProxy {
    // singleton always needs to be first declared variable, to ensure that it is at the same location in the contracts to which calls are delegated.
    // To reduce deployment costs this variable is internal and needs to be retrieved via `getStorageAt`
    address internal singleton;

    /// @dev Constructor function sets address of singleton contract.
    /// @param _singleton Singleton address.
    constructor(address _singleton) {
        require(_singleton != address(0), "Invalid singleton address provided");
        singleton = _singleton;
    }

    /// @dev Fallback function forwards all transactions and returns all received return data.
    fallback() external payable {
        // solhint-disable-next-line no-inline-assembly
        assembly {
            let _singleton := and(sload(0), 0xffffffffffffffffffffffffffffffffffffffff)
            // 0xa619486e == keccak("masterCopy()"). The value is right padded to 32-bytes with 0s
            if eq(calldataload(0), 0xa619486e00000000000000000000000000000000000000000000000000000000) {
                mstore(0, _singleton)
                return(0, 0x20)
            }
            calldatacopy(0, 0, calldatasize())
            let success := delegatecall(gas(), _singleton, 0, calldatasize(), 0, 0)
            returndatacopy(0, 0, returndatasize())
            if eq(success, 0) {
                revert(0, returndatasize())
            }
            return(0, returndatasize())
        }
    }
}

Contract Security Audit

Contract ABI

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

Deployed Bytecode

0x608060405273ffffffffffffffffffffffffffffffffffffffff600054167fa619486e0000000000000000000000000000000000000000000000000000000060003514156050578060005260206000f35b3660008037600080366000845af43d6000803e60008114156070573d6000fd5b3d6000f3fea2646970667358221220d1429297349653a4918076d650332de1a1068c5f3e07c5c82360c277770b955264736f6c63430007060033

Deployed Bytecode Sourcemap

524:1528:0:-:0;;;1376:42;1372:1;1366:8;1362:57;1556:66;1552:1;1539:15;1536:87;1533:2;;;1653:10;1650:1;1643:21;1692:4;1689:1;1682:15;1533:2;1745:14;1742:1;1739;1726:34;1843:1;1840;1824:14;1821:1;1809:10;1802:5;1789:56;1880:16;1877:1;1874;1859:38;1926:1;1917:7;1914:14;1911:2;;;1958:16;1955:1;1948:27;1911:2;2014:16;2011:1;2004:27

Swarm Source

ipfs://d1429297349653a4918076d650332de1a1068c5f3e07c5c82360c277770b9552

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
Loading...
Loading

Validator Index Block Amount
View All Withdrawals

Transaction Hash Block Value Eth2 PubKey Valid
View All Deposits
[ 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.