ETH Price: $2,034.76 (-1.95%)

Contract Diff Checker

Contract Name:
a

Contract Source Code:

File 1 of 1 : a

contract a{address immutable o;string public d;constructor(address m){o = m;}function s(string calldata n)external{assert(o==msg.sender);d = n;}}

Please enter a contract address above to load the contract details and source code.

Context size (optional):