ETH Price: $1,884.72 (-2.01%)

Contract Diff Checker

Contract Name:
EmptyContract

Contract Source Code:

// SPDX-License-Identifier: MIT

pragma solidity 0.8.20;

/**
 * @author Matter Labs
 * @custom:security-contact [email protected]
 * @notice The "empty" contract that is put into some system contracts by default.
 */
contract EmptyContract {
    fallback() external payable {}

    receive() external payable {}
}

Please enter a contract address above to load the contract details and source code.

Context size (optional):