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:0xd239119cf99178e394a5336735813c190620d1d7|verified:true|block:23614566|tx:0x07060084f03af5717b07090da1f9f330a51cc752716af1b0fb27da8fc7c4c618|first_check:1760956877

Submitted on: 2025-10-20 12:41:17

Comments

Log in to comment.

No comments yet.