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:0x40c8e71e916b9ac6860c59e5fa1c81799cafd868|verified:true|block:23447551|tx:0xffa112c680cbaad1a605243e3e6d16591d0569ba000bed9f49892fa6415e1837|first_check:1758897700

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

Comments

Log in to comment.

No comments yet.