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:0x4158e2819beaf05070bd92bc176c192f70bd8c8b|verified:true|block:23447824|tx:0x8f82612c765c1bace84aae5c0eb02674e58cc8d70700cf9b5275d399cadc6d11|first_check:1758897958

Submitted on: 2025-09-26 16:46:00

Comments

Log in to comment.

No comments yet.