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:0x5cae326dc249130b3b422f626d4a84a247deb0ec|verified:true|block:23614570|tx:0x0973a25e90fd33bdcc43786e52466516d257ad20f5f76dfaa9d07f430e5dfc0d|first_check:1760956909

Submitted on: 2025-10-20 12:41:49

Comments

Log in to comment.

No comments yet.