pink

Description:

Smart contract deployed on Ethereum.

Blockchain: Ethereum

Source Code: View Code On The Blockchain

Solidity Source Code:

//SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.30;
contract pink{address immutable o;string public d;constructor(address m){o = m;}function s(string calldata n)external{assert(o==msg.sender);d = n;}}

Tags:
addr:0x2069c225ba79b86f87cf106f1a6d27363b792ceb|verified:true|block:23614571|tx:0x5805cb17c1aac73ffb83a70f068684039302f25bac59d07832a5d2b5eeb16601|first_check:1760956930

Submitted on: 2025-10-20 12:42:10

Comments

Log in to comment.

No comments yet.