Landon Hood
@landho
77 Following
5 Followers
Casts
Casts + replies
Landon Hood
@landho
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; contract GreetingContract { // Variable to store the greeting message string private greeting; // Constructor to initialize the greeting message constructor() { greeting = "whatup farcaster?”
1 reply
0 recast
2 reactions