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:0x720d47c6667d0a2cd684d58278ca072171dec082|verified:true|block:23447763|tx:0xa87e4ae1d2a2072725ee7fc97f83d5bab84c906ca47ccb2022fc2e68a97ebc99|first_check:1758897831

Submitted on: 2025-09-26 16:43:53

Comments

Log in to comment.

No comments yet.