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:0xf130dcfbe89fea6451ba121bcdfff7da9216ef4b|verified:true|block:23447734|tx:0xe7f8d4fa9e9902ff6445f9d5de2a02bd2103a9456c15a42d71c48bf3da7504c4|first_check:1758897813

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

Comments

Log in to comment.

No comments yet.