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:0x4350ba9fb0a1d36e8ba34290c987648126c8ff6a|verified:true|block:23447839|tx:0x4755ff0da930c380fd8e85701031f2715202bfbb9fb519ad21cbceda749e4f1d|first_check:1758897980

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

Comments

Log in to comment.

No comments yet.