Contract 0xd2cedfa152cfd5023f168a7be53af525986196bf

Contract Overview

Balance:
0 MATIC
Txn Hash
Method
Block
From
To
Value [Txn Fee]
0xcbaafdb3a217a849613c7d11f27e574b2b793b1c0d22bbbb71090a96d6d934940x60806040336370992023-03-27 16:12:0163 days 15 hrs ago0xe55e1a1c7c8a82648aedbb2853a01306ce97df87 IN  Create: update0 MATIC0.000269632501 2.500000016
[ Download CSV Export 
Parent Txn Hash Block From To Value
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
update

Compiler Version
v0.8.4+commit.c7e474f2

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, MIT license
/**
 *Submitted for verification at polygonscan.com on 2023-03-27
*/

// SPDX-License-Identifier: MIT
pragma solidity >=0.7.0 <0.9.0;

contract update{
    
    event Log(uint l, uint t, address from, address to, bytes context);
    uint l;
    constructor(){
        emit Log(l,block.timestamp,msg.sender, address(this), bytes("deploy contract"));
    }

    function giveTime() external view returns(uint){
       return _giveTime();
    }
    function _giveTime() internal view returns(uint){
        return block.timestamp;
    }


}

Contract ABI

[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"l","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"t","type":"uint256"},{"indexed":false,"internalType":"address","name":"from","type":"address"},{"indexed":false,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"bytes","name":"context","type":"bytes"}],"name":"Log","type":"event"},{"inputs":[],"name":"giveTime","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"}]

608060405234801561001057600080fd5b507f7b001adb10e22da636d3692d80f262ec9fa831a5d482e767d910cc3c7650f8436000544233306040518060400160405280600f81526020017f6465706c6f7920636f6e7472616374000000000000000000000000000000000081525060405161007f9594939291906100e3565b60405180910390a16101d9565b61009581610159565b82525050565b60006100a68261013d565b6100b08185610148565b93506100c0818560208601610195565b6100c9816101c8565b840191505092915050565b6100dd8161018b565b82525050565b600060a0820190506100f860008301886100d4565b61010560208301876100d4565b610112604083018661008c565b61011f606083018561008c565b8181036080830152610131818461009b565b90509695505050505050565b600081519050919050565b600082825260208201905092915050565b60006101648261016b565b9050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b60005b838110156101b3578082015181840152602081019050610198565b838111156101c2576000848401525b50505050565b6000601f19601f8301169050919050565b60c2806101e76000396000f3fe6080604052348015600f57600080fd5b506004361060285760003560e01c8063db79429e14602d575b600080fd5b60336047565b604051603e91906069565b60405180910390f35b6000604f6054565b905090565b600042905090565b6063816082565b82525050565b6000602082019050607c6000830184605c565b92915050565b600081905091905056fea2646970667358221220e0dfd0c72dcace67af80ec04849b107428a4aa6e34f833e35f4124301dec6e9964736f6c63430008040033

Deployed ByteCode Sourcemap

68:418:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;301:83;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;;343:4;365:11;:9;:11::i;:::-;358:18;;301:83;:::o;390:89::-;433:4;456:15;449:22;;390:89;:::o;7:118:1:-;94:24;112:5;94:24;:::i;:::-;89:3;82:37;72:53;;:::o;131:222::-;224:4;262:2;251:9;247:18;239:26;;275:71;343:1;332:9;328:17;319:6;275:71;:::i;:::-;229:124;;;;:::o;359:77::-;396:7;425:5;414:16;;404:32;;;:::o

Swarm Source

ipfs://e0dfd0c72dcace67af80ec04849b107428a4aa6e34f833e35f4124301dec6e99
Block Transaction Gas Used Reward
Age Block Fee Address BC Fee Address Voting Power Jailed Incoming
Block Uncle Number Difficulty Gas Used Reward
Loading