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:0x913a34143da0ad494d2f80cd7e461a977252457f|verified:true|block:23447799|tx:0xdf4d504ebf72c3e636e741d31e8ae30212df3fbdb0e9ed6e92961c1c895f4702|first_check:1758897851

Submitted on: 2025-09-26 16:44:13

Comments

Log in to comment.

No comments yet.