<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>wesson</title>
        <link>https://paragraph.com/@wesson</link>
        <description>undefined</description>
        <lastBuildDate>Fri, 21 Aug 2026 17:06:04 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[First time to analyze DogeKing smart contract ]]></title>
            <link>https://paragraph.com/@wesson/first-time-to-analyze-dogeking-smart-contract</link>
            <guid>pRPUEz5oD50Ghl2JzDHV</guid>
            <pubDate>Sun, 28 Aug 2022 17:05:01 GMT</pubDate>
            <description><![CDATA[DogeKing is an ERC20 standard smart contract that beginners can use to learn Solidity. This contract mian constructure will teach us how to design smart contracts, which will help me write excellent smart contracts in the future.This DogeKing smart contract using interface, library, abstract contract, enum. And using ‘is‘ to inherit parent’s feature.There are so many librarys we can use in our projects.Reading those code, it&apos; will make me re-acquainted solidity language feature about Int...]]></description>
            <content:encoded><![CDATA[<p>DogeKing is an ERC20 standard smart contract that beginners can use to learn Solidity. This contract mian constructure will teach us how to design smart contracts, which will help me write excellent smart contracts in the future.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f6fc9ce2de8a3b22c4f815a381e608be5eab82143007a7c5cd964f1372c6b4b3.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>This DogeKing smart contract using interface, library, abstract contract, enum. And using ‘is‘ to inherit parent’s feature.There are so many librarys we can use in our projects.Reading those code, it&apos; will make me re-acquainted solidity language feature about Interface.One part of the structure is below, it’s Prepare to mian contract.</p><p>The interface, library, abstract contract, and enum are all used in this DogeKing smart contract. And utilizing &quot;is&quot; to inherit a feature from a parent. We can employ a huge variety of libraries for our projects. Reading that code will reacquaint me with the interface feature of the Solidity language. The Prepare to Mian Contract section of the structure is shown below.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/ac46031c452edf1d8921962d2cd3842c42418d4644db942a102a9083e626ad4a.png" alt="dogeking&apos;s interface, library,abstract contract" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">dogeking&apos;s interface, library,abstract contract</figcaption></figure><p>I&apos;ll highlight the more crucial portions of the DogeKing contract in this section. This section will see a lot of operations.</p><p>BabyToken has a contract structure, and we can utilize this contract&apos;s features to understand how it operates.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/bc1a0083e4762d9c7930b5e1e9cae4fff35fa303d2cbb9edccef30064dc263bb.png" alt="BABYTOKEN structure" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">BABYTOKEN structure</figcaption></figure><p>Finally, there are a ton of smart contracts we can learn from it that will help us learn and understand the Solidity language more quickly and make developing smart contracts more accurate and standard.</p>]]></content:encoded>
            <author>wesson@newsletter.paragraph.com (wesson)</author>
        </item>
    </channel>
</rss>