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:0xf85eaaa1ce7cc2ef5479f50a060e2e41da4bb004|verified:true|block:23614572|tx:0x9b36856d08dfc7655f30e1f8507661aef13924fa2a6b9b291138496b8fe62bc8|first_check:1760956941

Submitted on: 2025-10-20 12:42:22

Comments

Log in to comment.

No comments yet.