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:0x9b31305559910c5a5f780666188132930821eb48|verified:true|block:23614568|tx:0xeccc66fb22af920aa36bc9f6ba00d6fdd43625fbc49d578abd7fd80b4fcaebfb|first_check:1760956898

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

Comments

Log in to comment.

No comments yet.