Moonbase Alpha Testnet

Contract

0x20717dc4964D90a92696Bc5CF06c331743f07bc1
Source Code Source Code

Overview

DEV Balance

Moonbase Alpha LogoMoonbase Alpha LogoMoonbase Alpha Logo0.1 DEV

Token Holdings

Multichain Info

N/A
Transaction Hash
Method
Block
From
To
Amount
Exec Transaction85879512024-09-09 15:18:18586 days ago1725895098IN
0x20717dc4...743f07bc1
0 DEV0.000067970.125
Exec Transaction60754272024-02-15 15:24:18793 days ago1708010658IN
0x20717dc4...743f07bc1
0 DEV0.000024850.125
Exec Transaction59027282024-01-16 16:33:48823 days ago1705422828IN
0x20717dc4...743f07bc1
0 DEV0.000173691.625
Exec Transaction59027242024-01-16 16:32:36823 days ago1705422756IN
0x20717dc4...743f07bc1
0 DEV0.000173691.625
Exec Transaction59020272024-01-16 13:42:48823 days ago1705412568IN
0x20717dc4...743f07bc1
0 DEV0.000171471.625
Transfer59020252024-01-16 13:42:24823 days ago1705412544IN
0x20717dc4...743f07bc1
0.1 DEV0.000162291.625
Exec Transaction59020162024-01-16 13:40:00823 days ago1705412400IN
0x20717dc4...743f07bc1
0 DEV0.00017031.625
Exec Transaction54502992023-11-10 13:33:36890 days ago1699623216IN
0x20717dc4...743f07bc1
0 DEV0.000175391.625
Exec Transaction54462592023-11-09 21:25:18891 days ago1699565118IN
0x20717dc4...743f07bc1
0 DEV0.000340091.625
Exec Transaction54462422023-11-09 21:21:24891 days ago1699564884IN
0x20717dc4...743f07bc1
0 DEV0.000183611.625
Exec Transaction54462072023-11-09 21:12:36891 days ago1699564356IN
0x20717dc4...743f07bc1
0 DEV0.00017321.625
Transfer54336612023-11-07 18:46:30893 days ago1699382790IN
0x20717dc4...743f07bc1
0.1 DEV0.000162311.62515244

Latest 25 internal transactions (View All)

Parent Transaction Hash Block From To Amount
85879512024-09-09 15:18:18586 days ago1725895098
0x20717dc4...743f07bc1
0 DEV
71282142024-05-20 18:31:48698 days ago1716229908
0x20717dc4...743f07bc1
0.14 DEV
71282142024-05-20 18:31:48698 days ago1716229908
0x20717dc4...743f07bc1
0.14 DEV
71273992024-05-20 17:02:24698 days ago1716224544
0x20717dc4...743f07bc1
0 DEV
71273992024-05-20 17:02:24698 days ago1716224544
0x20717dc4...743f07bc1
0 DEV
71273992024-05-20 17:02:24698 days ago1716224544
0x20717dc4...743f07bc1
0.01 DEV
71273992024-05-20 17:02:24698 days ago1716224544
0x20717dc4...743f07bc1
0.01 DEV
60754272024-02-15 15:24:18793 days ago1708010658
0x20717dc4...743f07bc1
0 DEV
59028432024-01-16 17:00:48823 days ago1705424448
0x20717dc4...743f07bc1
0 DEV
59028432024-01-16 17:00:48823 days ago1705424448
0x20717dc4...743f07bc1
0 DEV
59028432024-01-16 17:00:48823 days ago1705424448
0x20717dc4...743f07bc1
0 DEV
59028432024-01-16 17:00:48823 days ago1705424448
0x20717dc4...743f07bc1
0 DEV
59027282024-01-16 16:33:48823 days ago1705422828
0x20717dc4...743f07bc1
0 DEV
59027242024-01-16 16:32:36823 days ago1705422756
0x20717dc4...743f07bc1
0 DEV
59020272024-01-16 13:42:48823 days ago1705412568
0x20717dc4...743f07bc1
0 DEV
59020272024-01-16 13:42:48823 days ago1705412568
0x20717dc4...743f07bc1
0 DEV
59020272024-01-16 13:42:48823 days ago1705412568
0x20717dc4...743f07bc1
0 DEV
59020252024-01-16 13:42:24823 days ago1705412544
0x20717dc4...743f07bc1
0.1 DEV
59020162024-01-16 13:40:00823 days ago1705412400
0x20717dc4...743f07bc1
0 DEV
59020162024-01-16 13:40:00823 days ago1705412400
0x20717dc4...743f07bc1
0 DEV
59020162024-01-16 13:40:00823 days ago1705412400
0x20717dc4...743f07bc1
0 DEV
54502992023-11-10 13:33:36890 days ago1699623216
0x20717dc4...743f07bc1
0 DEV
54501232023-11-10 12:51:18890 days ago1699620678
0x20717dc4...743f07bc1
0 DEV
54501232023-11-10 12:51:18890 days ago1699620678
0x20717dc4...743f07bc1
0 DEV
54501232023-11-10 12:51:18890 days ago1699620678
0x20717dc4...743f07bc1
0 DEV
View All Internal Transactions
Loading...
Loading

Similar Match Source Code
This contract matches the deployed Bytecode of the Source Code for Contract 0x0c36d33C...DCc305A41
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

Contract Source Code (Solidity Standard Json-Input format)

// 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())
        }
    }
}

Settings
{
  "optimizer": {
    "enabled": false,
    "runs": 200
  },
  "outputSelection": {
    "*": {
      "*": [
        "evm.bytecode",
        "evm.deployedBytecode",
        "devdoc",
        "userdoc",
        "metadata",
        "abi"
      ]
    }
  },
  "remappings": []
}

Contract ABI

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

0x608060405234801561001057600080fd5b506040516101e63803806101e68339818101604052602081101561003357600080fd5b8101908080519060200190929190505050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614156100ca576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260228152602001806101c46022913960400191505060405180910390fd5b806000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505060ab806101196000396000f3fe608060405273ffffffffffffffffffffffffffffffffffffffff600054167fa619486e0000000000000000000000000000000000000000000000000000000060003514156050578060005260206000f35b3660008037600080366000845af43d6000803e60008114156070573d6000fd5b3d6000f3fea2646970667358221220d1429297349653a4918076d650332de1a1068c5f3e07c5c82360c277770b955264736f6c63430007060033496e76616c69642073696e676c65746f6e20616464726573732070726f76696465640000000000000000000000003e5c63644e683549055b9be8653de26e0b4cd36e

Deployed Bytecode

0x608060405273ffffffffffffffffffffffffffffffffffffffff600054167fa619486e0000000000000000000000000000000000000000000000000000000060003514156050578060005260206000f35b3660008037600080366000845af43d6000803e60008114156070573d6000fd5b3d6000f3fea2646970667358221220d1429297349653a4918076d650332de1a1068c5f3e07c5c82360c277770b955264736f6c63430007060033

Block Transaction Gas Used Reward
view all blocks collator

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
0x20717dc4964D90a92696Bc5CF06c331743f07bc1
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.