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;}}
Submitted on: 2025-10-20 12:41:39
Comments
Log in to comment.
No comments yet.