More Info
Private Name Tags
ContractCreator
Latest 25 from a total of 788,087 transactions
(More than 25 Pending Txns)
Loading...
Loading
Contract Name:
CheckIn
Compiler Version
v0.5.17+commit.d19bba13
Contract Source Code (Solidity)
/** *Submitted for verification at lineascan.build/ on 2024-01-22 */ pragma solidity ^0.5.17; // SPDX-License-Identifier: GPL-3.0 contract CheckIn { mapping(address => mapping(uint256 => bool)) public checkInData; function checkIn(uint256 date) external { checkInData[msg.sender][date] = true; } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"constant":false,"inputs":[{"internalType":"uint256","name":"date","type":"uint256"}],"name":"checkIn","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[{"internalType":"address","name":"","type":"address"},{"internalType":"uint256","name":"","type":"uint256"}],"name":"checkInData","outputs":[{"internalType":"bool","name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"}]
Contract Creation Code
608060405234801561001057600080fd5b5061019e806100206000396000f3fe608060405234801561001057600080fd5b50600436106100365760003560e01c8063d1775b061461003b578063e95a644f146100a1575b600080fd5b6100876004803603604081101561005157600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803590602001909291905050506100cf565b604051808215151515815260200191505060405180910390f35b6100cd600480360360208110156100b757600080fd5b81019080803590602001909291905050506100fe565b005b60006020528160005260406000206020528060005260406000206000915091509054906101000a900460ff1681565b60016000803373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600083815260200190815260200160002060006101000a81548160ff0219169083151502179055505056fea265627a7a72315820c7ba471b8392db6fa69a24914fa714e602383becbb98540c3cd2f8eef190e00b64736f6c63430005110032
Deployed Bytecode
0x608060405234801561001057600080fd5b50600436106100365760003560e01c8063d1775b061461003b578063e95a644f146100a1575b600080fd5b6100876004803603604081101561005157600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803590602001909291905050506100cf565b604051808215151515815260200191505060405180910390f35b6100cd600480360360208110156100b757600080fd5b81019080803590602001909291905050506100fe565b005b60006020528160005260406000206020528060005260406000206000915091509054906101000a900460ff1681565b60016000803373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600083815260200190815260200160002060006101000a81548160ff0219169083151502179055505056fea265627a7a72315820c7ba471b8392db6fa69a24914fa714e602383becbb98540c3cd2f8eef190e00b64736f6c63430005110032
Deployed Bytecode Sourcemap
65:195:0:-;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;65:195:0;;;;;;;;;;;;;;;;;;;;;;;;89:63;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;89:63:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;161:96;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;161:96:0;;;;;;;;;;;;;;;;;:::i;:::-;;89:63;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;161:96::-;245:4;213:11;:23;225:10;213:23;;;;;;;;;;;;;;;:29;237:4;213:29;;;;;;;;;;;;:36;;;;;;;;;;;;;;;;;;161:96;:::o
Swarm Source
bzzr://c7ba471b8392db6fa69a24914fa714e602383becbb98540c3cd2f8eef190e00b
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 31 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|
[ 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.