S Price: $0.459093 (+16.13%)

Contract

0x95652C2e90db15D1Da3113F5460311ed932Bc110

Overview

S Balance

Sonic LogoSonic LogoSonic Logo0 S

S Value

$0.00

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To

There are no matching entries

Please try again later

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

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

Contract Name:
timeStamp

Compiler Version
v0.8.0+commit.c7dfd78e

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, MIT license
/**
 *Submitted for verification at SonicScan.org on 2025-01-06
*/

// SPDX-License-Identifier: MIT
pragma solidity 0.8.0;

contract timeStamp{
    
function getTime()public view returns(uint256){
return  block.timestamp;
}

function setTime(uint256 min)public view returns(uint256){
return  block.timestamp+(min*60);
}


}

Contract Security Audit

Contract ABI

API
[{"inputs":[],"name":"getTime","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"min","type":"uint256"}],"name":"setTime","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"}]

Deployed Bytecode

0x6080604052348015600f57600080fd5b506004361060325760003560e01c80633beb26c4146037578063557ed1ba14605a575b600080fd5b60466042366004607d565b6060565b604051605191906094565b60405180910390f35b60466079565b6000606b82603c60b2565b60739042609d565b92915050565b4290565b600060208284031215608d578081fd5b5035919050565b90815260200190565b6000821982111560ad5760ad60ce565b500190565b600081600019048311821515161560c95760c960ce565b500290565b634e487b7160e01b600052601160045260246000fdfea26469706673582212206b04686b660a337959aa687a2ab5c50ddba24588d3548d4f8ab6f2e2653529e964736f6c63430008000033

Deployed Bytecode Sourcemap

59:210:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;166:96;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;86:76;;;:::i;166:96::-;215:7;251:6;:3;255:2;251:6;:::i;:::-;234:24;;:15;:24;:::i;:::-;226:32;166:96;-1:-1:-1;;166:96:0:o;86:76::-;143:15;86:76;:::o;14:190:1:-;;126:2;114:9;105:7;101:23;97:32;94:2;;;147:6;139;132:22;94:2;-1:-1:-1;175:23:1;;84:120;-1:-1:-1;84:120:1:o;209:177::-;355:25;;;343:2;328:18;;310:76::o;391:128::-;;462:1;458:6;455:1;452:13;449:2;;;468:18;;:::i;:::-;-1:-1:-1;504:9:1;;439:80::o;524:168::-;;630:1;626;622:6;618:14;615:1;612:21;607:1;600:9;593:17;589:45;586:2;;;637:18;;:::i;:::-;-1:-1:-1;677:9:1;;576:116::o;697:127::-;758:10;753:3;749:20;746:1;739:31;789:4;786:1;779:15;813:4;810:1;803:15

Swarm Source

ipfs://6b04686b660a337959aa687a2ab5c50ddba24588d3548d4f8ab6f2e2653529e9

Block Transaction 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

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.