ETH Price: $2,957.09 (-0.26%)

Contract

0x432654F62AB9DCe701E68971a1416De8a0c6D620

Overview

ETH Balance

0 ETH

ETH Value

$0.00

More Info

Private Name Tags

Multichain Info

No addresses found
Transaction Hash
Block
From
To

There are no matching entries

Please try again later

Advanced mode:
Parent Transaction Hash Block From To
View All Internal Transactions

Cross-Chain Transactions
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
VestingSVGGenerator

Compiler Version
v0.8.27+commit.40a35a09

Optimization Enabled:
Yes with 5 runs

Other Settings:
paris EvmVersion
// SPDX-License-Identifier: UNLICENSED
// ALL RIGHTS RESERVED
// UNCX by SDDTech reserves all rights on this code. You may not copy these contracts.

pragma solidity ^0.8.27;

import "@openzeppelin/contracts/utils/Strings.sol";
import "@openzeppelin/contracts/utils/Base64.sol";

/// @title VestingSVGGenerator
/// @notice Generates beautiful UNCX vesting NFT SVGs with rich data visualization
contract VestingSVGGenerator {
    using Strings for uint256;
    using Strings for address;

    /// @notice Generates the complete SVG for a vesting NFT with the new design
    function generateVestingSVG(
        uint256, // vestingId - unused but kept for interface compatibility
        string memory tokenSymbol,
        string memory tokenName,
        uint256 totalAmount,
        uint256 vestedAmount,
        uint256 startTime,
        uint256 endTime,
        bool, // isSoft - unused
        bool, // isTopable - unused  
        address beneficiary,
        uint8 tokenDecimals
    ) public view returns (string memory) {
        uint256 progressPercentage = _calculateProgressPercentage(totalAmount, vestedAmount);
        string memory remainingTime = _calculateRemainingTime(endTime);
        string memory totalFormatted = _formatAmountWithDecimals(totalAmount, tokenDecimals);
        
        return string.concat(
            '<svg id="uncx-vesting-rich-data-nft" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1080 1080">',
            _generateDefs(),
            _generateBackground(),
            _generateBokehEffects(),
            _generateDataBoxes(tokenSymbol, totalFormatted, progressPercentage, remainingTime),
            _generateUNCXLogo(),
            _generateFooter(),
            '</svg>'
        );
    }

    /// @notice Generates SVG definitions with gradients and filters
    function _generateDefs() internal pure returns (string memory) {
        return string.concat(
            '<defs>',
            '<style>',
                         '.cls-54{fill:#7f8391;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:20px;font-weight:700}',
            '.cls-55{fill:url(#linear-gradient-4)}',
            '.cls-56{fill:url(#linear-gradient-3)}',
            '.cls-57{fill:url(#linear-gradient-2)}',
            '.cls-58{fill:url(#linear-gradient);stroke:#00c85d;stroke-width:2px;stroke-miterlimit:10}',
            '.cls-59{fill:#252831;stroke:#30333c;stroke-width:1.79px;stroke-miterlimit:10}',
            '.cls-60{fill:#fff}',
            '.cls-61{fill:#43ff98}',
                         '.cls-64{fill:#737581;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:27px;font-weight:500}',
            '.cls-65{opacity:.5}',
            '.cls-69{fill:#0f0f17}',
                         '.cls-62{filter:blur(4px);opacity:.03}',
             '.cls-47{filter:blur(4px);opacity:.07}',
             '.cls-49{filter:blur(4px);opacity:.07}',
             '.cls-48{filter:blur(4px);opacity:.07}',
             '.cls-2{filter:blur(4px);opacity:.09}',
             '.cls-53{filter:blur(4px);opacity:.06}',
             '.cls-28{filter:blur(4px);opacity:.1}',
             '.cls-29{filter:blur(4px);opacity:.1}',
             '.cls-66{filter:blur(4px);opacity:.05}',
             '.cls-43{filter:blur(4px);opacity:.08}',
             '.cls-42{filter:blur(4px);opacity:.08}',
             '.cls-41{filter:blur(4px);opacity:.08}',
             '.cls-11{filter:blur(4px);opacity:.1}',
             '.cls-50{filter:blur(4px);opacity:.06}',
             '.cls-32{filter:blur(4px);opacity:.15}',
             '.cls-1{filter:blur(4px);opacity:.09}',
             '.cls-46{filter:blur(4px);opacity:.07}',
             '.cls-10{filter:blur(4px);opacity:.1}',
             '.cls-4{filter:blur(4px);opacity:.1}',
             '.cls-16{filter:blur(4px);opacity:.1}',
             '.cls-17{filter:blur(4px);opacity:.1}',
             '.cls-18{filter:blur(4px);opacity:.1}',
             '.cls-51{filter:blur(4px);opacity:.06}',
             '.cls-14{filter:blur(4px);opacity:.1}',
             '.cls-37{filter:blur(4px);opacity:.08}',
             '.cls-38{filter:blur(4px);opacity:.08}',
             '.cls-15{filter:blur(4px);opacity:.1}',
             '.cls-13{filter:blur(4px);opacity:.1}',
             '.cls-12{filter:blur(4px);opacity:.1}',
             '.cls-22{filter:blur(4px);opacity:.1}',
             '.cls-24{filter:blur(4px);opacity:.1}',
             '.cls-21{filter:blur(4px);opacity:.1}',
             '.cls-44{filter:blur(4px);opacity:.07}',
             '.cls-45{filter:blur(4px);opacity:.07}',
             '.cls-31{filter:blur(4px);opacity:.15}',
             '.cls-23{filter:blur(4px);opacity:.1}',
             '.cls-27{filter:blur(4px);opacity:.08}',
             '.cls-25{filter:blur(4px);opacity:.1}',
             '.cls-26{filter:blur(4px);opacity:.1}',
             '.cls-39{filter:blur(4px);opacity:.08}',
             '.cls-40{filter:blur(4px);opacity:.08}',
             '.cls-3{filter:blur(4px);opacity:.16}',
             '.cls-36{filter:blur(4px);opacity:.11}',
             '.cls-52{filter:blur(4px);opacity:.06}',
             '.cls-34{filter:blur(4px);opacity:.12}',
             '.cls-35{filter:blur(4px);opacity:.12}',
             '.cls-20{filter:blur(4px);opacity:.1}',
             '.cls-30{filter:blur(4px);opacity:.15}',
             '.cls-19{filter:blur(4px);opacity:.1}',
             '.cls-33{filter:blur(4px);opacity:.13}',
             '.cls-5{filter:blur(4px);opacity:.1}',
             '.cls-7{filter:blur(4px);opacity:.1}',
             '.cls-9{filter:blur(4px);opacity:.1}',
             '.cls-6{filter:blur(4px);opacity:.1}',
             '.cls-8{filter:blur(4px);opacity:.1}',
            '</style>',
            '<linearGradient id="linear-gradient" x1="540" y1="25" x2="540" y2="1055" gradientUnits="userSpaceOnUse">',
            '<stop offset="0" stop-color="#1b1b23"/>',
            '<stop offset="1" stop-color="#100f12"/>',
            '</linearGradient>',
            '<linearGradient id="linear-gradient-2" x1="851.66" y1="756.28" x2="228.34" y2="756.28" gradientTransform="translate(0 1082) scale(1 -1)" gradientUnits="userSpaceOnUse">',
            '<stop offset="0" stop-color="#00c68d"/>',
            '<stop offset="1" stop-color="#00f847"/>',
            '</linearGradient>',
            '<linearGradient id="linear-gradient-3" x1="531.3" y1="837.37" x2="522.28" y2="789.2" xlink:href="#linear-gradient-2"/>',
            '<linearGradient id="linear-gradient-4" x1="546.5" y1="650.02" x2="703.21" y2="705.72" gradientTransform="translate(0 1082) scale(1 -1)" gradientUnits="userSpaceOnUse">',
            '<stop offset="0" stop-color="#00f847"/>',
            '<stop offset="1" stop-color="#fdf2fd"/>',
            '</linearGradient>',
            '</defs>'
        );
    }

    /// @notice Generates the background
    function _generateBackground() internal pure returns (string memory) {
        return string.concat(
            '<rect id="bg" class="cls-69" width="1080" height="1080"/>',
            '<rect id="bodyContainer" class="cls-58" x="25" y="25" width="1030" height="1030" rx="36.75" ry="36.75"/>'
        );
    }

    /// @notice Generates the bokeh circle effects
    function _generateBokehEffects() internal pure returns (string memory) {
        return string.concat(
            '<g id="bokehCircles" class="cls-65">',
            '<g class="cls-62"><circle class="cls-60" cx="893.42" cy="303.96" r="40.29"/></g>',
            '<g class="cls-47"><circle class="cls-60" cx="783.61" cy="273.25" r="40.29"/></g>',
            '<g class="cls-49"><circle class="cls-60" cx="262.46" cy="299.3" r="40.29"/></g>',
            '<g class="cls-48"><circle class="cls-60" cx="632.93" cy="451.43" r="21.05"/></g>',
            '<g class="cls-2"><circle class="cls-60" cx="822.09" cy="232.66" r="19.85"/></g>',
            '<g class="cls-53"><circle class="cls-60" cx="787.3" cy="217" r="27.06"/></g>',
            '<g class="cls-28"><circle class="cls-60" cx="704.91" cy="357.59" r="27.06"/></g>',
            '<g class="cls-29"><circle class="cls-60" cx="816.94" cy="255.29" r="12.63"/></g>',
            '<g class="cls-66"><circle class="cls-60" cx="862.78" cy="360.42" r="28.26"/></g>',
            '<g class="cls-43"><circle class="cls-60" cx="802.81" cy="412.04" r="28.26"/></g>',
            '<g class="cls-42"><circle class="cls-60" cx="774.05" cy="463.77" r="18.64"/></g>',
            '<g class="cls-41"><circle class="cls-60" cx="893.04" cy="460.39" r="18.64"/></g>',
            '<g class="cls-11"><circle class="cls-60" cx="786.47" cy="443.99" r="12.63"/></g>',
            '<g class="cls-50"><circle class="cls-60" cx="848.36" cy="323.94" r="19.85"/></g>',
            '<g class="cls-32"><circle class="cls-60" cx="742.22" cy="377.94" r="19.85"/></g>',
            '<g class="cls-1"><circle class="cls-60" cx="868.8" cy="258.92" r="19.85"/></g>',
            '<g class="cls-46"><circle class="cls-60" cx="666.62" cy="458.42" r="19.85"/></g>',
            '<g class="cls-10"><circle class="cls-60" cx="910.36" cy="352.1" r="28.26"/></g>',
            '<g class="cls-4"><circle class="cls-60" cx="847.97" cy="259.39" r="7.82"/></g>',
            '<g class="cls-16"><circle class="cls-60" cx="899.44" cy="208.76" r="7.82"/></g>',
            '<g class="cls-17"><circle class="cls-60" cx="716.83" cy="385.19" r="7.82"/></g>',
            '<g class="cls-18"><circle class="cls-60" cx="646" cy="476.86" r="16.24"/></g>',
            '<g class="cls-51"><circle class="cls-60" cx="766.6" cy="211.53" r="17.44"/></g>',
            '<g class="cls-14"><circle class="cls-60" cx="812.7" cy="447.07" r="17.44"/></g>',
            '<g class="cls-37"><circle class="cls-60" cx="235.88" cy="465.18" r="28.26"/></g>',
            '<g class="cls-38"><circle class="cls-60" cx="189.72" cy="428.14" r="18.64"/></g>',
            '<g class="cls-15"><circle class="cls-60" cx="207.13" cy="443.7" r="12.63"/></g>',
            '<g class="cls-13"><circle class="cls-60" cx="199.68" cy="469.04" r="17.44"/></g>',
            '<g class="cls-12"><circle class="cls-60" cx="769.5" cy="362.23" r="17.44"/></g>',
            '<g class="cls-22"><circle class="cls-60" cx="693.32" cy="492.2" r="39.12"/></g>',
            '<g class="cls-24"><circle class="cls-60" cx="888.26" cy="164.77" r="36.66"/></g>',
            '<g class="cls-21"><circle class="cls-60" cx="200.03" cy="177.51" r="36.66"/></g>',
            '<g class="cls-44"><circle class="cls-60" cx="376.16" cy="473.03" r="40.29"/></g>',
            '<g class="cls-45"><circle class="cls-60" cx="249.83" cy="198.74" r="21.05"/></g>',
            '<g class="cls-31"><circle class="cls-60" cx="416.75" cy="406.35" r="19.85"/></g>',
            '<g class="cls-23"><circle class="cls-60" cx="324.46" cy="494.4" r="18.94"/></g>',
            '<g class="cls-27"><circle class="cls-60" cx="324.4" cy="262.18" r="27.06"/></g>',
            '<g class="cls-25"><circle class="cls-60" cx="392.25" cy="401.2" r="12.63"/></g>',
            '<g class="cls-26"><circle class="cls-60" cx="319.69" cy="442.39" r="28.26"/></g>',
            '<g class="cls-39"><circle class="cls-60" cx="273.66" cy="360.08" r="28.26"/></g>',
            '<g class="cls-40"><circle class="cls-60" cx="221.94" cy="331.33" r="18.64"/></g>',
            '<g class="cls-3"><circle class="cls-60" cx="241.71" cy="343.75" r="12.63"/></g>',
            '<g class="cls-36"><circle class="cls-60" cx="170.83" cy="290.58" r="12.63"/></g>',
            '<g class="cls-52"><circle class="cls-60" cx="919.13" cy="441.36" r="19.85"/></g>',
            '<g class="cls-34"><circle class="cls-60" cx="307.76" cy="299.5" r="19.85"/></g>',
            '<g class="cls-35"><circle class="cls-60" cx="150.91" cy="304.42" r="19.85"/></g>',
            '<g class="cls-20"><circle class="cls-60" cx="918.87" cy="193.87" r="19.85"/></g>',
            '<g class="cls-30"><circle class="cls-60" cx="232.54" cy="228.48" r="19.85"/></g>',
            '<g class="cls-19"><circle class="cls-60" cx="928.1" cy="470.47" r="28.26"/></g>',
            '<g class="cls-33"><circle class="cls-60" cx="429.1" cy="431.3" r="13.39"/></g>',
            '<g class="cls-5"><circle class="cls-60" cx="296.79" cy="283.41" r="7.82"/></g>',
            '<g class="cls-7"><circle class="cls-60" cx="221.57" cy="203.09" r="16.24"/></g>',
            '<g class="cls-9"><circle class="cls-60" cx="238.63" cy="369.97" r="17.44"/></g>',
            '<g class="cls-6"><circle class="cls-60" cx="323.47" cy="326.77" r="17.44"/></g>',
            '<g class="cls-8"><circle class="cls-60" cx="156.78" cy="259.03" r="33.14"/></g>',
            '</g>'
        );
    }

    /// @notice Generates the four data boxes
    function _generateDataBoxes(
        string memory tokenSymbol,
        string memory totalAmount,
        uint256 progressPercentage,
        string memory remainingTime
    ) internal pure returns (string memory) {
        return string.concat(
            // Top Left Box - Vested Amount (showing total amount value)
            '<g id="dataTopLeft">',
            '<rect id="boxTopLeft" class="cls-59" x="130" y="632.28" width="392.22" height="137.73" rx="19.26" ry="19.26"/>',
            '<text id="textVestedAmount" class="cls-64" x="326.11" y="674.8" text-anchor="middle">VESTED AMOUNT</text>',
                         '<text class="cls-60" x="326.11" y="730" text-anchor="middle" font-family="-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif" font-size="36" font-weight="700">', totalAmount, '</text>',
            '</g>',
            
                         // Top Right Box - Unlock Progress
             '<g id="dataTopRight">',
             '<rect id="boxTopRight" class="cls-59" x="557.78" y="632.28" width="392.22" height="137.73" rx="19.26" ry="19.26"/>',
             '<text id="textUnlockProgress" class="cls-64" x="753.89" y="674.8" text-anchor="middle">UNLOCK PROGRESS</text>',
             '<text class="cls-60" x="753.89" y="730" text-anchor="middle" font-family="-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif" font-size="36" font-weight="700">', progressPercentage.toString(), '%</text>',
             '</g>',
            
                         // Bottom Left Box - Token Symbol
             '<g id="dataBottomLeft">',
             '<rect id="boxBottomLeft" class="cls-59" x="130" y="799.27" width="392.22" height="137.73" rx="19.26" ry="19.26"/>',
             '<text id="textTokenSymbol" class="cls-64" x="326.11" y="841.69" text-anchor="middle">TOKEN SYMBOL</text>',
                           '<text class="cls-60" x="326.11" y="897" text-anchor="middle" font-family="-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif" font-size="36" font-weight="700">', tokenSymbol, '</text>',
             '</g>',
            
                         // Bottom Right Box - Time Remaining
             '<g id="dataBottomRight">',
             '<rect id="boxBottomRight" class="cls-59" x="557.92" y="799.27" width="392.22" height="137.73" rx="19.26" ry="19.26"/>',
             '<text id="textTimeRemaining" class="cls-64" x="754.03" y="841.69" text-anchor="middle">TIME REMAINING</text>',
                           '<text class="cls-60" x="754.03" y="897" text-anchor="middle" font-family="-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif" font-size="36" font-weight="700">', remainingTime, '</text>',
            '</g>'
        );
    }

    /// @notice Generates the UNCX logo
    function _generateUNCXLogo() internal pure returns (string memory) {
        return string.concat(
            '<g id="uncxLogo">',
            '<path id="logoTriangle" class="cls-57" d="M773.77,93.43h-467.57c-64.36,0-100.84,74.32-61.73,125.79l233.8,308.04c26.48,34.9,74.86,40.08,107.85,15.5,5.74-4.23,11.01-9.41,15.63-15.5l100.96-133.02c3.87-5.09,4.92-11.8,2.77-17.82-4.81-13.43-9.67-24.26-10.77-26.28-21.45-38.97-56.27-59.68-73.89-68.22-3.44-1.66-7.02,1.94-5.45,5.36,11.74,26.05,6.08,52.82.08,61.47-.08.21-.24.34-.31.52-14.58,19.03-40.52,26.23-41.56,26.51h-.03c-57.76,19.34-95.49,26.2-114.54,28.17-13.54,1.39-27.32-.95-39.56-7.3-21.68-11.35-28.67-29.15-15.65-50.09,0-.03,84.32-133.89,84.32-133.92-.65-.52-83.31-60.39-124.01-89.9-3.26-2.36-.49-7.52,3.29-6.02l150.7,59.44c12.91-13.96,27.99-23.2,44.49-28.57l15.73-28.81c1.41-2.63,5.11-2.63,6.49,0l12.36,22.62,46.68-34.74c2.32-1.74,5.63-.24,5.9,2.68l3.47,40.87c29.85-15.66,62.69-3.13,82.29,7.7,10.23,5.65-5.01,20.58-8.16,27.89,18.43-8.33,49.91.24,74.88,18.37,7.43,5.58-9.03,26.99-9.03,26.99,13.44,7.47,30.33,3.93,39.61-8.33l2.73-3.59c39.09-51.49,2.64-125.78-61.73-125.78l-.05-.03Z"/>',
            '<path id="logoEye" class="cls-56" d="M501.61,288.21l41.3-41.22s14.43,17.9-1.93,34.85c0,0-16.4,16.19-39.33,6.39l-.03-.03h0Z"/>',
            '<path id="logoNeck" class="cls-55" d="M705.45,376.46c2.15,6.02,1.1,12.72-2.77,17.82l-100.96,133.02c-4.62,6.1-9.89,11.27-15.63,15.5,11.53-51.98,11.93-125.08-12.57-166.97h.03c1.07-.31,27-7.49,41.56-26.51.05-.18.21-.31.31-.52,5.97-8.65,11.63-35.42-.08-61.47-1.56-3.41,1.98-7.02,5.45-5.36,17.64,8.51,52.47,29.25,73.89,68.22,1.1,2.02,5.96,12.86,10.77,26.28h0Z"/>',
            '</g>'
        );
    }

    /// @notice Generates the footer with UNCX branding
    function _generateFooter() internal pure returns (string memory) {
        return string.concat(
            '<g id="textFooter">',
            '<rect id="line" class="cls-61" x="445" y="982.82" width="4" height="22"/>',
            '<text id="textFooter-2" class="cls-54" transform="translate(469.23 1001.14)"><tspan x="0" y="0">UNCX NETWORK</tspan></text>',
            '</g>'
        );
    }

    /// @notice Calculate progress percentage based on actual vested amounts (capped at 100%)
    function _calculateProgressPercentage(uint256 totalAmount, uint256 vestedAmount) internal pure returns (uint256) {
        if (totalAmount == 0) return 0;
        
        uint256 percentage = (vestedAmount * 100) / totalAmount;
        return percentage > 100 ? 100 : percentage;
    }

    /// @notice Calculate remaining time and return formatted string
    function _calculateRemainingTime(uint256 endTime) internal view returns (string memory) {
        if (block.timestamp >= endTime) return "COMPLETED";
        
        uint256 remaining = endTime - block.timestamp;
        
        // Days
        if (remaining >= 86400) {
            uint256 day = remaining / 86400;
            return string.concat(day.toString(), " DAYS");
        }
        // Hours
        else if (remaining >= 3600) {
            uint256 hour = remaining / 3600;
            return string.concat(hour.toString(), " HOURS");
        }
        // Minutes
        else if (remaining >= 60) {
            uint256 minute = remaining / 60;
            return string.concat(minute.toString(), " MINUTES");
        }
        // Seconds
        else {
            return string.concat(remaining.toString(), " SECONDS");
        }
    }

    /// @notice Format amounts with decimals and suffix notation
    function _formatAmountWithDecimals(uint256 amount, uint8 decimals) internal pure returns (string memory) {
        if (amount == 0) return "0";
        
        uint256 actualAmount = decimals > 0 ? amount / (10 ** decimals) : amount;
        
        if (actualAmount >= 1000000000) {
            uint256 billions = actualAmount / 1000000000;
            uint256 remainder = (actualAmount % 1000000000) / 100000000;
            return remainder > 0 ? string.concat(billions.toString(), ".", remainder.toString(), "B") : string.concat(billions.toString(), "B");
        } else if (actualAmount >= 1000000) {
            uint256 millions = actualAmount / 1000000;
            uint256 remainder = (actualAmount % 1000000) / 100000;
            return remainder > 0 ? string.concat(millions.toString(), ".", remainder.toString(), "M") : string.concat(millions.toString(), "M");
        } else if (actualAmount >= 1000) {
            uint256 thousands = actualAmount / 1000;
            uint256 remainder = (actualAmount % 1000) / 100;
            return remainder > 0 ? string.concat(thousands.toString(), ".", remainder.toString(), "K") : string.concat(thousands.toString(), "K");
        }
        
        // For amounts less than 1K, show 2 decimal places if there are decimals
        return _formatWithDecimals(amount, decimals);
    }

    /// @notice Format amounts less than 1K with 2 decimal places
    function _formatWithDecimals(uint256 amount, uint8 decimals) internal pure returns (string memory) {
        if (amount == 0) return "0";
        
        // If no decimals, return as is
        if (decimals == 0) {
            return _formatWithCommas(amount);
        }
        
        // Calculate the whole number part and decimal part
        uint256 wholePart = amount / (10 ** decimals);
        uint256 decimalPart = amount % (10 ** decimals);
        
        // If there's no decimal part, return whole number
        if (decimalPart == 0) {
            return _formatWithCommas(wholePart);
        }
        
        // Convert decimal part to 2 decimal places
        uint256 scaledDecimal = (decimalPart * 100) / (10 ** decimals);
        
        // Handle the case where whole part is 0 (like 0.1 tokens)
        if (wholePart == 0) {
            if (scaledDecimal < 10) {
                return string.concat("0.0", scaledDecimal.toString());
            } else {
                return string.concat("0.", scaledDecimal.toString());
            }
        }
        
        // Handle normal case with whole number part
        if (scaledDecimal < 10) {
            return string.concat(_formatWithCommas(wholePart), ".0", scaledDecimal.toString());
        } else {
            return string.concat(_formatWithCommas(wholePart), ".", scaledDecimal.toString());
        }
    }

    /// @notice Format with commas
    function _formatWithCommas(uint256 amount) internal pure returns (string memory) {
        if (amount == 0) return "0";
        
        string memory amountStr = amount.toString();
        bytes memory amountBytes = bytes(amountStr);
        uint256 length = amountBytes.length;
        
        if (length <= 3) return amountStr;
        
        uint256 commas = (length - 1) / 3;
        bytes memory result = new bytes(length + commas);
        
        uint256 resultIndex = result.length;
        uint256 digitCount = 0;
        
        for (uint256 i = length; i > 0; i--) {
            resultIndex--;
            result[resultIndex] = amountBytes[i - 1];
            digitCount++;
            
            if (digitCount % 3 == 0 && i > 1) {
                resultIndex--;
                result[resultIndex] = bytes1(uint8(44));
            }
        }
        
        return string(result);
    }

    /// @notice Generate complete token URI
    function generateTokenURI(
        uint256 vestingId,
        string memory tokenSymbol,
        string memory tokenName,
        uint256 totalAmount,
        uint256 vestedAmount,
        uint256 startTime,
        uint256 endTime,
        bool isSoft,
        bool isTopable,
        address beneficiary,
        uint8 tokenDecimals
    ) public view returns (string memory) {
        string memory svg = generateVestingSVG(
            vestingId, tokenSymbol, tokenName, totalAmount, vestedAmount,
            startTime, endTime, isSoft, isTopable, beneficiary, tokenDecimals
        );

        return string.concat(
            'data:application/json;base64,',
            Base64.encode(bytes(string.concat(
                '{"name":"UNCX Vesting #', vestingId.toString(), 
                '","description":"UNCX Token Vesting NFT with rich data visualization representing a vesting schedule for ', tokenSymbol, ' tokens.",',
                '"image":"data:image/svg+xml;base64,', Base64.encode(bytes(svg)), 
                '","attributes":[{"trait_type":"Token","value":"', tokenSymbol, 
                '"},{"trait_type":"Token Name","value":"', tokenName, 
                '"},{"trait_type":"Vested Amount","value":"', _formatAmountWithDecimals(totalAmount, tokenDecimals), 
                '"},{"trait_type":"Unlocked Amount","value":"', _formatAmountWithDecimals(vestedAmount, tokenDecimals), 
                '"},{"trait_type":"Vesting Type","value":"', isSoft ? 'Soft' : 'Hard', 
                '"},{"trait_type":"Topable","value":"', isTopable ? 'Yes' : 'No', 
                '"},{"trait_type":"Beneficiary","value":"', beneficiary.toHexString(), '"}]}'
            )))
        );
    }
}

// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.2) (utils/Base64.sol)

pragma solidity ^0.8.20;

/**
 * @dev Provides a set of functions to operate with Base64 strings.
 */
library Base64 {
    /**
     * @dev Base64 Encoding/Decoding Table
     */
    string internal constant _TABLE = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";

    /**
     * @dev Converts a `bytes` to its Bytes64 `string` representation.
     */
    function encode(bytes memory data) internal pure returns (string memory) {
        /**
         * Inspired by Brecht Devos (Brechtpd) implementation - MIT licence
         * https://github.com/Brechtpd/base64/blob/e78d9fd951e7b0977ddca77d92dc85183770daf4/base64.sol
         */
        if (data.length == 0) return "";

        // Loads the table into memory
        string memory table = _TABLE;

        // Encoding takes 3 bytes chunks of binary data from `bytes` data parameter
        // and split into 4 numbers of 6 bits.
        // The final Base64 length should be `bytes` data length multiplied by 4/3 rounded up
        // - `data.length + 2`  -> Round up
        // - `/ 3`              -> Number of 3-bytes chunks
        // - `4 *`              -> 4 characters for each chunk
        string memory result = new string(4 * ((data.length + 2) / 3));

        /// @solidity memory-safe-assembly
        assembly {
            // Prepare the lookup table (skip the first "length" byte)
            let tablePtr := add(table, 1)

            // Prepare result pointer, jump over length
            let resultPtr := add(result, 0x20)
            let dataPtr := data
            let endPtr := add(data, mload(data))

            // In some cases, the last iteration will read bytes after the end of the data. We cache the value, and
            // set it to zero to make sure no dirty bytes are read in that section.
            let afterPtr := add(endPtr, 0x20)
            let afterCache := mload(afterPtr)
            mstore(afterPtr, 0x00)

            // Run over the input, 3 bytes at a time
            for {

            } lt(dataPtr, endPtr) {

            } {
                // Advance 3 bytes
                dataPtr := add(dataPtr, 3)
                let input := mload(dataPtr)

                // To write each character, shift the 3 byte (24 bits) chunk
                // 4 times in blocks of 6 bits for each character (18, 12, 6, 0)
                // and apply logical AND with 0x3F to bitmask the least significant 6 bits.
                // Use this as an index into the lookup table, mload an entire word
                // so the desired character is in the least significant byte, and
                // mstore8 this least significant byte into the result and continue.

                mstore8(resultPtr, mload(add(tablePtr, and(shr(18, input), 0x3F))))
                resultPtr := add(resultPtr, 1) // Advance

                mstore8(resultPtr, mload(add(tablePtr, and(shr(12, input), 0x3F))))
                resultPtr := add(resultPtr, 1) // Advance

                mstore8(resultPtr, mload(add(tablePtr, and(shr(6, input), 0x3F))))
                resultPtr := add(resultPtr, 1) // Advance

                mstore8(resultPtr, mload(add(tablePtr, and(input, 0x3F))))
                resultPtr := add(resultPtr, 1) // Advance
            }

            // Reset the value that was cached
            mstore(afterPtr, afterCache)

            // When data `bytes` is not exactly 3 bytes long
            // it is padded with `=` characters at the end
            switch mod(mload(data), 3)
            case 1 {
                mstore8(sub(resultPtr, 1), 0x3d)
                mstore8(sub(resultPtr, 2), 0x3d)
            }
            case 2 {
                mstore8(sub(resultPtr, 1), 0x3d)
            }
        }

        return result;
    }
}

// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (utils/math/Math.sol)

pragma solidity ^0.8.20;

/**
 * @dev Standard math utilities missing in the Solidity language.
 */
library Math {
    /**
     * @dev Muldiv operation overflow.
     */
    error MathOverflowedMulDiv();

    enum Rounding {
        Floor, // Toward negative infinity
        Ceil, // Toward positive infinity
        Trunc, // Toward zero
        Expand // Away from zero
    }

    /**
     * @dev Returns the addition of two unsigned integers, with an overflow flag.
     */
    function tryAdd(uint256 a, uint256 b) internal pure returns (bool, uint256) {
        unchecked {
            uint256 c = a + b;
            if (c < a) return (false, 0);
            return (true, c);
        }
    }

    /**
     * @dev Returns the subtraction of two unsigned integers, with an overflow flag.
     */
    function trySub(uint256 a, uint256 b) internal pure returns (bool, uint256) {
        unchecked {
            if (b > a) return (false, 0);
            return (true, a - b);
        }
    }

    /**
     * @dev Returns the multiplication of two unsigned integers, with an overflow flag.
     */
    function tryMul(uint256 a, uint256 b) internal pure returns (bool, uint256) {
        unchecked {
            // Gas optimization: this is cheaper than requiring 'a' not being zero, but the
            // benefit is lost if 'b' is also tested.
            // See: https://github.com/OpenZeppelin/openzeppelin-contracts/pull/522
            if (a == 0) return (true, 0);
            uint256 c = a * b;
            if (c / a != b) return (false, 0);
            return (true, c);
        }
    }

    /**
     * @dev Returns the division of two unsigned integers, with a division by zero flag.
     */
    function tryDiv(uint256 a, uint256 b) internal pure returns (bool, uint256) {
        unchecked {
            if (b == 0) return (false, 0);
            return (true, a / b);
        }
    }

    /**
     * @dev Returns the remainder of dividing two unsigned integers, with a division by zero flag.
     */
    function tryMod(uint256 a, uint256 b) internal pure returns (bool, uint256) {
        unchecked {
            if (b == 0) return (false, 0);
            return (true, a % b);
        }
    }

    /**
     * @dev Returns the largest of two numbers.
     */
    function max(uint256 a, uint256 b) internal pure returns (uint256) {
        return a > b ? a : b;
    }

    /**
     * @dev Returns the smallest of two numbers.
     */
    function min(uint256 a, uint256 b) internal pure returns (uint256) {
        return a < b ? a : b;
    }

    /**
     * @dev Returns the average of two numbers. The result is rounded towards
     * zero.
     */
    function average(uint256 a, uint256 b) internal pure returns (uint256) {
        // (a + b) / 2 can overflow.
        return (a & b) + (a ^ b) / 2;
    }

    /**
     * @dev Returns the ceiling of the division of two numbers.
     *
     * This differs from standard division with `/` in that it rounds towards infinity instead
     * of rounding towards zero.
     */
    function ceilDiv(uint256 a, uint256 b) internal pure returns (uint256) {
        if (b == 0) {
            // Guarantee the same behavior as in a regular Solidity division.
            return a / b;
        }

        // (a + b - 1) / b can overflow on addition, so we distribute.
        return a == 0 ? 0 : (a - 1) / b + 1;
    }

    /**
     * @notice Calculates floor(x * y / denominator) with full precision. Throws if result overflows a uint256 or
     * denominator == 0.
     * @dev Original credit to Remco Bloemen under MIT license (https://xn--2-umb.com/21/muldiv) with further edits by
     * Uniswap Labs also under MIT license.
     */
    function mulDiv(uint256 x, uint256 y, uint256 denominator) internal pure returns (uint256 result) {
        unchecked {
            // 512-bit multiply [prod1 prod0] = x * y. Compute the product mod 2^256 and mod 2^256 - 1, then use
            // use the Chinese Remainder Theorem to reconstruct the 512 bit result. The result is stored in two 256
            // variables such that product = prod1 * 2^256 + prod0.
            uint256 prod0 = x * y; // Least significant 256 bits of the product
            uint256 prod1; // Most significant 256 bits of the product
            assembly {
                let mm := mulmod(x, y, not(0))
                prod1 := sub(sub(mm, prod0), lt(mm, prod0))
            }

            // Handle non-overflow cases, 256 by 256 division.
            if (prod1 == 0) {
                // Solidity will revert if denominator == 0, unlike the div opcode on its own.
                // The surrounding unchecked block does not change this fact.
                // See https://docs.soliditylang.org/en/latest/control-structures.html#checked-or-unchecked-arithmetic.
                return prod0 / denominator;
            }

            // Make sure the result is less than 2^256. Also prevents denominator == 0.
            if (denominator <= prod1) {
                revert MathOverflowedMulDiv();
            }

            ///////////////////////////////////////////////
            // 512 by 256 division.
            ///////////////////////////////////////////////

            // Make division exact by subtracting the remainder from [prod1 prod0].
            uint256 remainder;
            assembly {
                // Compute remainder using mulmod.
                remainder := mulmod(x, y, denominator)

                // Subtract 256 bit number from 512 bit number.
                prod1 := sub(prod1, gt(remainder, prod0))
                prod0 := sub(prod0, remainder)
            }

            // Factor powers of two out of denominator and compute largest power of two divisor of denominator.
            // Always >= 1. See https://cs.stackexchange.com/q/138556/92363.

            uint256 twos = denominator & (0 - denominator);
            assembly {
                // Divide denominator by twos.
                denominator := div(denominator, twos)

                // Divide [prod1 prod0] by twos.
                prod0 := div(prod0, twos)

                // Flip twos such that it is 2^256 / twos. If twos is zero, then it becomes one.
                twos := add(div(sub(0, twos), twos), 1)
            }

            // Shift in bits from prod1 into prod0.
            prod0 |= prod1 * twos;

            // Invert denominator mod 2^256. Now that denominator is an odd number, it has an inverse modulo 2^256 such
            // that denominator * inv = 1 mod 2^256. Compute the inverse by starting with a seed that is correct for
            // four bits. That is, denominator * inv = 1 mod 2^4.
            uint256 inverse = (3 * denominator) ^ 2;

            // Use the Newton-Raphson iteration to improve the precision. Thanks to Hensel's lifting lemma, this also
            // works in modular arithmetic, doubling the correct bits in each step.
            inverse *= 2 - denominator * inverse; // inverse mod 2^8
            inverse *= 2 - denominator * inverse; // inverse mod 2^16
            inverse *= 2 - denominator * inverse; // inverse mod 2^32
            inverse *= 2 - denominator * inverse; // inverse mod 2^64
            inverse *= 2 - denominator * inverse; // inverse mod 2^128
            inverse *= 2 - denominator * inverse; // inverse mod 2^256

            // Because the division is now exact we can divide by multiplying with the modular inverse of denominator.
            // This will give us the correct result modulo 2^256. Since the preconditions guarantee that the outcome is
            // less than 2^256, this is the final result. We don't need to compute the high bits of the result and prod1
            // is no longer required.
            result = prod0 * inverse;
            return result;
        }
    }

    /**
     * @notice Calculates x * y / denominator with full precision, following the selected rounding direction.
     */
    function mulDiv(uint256 x, uint256 y, uint256 denominator, Rounding rounding) internal pure returns (uint256) {
        uint256 result = mulDiv(x, y, denominator);
        if (unsignedRoundsUp(rounding) && mulmod(x, y, denominator) > 0) {
            result += 1;
        }
        return result;
    }

    /**
     * @dev Returns the square root of a number. If the number is not a perfect square, the value is rounded
     * towards zero.
     *
     * Inspired by Henry S. Warren, Jr.'s "Hacker's Delight" (Chapter 11).
     */
    function sqrt(uint256 a) internal pure returns (uint256) {
        if (a == 0) {
            return 0;
        }

        // For our first guess, we get the biggest power of 2 which is smaller than the square root of the target.
        //
        // We know that the "msb" (most significant bit) of our target number `a` is a power of 2 such that we have
        // `msb(a) <= a < 2*msb(a)`. This value can be written `msb(a)=2**k` with `k=log2(a)`.
        //
        // This can be rewritten `2**log2(a) <= a < 2**(log2(a) + 1)`
        // → `sqrt(2**k) <= sqrt(a) < sqrt(2**(k+1))`
        // → `2**(k/2) <= sqrt(a) < 2**((k+1)/2) <= 2**(k/2 + 1)`
        //
        // Consequently, `2**(log2(a) / 2)` is a good first approximation of `sqrt(a)` with at least 1 correct bit.
        uint256 result = 1 << (log2(a) >> 1);

        // At this point `result` is an estimation with one bit of precision. We know the true value is a uint128,
        // since it is the square root of a uint256. Newton's method converges quadratically (precision doubles at
        // every iteration). We thus need at most 7 iteration to turn our partial result with one bit of precision
        // into the expected uint128 result.
        unchecked {
            result = (result + a / result) >> 1;
            result = (result + a / result) >> 1;
            result = (result + a / result) >> 1;
            result = (result + a / result) >> 1;
            result = (result + a / result) >> 1;
            result = (result + a / result) >> 1;
            result = (result + a / result) >> 1;
            return min(result, a / result);
        }
    }

    /**
     * @notice Calculates sqrt(a), following the selected rounding direction.
     */
    function sqrt(uint256 a, Rounding rounding) internal pure returns (uint256) {
        unchecked {
            uint256 result = sqrt(a);
            return result + (unsignedRoundsUp(rounding) && result * result < a ? 1 : 0);
        }
    }

    /**
     * @dev Return the log in base 2 of a positive value rounded towards zero.
     * Returns 0 if given 0.
     */
    function log2(uint256 value) internal pure returns (uint256) {
        uint256 result = 0;
        unchecked {
            if (value >> 128 > 0) {
                value >>= 128;
                result += 128;
            }
            if (value >> 64 > 0) {
                value >>= 64;
                result += 64;
            }
            if (value >> 32 > 0) {
                value >>= 32;
                result += 32;
            }
            if (value >> 16 > 0) {
                value >>= 16;
                result += 16;
            }
            if (value >> 8 > 0) {
                value >>= 8;
                result += 8;
            }
            if (value >> 4 > 0) {
                value >>= 4;
                result += 4;
            }
            if (value >> 2 > 0) {
                value >>= 2;
                result += 2;
            }
            if (value >> 1 > 0) {
                result += 1;
            }
        }
        return result;
    }

    /**
     * @dev Return the log in base 2, following the selected rounding direction, of a positive value.
     * Returns 0 if given 0.
     */
    function log2(uint256 value, Rounding rounding) internal pure returns (uint256) {
        unchecked {
            uint256 result = log2(value);
            return result + (unsignedRoundsUp(rounding) && 1 << result < value ? 1 : 0);
        }
    }

    /**
     * @dev Return the log in base 10 of a positive value rounded towards zero.
     * Returns 0 if given 0.
     */
    function log10(uint256 value) internal pure returns (uint256) {
        uint256 result = 0;
        unchecked {
            if (value >= 10 ** 64) {
                value /= 10 ** 64;
                result += 64;
            }
            if (value >= 10 ** 32) {
                value /= 10 ** 32;
                result += 32;
            }
            if (value >= 10 ** 16) {
                value /= 10 ** 16;
                result += 16;
            }
            if (value >= 10 ** 8) {
                value /= 10 ** 8;
                result += 8;
            }
            if (value >= 10 ** 4) {
                value /= 10 ** 4;
                result += 4;
            }
            if (value >= 10 ** 2) {
                value /= 10 ** 2;
                result += 2;
            }
            if (value >= 10 ** 1) {
                result += 1;
            }
        }
        return result;
    }

    /**
     * @dev Return the log in base 10, following the selected rounding direction, of a positive value.
     * Returns 0 if given 0.
     */
    function log10(uint256 value, Rounding rounding) internal pure returns (uint256) {
        unchecked {
            uint256 result = log10(value);
            return result + (unsignedRoundsUp(rounding) && 10 ** result < value ? 1 : 0);
        }
    }

    /**
     * @dev Return the log in base 256 of a positive value rounded towards zero.
     * Returns 0 if given 0.
     *
     * Adding one to the result gives the number of pairs of hex symbols needed to represent `value` as a hex string.
     */
    function log256(uint256 value) internal pure returns (uint256) {
        uint256 result = 0;
        unchecked {
            if (value >> 128 > 0) {
                value >>= 128;
                result += 16;
            }
            if (value >> 64 > 0) {
                value >>= 64;
                result += 8;
            }
            if (value >> 32 > 0) {
                value >>= 32;
                result += 4;
            }
            if (value >> 16 > 0) {
                value >>= 16;
                result += 2;
            }
            if (value >> 8 > 0) {
                result += 1;
            }
        }
        return result;
    }

    /**
     * @dev Return the log in base 256, following the selected rounding direction, of a positive value.
     * Returns 0 if given 0.
     */
    function log256(uint256 value, Rounding rounding) internal pure returns (uint256) {
        unchecked {
            uint256 result = log256(value);
            return result + (unsignedRoundsUp(rounding) && 1 << (result << 3) < value ? 1 : 0);
        }
    }

    /**
     * @dev Returns whether a provided rounding mode is considered rounding up for unsigned integers.
     */
    function unsignedRoundsUp(Rounding rounding) internal pure returns (bool) {
        return uint8(rounding) % 2 == 1;
    }
}

// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (utils/math/SignedMath.sol)

pragma solidity ^0.8.20;

/**
 * @dev Standard signed math utilities missing in the Solidity language.
 */
library SignedMath {
    /**
     * @dev Returns the largest of two signed numbers.
     */
    function max(int256 a, int256 b) internal pure returns (int256) {
        return a > b ? a : b;
    }

    /**
     * @dev Returns the smallest of two signed numbers.
     */
    function min(int256 a, int256 b) internal pure returns (int256) {
        return a < b ? a : b;
    }

    /**
     * @dev Returns the average of two signed numbers without overflow.
     * The result is rounded towards zero.
     */
    function average(int256 a, int256 b) internal pure returns (int256) {
        // Formula from the book "Hacker's Delight"
        int256 x = (a & b) + ((a ^ b) >> 1);
        return x + (int256(uint256(x) >> 255) & (a ^ b));
    }

    /**
     * @dev Returns the absolute unsigned value of a signed value.
     */
    function abs(int256 n) internal pure returns (uint256) {
        unchecked {
            // must be unchecked in order to support `n = type(int256).min`
            return uint256(n >= 0 ? n : -n);
        }
    }
}

// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (utils/Strings.sol)

pragma solidity ^0.8.20;

import {Math} from "./math/Math.sol";
import {SignedMath} from "./math/SignedMath.sol";

/**
 * @dev String operations.
 */
library Strings {
    bytes16 private constant HEX_DIGITS = "0123456789abcdef";
    uint8 private constant ADDRESS_LENGTH = 20;

    /**
     * @dev The `value` string doesn't fit in the specified `length`.
     */
    error StringsInsufficientHexLength(uint256 value, uint256 length);

    /**
     * @dev Converts a `uint256` to its ASCII `string` decimal representation.
     */
    function toString(uint256 value) internal pure returns (string memory) {
        unchecked {
            uint256 length = Math.log10(value) + 1;
            string memory buffer = new string(length);
            uint256 ptr;
            /// @solidity memory-safe-assembly
            assembly {
                ptr := add(buffer, add(32, length))
            }
            while (true) {
                ptr--;
                /// @solidity memory-safe-assembly
                assembly {
                    mstore8(ptr, byte(mod(value, 10), HEX_DIGITS))
                }
                value /= 10;
                if (value == 0) break;
            }
            return buffer;
        }
    }

    /**
     * @dev Converts a `int256` to its ASCII `string` decimal representation.
     */
    function toStringSigned(int256 value) internal pure returns (string memory) {
        return string.concat(value < 0 ? "-" : "", toString(SignedMath.abs(value)));
    }

    /**
     * @dev Converts a `uint256` to its ASCII `string` hexadecimal representation.
     */
    function toHexString(uint256 value) internal pure returns (string memory) {
        unchecked {
            return toHexString(value, Math.log256(value) + 1);
        }
    }

    /**
     * @dev Converts a `uint256` to its ASCII `string` hexadecimal representation with fixed length.
     */
    function toHexString(uint256 value, uint256 length) internal pure returns (string memory) {
        uint256 localValue = value;
        bytes memory buffer = new bytes(2 * length + 2);
        buffer[0] = "0";
        buffer[1] = "x";
        for (uint256 i = 2 * length + 1; i > 1; --i) {
            buffer[i] = HEX_DIGITS[localValue & 0xf];
            localValue >>= 4;
        }
        if (localValue != 0) {
            revert StringsInsufficientHexLength(value, length);
        }
        return string(buffer);
    }

    /**
     * @dev Converts an `address` with fixed length of 20 bytes to its not checksummed ASCII `string` hexadecimal
     * representation.
     */
    function toHexString(address addr) internal pure returns (string memory) {
        return toHexString(uint256(uint160(addr)), ADDRESS_LENGTH);
    }

    /**
     * @dev Returns true if the two strings are equal.
     */
    function equal(string memory a, string memory b) internal pure returns (bool) {
        return bytes(a).length == bytes(b).length && keccak256(bytes(a)) == keccak256(bytes(b));
    }
}

Settings
{
  "viaIR": true,
  "optimizer": {
    "enabled": true,
    "runs": 5
  },
  "outputSelection": {
    "*": {
      "*": [
        "evm.bytecode",
        "evm.deployedBytecode",
        "devdoc",
        "userdoc",
        "metadata",
        "abi"
      ]
    }
  },
  "evmVersion": "paris"
}

Contract Security Audit

Contract ABI

API
[{"inputs":[{"internalType":"uint256","name":"value","type":"uint256"},{"internalType":"uint256","name":"length","type":"uint256"}],"name":"StringsInsufficientHexLength","type":"error"},{"inputs":[{"internalType":"uint256","name":"vestingId","type":"uint256"},{"internalType":"string","name":"tokenSymbol","type":"string"},{"internalType":"string","name":"tokenName","type":"string"},{"internalType":"uint256","name":"totalAmount","type":"uint256"},{"internalType":"uint256","name":"vestedAmount","type":"uint256"},{"internalType":"uint256","name":"startTime","type":"uint256"},{"internalType":"uint256","name":"endTime","type":"uint256"},{"internalType":"bool","name":"isSoft","type":"bool"},{"internalType":"bool","name":"isTopable","type":"bool"},{"internalType":"address","name":"beneficiary","type":"address"},{"internalType":"uint8","name":"tokenDecimals","type":"uint8"}],"name":"generateTokenURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"},{"internalType":"string","name":"tokenSymbol","type":"string"},{"internalType":"string","name":"tokenName","type":"string"},{"internalType":"uint256","name":"totalAmount","type":"uint256"},{"internalType":"uint256","name":"vestedAmount","type":"uint256"},{"internalType":"uint256","name":"startTime","type":"uint256"},{"internalType":"uint256","name":"endTime","type":"uint256"},{"internalType":"bool","name":"","type":"bool"},{"internalType":"bool","name":"","type":"bool"},{"internalType":"address","name":"beneficiary","type":"address"},{"internalType":"uint8","name":"tokenDecimals","type":"uint8"}],"name":"generateVestingSVG","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"}]

60808060405234601557614c1a908161001b8239f35b600080fdfe6080604052600436101561001257600080fd5b60003560e01c806355f0a5021461006a5763be20e3861461003257600080fd5b3461006557610061610055610046366106e3565b995050505094919350506107d2565b604051918291826107a6565b0390f35b600080fd5b34610065576100bc6100aa6100b06100b66100a4610087366106e3565b899f979c95508096989d9399949a9e929a898e83979e949e6107d2565b9c614111565b9b61425b565b986143f7565b926143f7565b916000901561062257506040516100d4604082610648565b600481526314dbd99d60e21b6020820152925b600090156105fe57506040516100fe604082610648565b600381526259657360e81b6020820152935b6001600160a01b0316958695610126602a610681565b966101346040519889610648565b602a8852610142602a610681565b602089019990601f1901368b378851156105e85760308a538851600110156105e857607860218a015360295b600181116105a6575061058d5750604051998a99767b226e616d65223a22554e43582056657374696e67202360481b60208c01528051908160378d0191602001916101b892610783565b7f222c226465736372697074696f6e223a22554e435820546f6b656e20566573746037918c01918201527f696e67204e46542077697468207269636820646174612076697375616c697a6160578201527f74696f6e20726570726573656e74696e6720612076657374696e6720736368656077820152680323ab632903337b9160bd1b609782015281516020830193916102568260a0830187610783565b0160370169081d1bdad95b9ccb888b60b21b6069820152607381017f22696d616765223a22646174613a696d6167652f7376672b786d6c3b62617365905260938101620d8d0b60ea1b9052815191826096830191602001916102b792610783565b0160690190602d82017f222c2261747472696275746573223a5b7b2274726169745f74797065223a225490526e37b5b2b71116113b30b63ab2911d1160891b604d830152519182605c830161030b92610783565b01602d01602f81017f227d2c7b2274726169745f74797065223a22546f6b656e204e616d65222c227690526630b63ab2911d1160c91b604f8201528151918260568301916020019161035c92610783565b01602f01602781017f227d2c7b2274726169745f74797065223a2256657374656420416d6f756e742290526916113b30b63ab2911d1160b11b6047820152815191826051830191602001916103b092610783565b01602701602a81017f227d2c7b2274726169745f74797065223a22556e6c6f636b656420416d6f756e90526b3a1116113b30b63ab2911d1160a11b604a8201528151918260568301916020019161040692610783565b01602a01602c81017f227d2c7b2274726169745f74797065223a2256657374696e672054797065222c905268113b30b63ab2911d1160b91b604c8201528151918260558301916020019161045992610783565b01602c01602981017f227d2c7b2274726169745f74797065223a22546f7061626c65222c2276616c7590526332911d1160e11b604982015281519182604d830191602001916104a792610783565b0160290190602482017f227d2c7b2274726169745f74797065223a2242656e6566696369617279222c229052673b30b63ab2911d1160c11b6044830152519182604c83016104f492610783565b0160240163227d5d7d60e01b602882015203602801601b198101825260040161051d9082610648565b6105269061425b565b6040518091602082017f646174613a6170706c69636174696f6e2f6a736f6e3b6261736536342c000000905280519081603d8401916020019161056892610783565b810103603d01601f198101825261057f9082610648565b6040516100618192826107a6565b63e22e27eb60e01b600052600452601460245260446000fd5b90600f81169060108210156105e8576105e3916f181899199a1a9b1b9c1cb0b131b232b360811b901a6105d9848d614a11565b5360041c91614a22565b61016e565b634e487b7160e01b600052603260045260246000fd5b5060405161060d604082610648565b60028152614e6f60f01b602082015293610110565b50604051610631604082610648565b600481526312185c9960e21b6020820152926100e7565b601f909101601f19168101906001600160401b0382119082101761066b57604052565b634e487b7160e01b600052604160045260246000fd5b6001600160401b03811161066b57601f01601f191660200190565b81601f82011215610065578035906106b382610681565b926106c16040519485610648565b8284526020838301011161006557816000926020809301838601378301015290565b61016060031982011261006557600435916024356001600160401b03811161006557826107129160040161069c565b91604435906001600160401b038211610065576107319160040161069c565b90606435906084359060a4359060c4359060e435801515810361006557906101043580151581036100655790610124356001600160a01b038116810361006557906101443560ff811681036100655790565b60005b8381106107965750506000910152565b8181015183820152602001610786565b604091602082526107c68151809281602086015260208686019101610783565b601f01601f1916010190565b916107e0909493948261469f565b936107ea906146d7565b926107f4916143f7565b604051651e3232b3399f60d11b60208201908152661e39ba3cb6329f60c91b60268301527f2e636c732d35347b66696c6c3a233766383339313b666f6e742d66616d696c79602d8301527f3a2d6170706c652d73797374656d2c426c696e6b4d616353797374656d466f6e604d83018190527f742c225365676f65205549222c526f626f746f2c73616e732d73657269663b66606d84018190527f6f6e742d73697a653a323070783b666f6e742d7765696768743a3730307d0000608d8501527f2e636c732d35357b66696c6c3a75726c28236c696e6561722d6772616469656e60ab85015264742d34297d60d81b60cb8501527f2e636c732d35367b66696c6c3a75726c28236c696e6561722d6772616469656e60d085015264742d33297d60d81b60f08501527f2e636c732d35377b66696c6c3a75726c28236c696e6561722d6772616469656e60f585015264742d32297d60d81b6101158501527f2e636c732d35387b66696c6c3a75726c28236c696e6561722d6772616469656e61011a8501527f74293b7374726f6b653a233030633835643b7374726f6b652d77696474683a3261013a8501527770783b7374726f6b652d6d697465726c696d69743a31307d60401b61015a8501527f2e636c732d35397b66696c6c3a233235323833313b7374726f6b653a233330336101728501527f3333633b7374726f6b652d77696474683a312e373970783b7374726f6b652d6d6101928501526c697465726c696d69743a31307d60981b6101b2850152712e636c732d36307b66696c6c3a236666667d60701b6101bf850152742e636c732d36317b66696c6c3a233433666639387d60581b6101d18501527f2e636c732d36347b66696c6c3a233733373538313b666f6e742d66616d696c796101e68501526102068401919091526102268301527f6f6e742d73697a653a323770783b666f6e742d7765696768743a3530307d0000610246830152722e636c732d36357b6f7061636974793a2e357d60681b610264830152742e636c732d36397b66696c6c3a233066306631377d60581b6102778301527f2e636c732d36327b66696c7465723a626c757228347078293b6f70616369747961028c830152643a2e30337d60d81b6102ac8301527f2e636c732d34377b66696c7465723a626c757228347078293b6f7061636974796102b1830152643a2e30377d60d81b6102d183018190527f2e636c732d34397b66696c7465723a626c757228347078293b6f7061636974796102d68401526102f683018190527f2e636c732d34387b66696c7465723a626c757228347078293b6f7061636974796102fb84015261031b83018190527f2e636c732d327b66696c7465723a626c757228347078293b6f7061636974793a610320840152632e30397d60e01b61034084018190527f2e636c732d35337b66696c7465723a626c757228347078293b6f706163697479610344850152643a2e30367d60d81b61036485018190527f2e636c732d32387b66696c7465723a626c757228347078293b6f706163697479610369860152633a2e317d60e01b61038986018190527f2e636c732d32397b66696c7465723a626c757228347078293b6f70616369747961038d8701526103ad86018190527f2e636c732d36367b66696c7465723a626c757228347078293b6f7061636974796103b1870152643a2e30357d60d81b6103d18701527f2e636c732d34337b66696c7465723a626c757228347078293b6f7061636974796103d6870152643a2e30387d60d81b6103f687018190527f2e636c732d34327b66696c7465723a626c757228347078293b6f7061636974796103fb88015261041b87018190527f2e636c732d34317b66696c7465723a626c757228347078293b6f70616369747961042088015261044087018190527f2e636c732d31317b66696c7465723a626c757228347078293b6f70616369747961044588015261046587018290527f2e636c732d35307b66696c7465723a626c757228347078293b6f70616369747961046988015261048987018390527f2e636c732d33327b66696c7465723a626c757228347078293b6f70616369747961048e880152643a2e31357d60d81b6104ae88018190527f2e636c732d317b66696c7465723a626c757228347078293b6f7061636974793a6104b38901526104d38801949094527f2e636c732d34367b66696c7465723a626c757228347078293b6f7061636974796104d78801526104f787018590527f2e636c732d31307b66696c7465723a626c757228347078293b6f7061636974796104fc88015261051c87018290527f2e636c732d347b66696c7465723a626c757228347078293b6f7061636974793a610520880152622e317d60e81b61054088018190527f2e636c732d31367b66696c7465723a626c757228347078293b6f70616369747961054389015261056388018390527f2e636c732d31377b66696c7465723a626c757228347078293b6f70616369747961056789015261058788018390527f2e636c732d31387b66696c7465723a626c757228347078293b6f70616369747961058b8901526105ab88018390527f2e636c732d35317b66696c7465723a626c757228347078293b6f7061636974796105af8901526105cf88018490527f2e636c732d31347b66696c7465723a626c757228347078293b6f7061636974796105d48901526105f488018390527f2e636c732d33377b66696c7465723a626c757228347078293b6f7061636974796105f889015261061888018290527f2e636c732d33387b66696c7465723a626c757228347078293b6f70616369747961061d89015261063d88018290527f2e636c732d31357b66696c7465723a626c757228347078293b6f70616369747961064289015261066288018390527f2e636c732d31337b66696c7465723a626c757228347078293b6f70616369747961066689015261068688018390527f2e636c732d31327b66696c7465723a626c757228347078293b6f70616369747961068a8901526106aa88018390527f2e636c732d32327b66696c7465723a626c757228347078293b6f7061636974796106ae8901526106ce88018390527f2e636c732d32347b66696c7465723a626c757228347078293b6f7061636974796106d28901526106f288018390527f2e636c732d32317b66696c7465723a626c757228347078293b6f7061636974796106f689015261071688018390527f2e636c732d34347b66696c7465723a626c757228347078293b6f70616369747961071a89015261073a88018690527f2e636c732d34357b66696c7465723a626c757228347078293b6f70616369747961073f89015261075f8801959095527f2e636c732d33317b66696c7465723a626c757228347078293b6f70616369747961076488015261078487018490527f2e636c732d32337b66696c7465723a626c757228347078293b6f7061636974796107898801526107a987018290527f2e636c732d32377b66696c7465723a626c757228347078293b6f7061636974796107ad8801526107cd87018190527f2e636c732d32357b66696c7465723a626c757228347078293b6f7061636974796107d28801526107f287018290527f2e636c732d32367b66696c7465723a626c757228347078293b6f7061636974796107f688015261081687018290527f2e636c732d33397b66696c7465723a626c757228347078293b6f70616369747961081a88015261083a87018190527f2e636c732d34307b66696c7465723a626c757228347078293b6f70616369747961083f88015261085f8701527f2e636c732d337b66696c7465723a626c757228347078293b6f7061636974793a610864870152632e31367d60e01b6108848701527f2e636c732d33367b66696c7465723a626c757228347078293b6f706163697479610888870152643a2e31317d60d81b6108a88701527f2e636c732d35327b66696c7465723a626c757228347078293b6f7061636974796108ad8701526108cd8601919091527f2e636c732d33347b66696c7465723a626c757228347078293b6f7061636974796108d2860152643a2e31327d60d81b6108f286018190527f2e636c732d33357b66696c7465723a626c757228347078293b6f7061636974796108f78701526109178601527f2e636c732d32307b66696c7465723a626c757228347078293b6f70616369747961091c86015261093c85018190527f2e636c732d33307b66696c7465723a626c757228347078293b6f7061636974796109408601526109608501919091527f2e636c732d31397b66696c7465723a626c757228347078293b6f7061636974796109658501526109858401527f2e636c732d33337b66696c7465723a626c757228347078293b6f706163697479610989840152643a2e31337d60d81b6109a98401527f2e636c732d357b66696c7465723a626c757228347078293b6f7061636974793a6109ae8401526109ce83018190527f2e636c732d377b66696c7465723a626c757228347078293b6f7061636974793a6109d18401526109f183018190527f2e636c732d397b66696c7465723a626c757228347078293b6f7061636974793a6109f4840152610a1483018190527f2e636c732d367b66696c7465723a626c757228347078293b6f7061636974793a610a17840152610a3783018190527f2e636c732d387b66696c7465723a626c757228347078293b6f7061636974793a610a3a840152610a5a830152671e17b9ba3cb6329f60c11b610a5d8301527f3c6c696e6561724772616469656e742069643d226c696e6561722d6772616469610a6583018190527f656e74222078313d22353430222079313d223235222078323d22353430222079610a858401527f323d223130353522206772616469656e74556e6974733d227573657253706163610aa58401526732a7b72ab9b2911f60c11b610ac584018190527f3c73746f70206f66667365743d2230222073746f702d636f6c6f723d22233162610acd8501526618b1191991179f60c91b610aed8501527f3c73746f70206f66667365743d2231222073746f702d636f6c6f723d22233130610af4850152661833189911179f60c91b610b14850152701e17b634b732b0b923b930b234b2b73a1f60791b610b1b8501819052610b2c85018390527f656e742d32222078313d223835312e3636222079313d223735362e3238222078610b4c8601527f323d223232382e3334222079323d223735362e323822206772616469656e7454610b6c8601527f72616e73666f726d3d227472616e736c6174652830203130383229207363616c610b8c8601527f652831202d312922206772616469656e74556e6974733d227573657253706163610bac860152610bcc8501919091527f3c73746f70206f66667365743d2230222073746f702d636f6c6f723d22233030610bd4850181905266319b1c3211179f60c91b610bf48601527f3c73746f70206f66667365743d2231222073746f702d636f6c6f723d22233030610bfb86015266331c1a1b91179f60c91b610c1b8601819052610c228601839052610c3386018490527f656e742d33222078313d223533312e33222079313d223833372e333722207832610c538701527f3d223532322e3238222079323d223738392e322220786c696e6b3a687265663d610c73870152751111b634b732b0b916b3b930b234b2b73a169911179f60511b610c93870152610ca98601939093527f656e742d34222078313d223534362e35222079313d223635302e303222207832610cc98601527f3d223730332e3231222079323d223730352e373222206772616469656e745472610ce98601527f616e73666f726d3d227472616e736c6174652830203130383229207363616c65610d098601527f2831202d312922206772616469656e74556e6974733d22757365725370616365610d298601526627b72ab9b2911f60c91b610d49860152610d50850152610d708401919091527f3c73746f70206f66667365743d2231222073746f702d636f6c6f723d22236664610d77840152663319333211179f60c91b610d97840152610d9e830152661e17b232b3399f60c91b610daf830152610d9682529490939192919061196a610db686610648565b604080517f3c726563742069643d2262672220636c6173733d22636c732d3639222077696460208201908152783a341e9118981c1811103432b4b3b43a1e9118981c1811179f60391b928201929092527f3c726563742069643d22626f6479436f6e7461696e65722220636c6173733d2260598201527f636c732d35382220783d2232352220793d223235222077696474683d2231303360798201527f3022206865696768743d2231303330222072783d2233362e3735222072793d22609982015267199b171b9a91179f60c11b60b982015260a18152949093611a4f60c187610648565b604080517f3c672069643d22626f6b6568436972636c65732220636c6173733d22636c732d60208201908152631b1a911f60e11b928201929092527f3c6720636c6173733d22636c732d3632223e3c636972636c6520636c6173733d60448201527f22636c732d3630222063783d223839332e3432222063793d223330332e39362260648201526f10391e911a1817191c91179f1e17b39f60811b608482018190527f3c6720636c6173733d22636c732d3437223e3c636972636c6520636c6173733d60948301527f22636c732d3630222063783d223738332e3631222063793d223237332e32352260b483015260d482018190527f3c6720636c6173733d22636c732d3439223e3c636972636c6520636c6173733d60e48301527f22636c732d3630222063783d223236322e3436222063793d223239392e3322206101048301526e391e911a1817191c91179f1e17b39f60891b6101248301527f3c6720636c6173733d22636c732d3438223e3c636972636c6520636c6173733d6101338301527f22636c732d3630222063783d223633322e3933222063793d223435312e3433226101538301526f10391e91191897181a91179f1e17b39f60811b61017383018190527f3c6720636c6173733d22636c732d32223e3c636972636c6520636c6173733d226101838401527f636c732d3630222063783d223832322e3039222063793d223233322e363622206101a38401526e391e91189c971c1a91179f1e17b39f60891b6101c384018190527f3c6720636c6173733d22636c732d3533223e3c636972636c6520636c6173733d6101d28501527f22636c732d3630222063783d223738372e33222063793d223231372220723d226101f28501526b191b97181b11179f1e17b39f60a11b6102128501527f3c6720636c6173733d22636c732d3238223e3c636972636c6520636c6173733d61021e8501527f22636c732d3630222063783d223730342e3931222063793d223335372e35392261023e8501526f10391e91191b97181b11179f1e17b39f60811b61025e8501527f3c6720636c6173733d22636c732d3239223e3c636972636c6520636c6173733d61026e8501527f22636c732d3630222063783d223831362e3934222063793d223235352e32392261028e8501526f10391e911899171b1991179f1e17b39f60811b6102ae85018190527f3c6720636c6173733d22636c732d3636223e3c636972636c6520636c6173733d6102be8601527f22636c732d3630222063783d223836322e3738222063793d223336302e3432226102de8601526f10391e91191c17191b11179f1e17b39f60811b6102fe86018190527f3c6720636c6173733d22636c732d3433223e3c636972636c6520636c6173733d61030e8701527f22636c732d3630222063783d223830322e3831222063793d223431322e30342261032e87015261034e86018190527f3c6720636c6173733d22636c732d3432223e3c636972636c6520636c6173733d61035e8701527f22636c732d3630222063783d223737342e3035222063793d223436332e37372261037e8701526f10391e91189c171b1a11179f1e17b39f60811b61039e87018190527f3c6720636c6173733d22636c732d3431223e3c636972636c6520636c6173733d6103ae8801527f22636c732d3630222063783d223839332e3034222063793d223436302e3339226103ce8801526103ee87018190527f3c6720636c6173733d22636c732d3131223e3c636972636c6520636c6173733d6103fe8801527f22636c732d3630222063783d223738362e3437222063793d223434332e39392261041e88015261043e87018390527f3c6720636c6173733d22636c732d3530223e3c636972636c6520636c6173733d61044e8801527f22636c732d3630222063783d223834382e3336222063793d223332332e39342261046e8801526f10391e91189c971c1a91179f1e17b39f60811b61048e88018190527f3c6720636c6173733d22636c732d3332223e3c636972636c6520636c6173733d61049e8901527f22636c732d3630222063783d223734322e3232222063793d223337372e3934226104be8901526104de88018190527f3c6720636c6173733d22636c732d31223e3c636972636c6520636c6173733d226104ee8901527f636c732d3630222063783d223836382e38222063793d223235382e393222207261050e8901526d1e91189c971c1a91179f1e17b39f60911b61052e8901527f3c6720636c6173733d22636c732d3436223e3c636972636c6520636c6173733d61053c8901527f22636c732d3630222063783d223636362e3632222063793d223435382e34322261055c89015261057c88018190527f3c6720636c6173733d22636c732d3130223e3c636972636c6520636c6173733d61058c8901527f22636c732d3630222063783d223931302e3336222063793d223335322e3122206105ac8901526e391e91191c17191b11179f1e17b39f60891b6105cc89018190527f3c6720636c6173733d22636c732d34223e3c636972636c6520636c6173733d226105db8a01527f636c732d3630222063783d223834372e3937222063793d223235392e333922206105fb8a01526d391e911b971c1911179f1e17b39f60911b61061b8a018190527f3c6720636c6173733d22636c732d3136223e3c636972636c6520636c6173733d6106298b01527f22636c732d3630222063783d223839392e3434222063793d223230382e3736226106498b01526e10391e911b971c1911179f1e17b39f60891b6106698b018190527f3c6720636c6173733d22636c732d3137223e3c636972636c6520636c6173733d6106788c01527f22636c732d3630222063783d223731362e3833222063793d223338352e3139226106988c01526106b88b01527f3c6720636c6173733d22636c732d3138223e3c636972636c6520636c6173733d6106c78b01527f22636c732d3630222063783d22363436222063793d223437362e38362220723d6106e78b01526c11189b17191a11179f1e17b39f60991b6107078b01527f3c6720636c6173733d22636c732d3531223e3c636972636c6520636c6173733d6107148b01527f22636c732d3630222063783d223736362e36222063793d223231312e353322206107348b01526e391e91189b971a1a11179f1e17b39f60891b6107548b018190527f3c6720636c6173733d22636c732d3134223e3c636972636c6520636c6173733d6107638c01527f22636c732d3630222063783d223831322e37222063793d223434372e303722206107838c01526107a38b018190527f3c6720636c6173733d22636c732d3337223e3c636972636c6520636c6173733d6107b28c01527f22636c732d3630222063783d223233352e3838222063793d223436352e3138226107d28c01526107f28b018690527f3c6720636c6173733d22636c732d3338223e3c636972636c6520636c6173733d6108028c01527f22636c732d3630222063783d223138392e3732222063793d223432382e3134226108228c01526108428b018590527f3c6720636c6173733d22636c732d3135223e3c636972636c6520636c6173733d6108528c01527f22636c732d3630222063783d223230372e3133222063793d223434332e3722206108728c01526e391e911899171b1991179f1e17b39f60891b6108928c018190527f3c6720636c6173733d22636c732d3133223e3c636972636c6520636c6173733d6108a18d01527f22636c732d3630222063783d223139392e3638222063793d223436392e3034226108c18d01526f10391e91189b971a1a11179f1e17b39f60811b6108e18d01527f3c6720636c6173733d22636c732d3132223e3c636972636c6520636c6173733d6108f18d01527f22636c732d3630222063783d223736392e35222063793d223336322e323322206109118d01526109318c018290527f3c6720636c6173733d22636c732d3232223e3c636972636c6520636c6173733d6109408d01527f22636c732d3630222063783d223639332e3332222063793d223439322e3222206109608d01526e391e91199c97189911179f1e17b39f60891b6109808d01527f3c6720636c6173733d22636c732d3234223e3c636972636c6520636c6173733d61098f8d01527f22636c732d3630222063783d223838382e3236222063793d223136342e3737226109af8d01526f10391e91199b171b1b11179f1e17b39f60811b6109cf8d018190527f3c6720636c6173733d22636c732d3231223e3c636972636c6520636c6173733d6109df8e01527f22636c732d3630222063783d223230302e3033222063793d223137372e3531226109ff8e0152610a1f8d01527f3c6720636c6173733d22636c732d3434223e3c636972636c6520636c6173733d610a2f8d01527f22636c732d3630222063783d223337362e3136222063793d223437332e303322610a4f8d0152610a6f8c019a909a527f3c6720636c6173733d22636c732d3435223e3c636972636c6520636c6173733d610a7f8c01527f22636c732d3630222063783d223234392e3833222063793d223139382e373422610a9f8c0152610abf8b01989098527f3c6720636c6173733d22636c732d3331223e3c636972636c6520636c6173733d610acf8b01527f22636c732d3630222063783d223431362e3735222063793d223430362e333522610aef8b0152610b0f8a018390527f3c6720636c6173733d22636c732d3233223e3c636972636c6520636c6173733d610b1f8b01527f22636c732d3630222063783d223332342e3436222063793d223439342e342220610b3f8b01526e391e91189c171c9a11179f1e17b39f60891b610b5f8b01527f3c6720636c6173733d22636c732d3237223e3c636972636c6520636c6173733d610b6e8b01527f22636c732d3630222063783d223332342e34222063793d223236322e31382220610b8e8b01526e391e91191b97181b11179f1e17b39f60891b610bae8b01527f3c6720636c6173733d22636c732d3235223e3c636972636c6520636c6173733d610bbd8b01527f22636c732d3630222063783d223339322e3235222063793d223430312e322220610bdd8b0152610bfd8a018990527f3c6720636c6173733d22636c732d3236223e3c636972636c6520636c6173733d610c0c8b01527f22636c732d3630222063783d223331392e3639222063793d223434322e333922610c2c8b0152610c4c8a018590527f3c6720636c6173733d22636c732d3339223e3c636972636c6520636c6173733d610c5c8b01527f22636c732d3630222063783d223237332e3636222063793d223336302e303822610c7c8b0152610c9c8a01949094527f3c6720636c6173733d22636c732d3430223e3c636972636c6520636c6173733d610cac8a01527f22636c732d3630222063783d223232312e3934222063793d223333312e333322610ccc8a0152610cec8901929092527f3c6720636c6173733d22636c732d33223e3c636972636c6520636c6173733d22610cfc8901527f636c732d3630222063783d223234312e3731222063793d223334332e37352220610d1c890152610d3c8801969096527f3c6720636c6173733d22636c732d3336223e3c636972636c6520636c6173733d610d4b8801527f22636c732d3630222063783d223137302e3833222063793d223239302e353822610d6b880152610d8b8701929092527f3c6720636c6173733d22636c732d3532223e3c636972636c6520636c6173733d610d9b8701527f22636c732d3630222063783d223931392e3133222063793d223434312e333622610dbb870152610ddb86018590527f3c6720636c6173733d22636c732d3334223e3c636972636c6520636c6173733d610deb8701527f22636c732d3630222063783d223330372e3736222063793d223239392e352220610e0b870152610e2b8601929092527f3c6720636c6173733d22636c732d3335223e3c636972636c6520636c6173733d610e3a8601527f22636c732d3630222063783d223135302e3931222063793d223330342e343222610e5a860152610e7a85018490527f3c6720636c6173733d22636c732d3230223e3c636972636c6520636c6173733d610e8a8601527f22636c732d3630222063783d223931382e3837222063793d223139332e383722610eaa860152610eca85018490527f3c6720636c6173733d22636c732d3330223e3c636972636c6520636c6173733d610eda8601527f22636c732d3630222063783d223233322e3534222063793d223232382e343822610efa860152610f1a8501939093527f3c6720636c6173733d22636c732d3139223e3c636972636c6520636c6173733d610f2a8501527f22636c732d3630222063783d223932382e31222063793d223437302e34372220610f4a850152610f6a8401929092527f3c6720636c6173733d22636c732d3333223e3c636972636c6520636c6173733d610f798401527f22636c732d3630222063783d223432392e31222063793d223433312e33222072610f998401526d1e91189997199c91179f1e17b39f60911b610fb98401527f3c6720636c6173733d22636c732d35223e3c636972636c6520636c6173733d22610fc78401527f636c732d3630222063783d223239362e3739222063793d223238332e34312220610fe78401526110078301919091527f3c6720636c6173733d22636c732d37223e3c636972636c6520636c6173733d226110158301527f636c732d3630222063783d223232312e3537222063793d223230332e303922206110358301526e391e91189b17191a11179f1e17b39f60891b6110558301527f3c6720636c6173733d22636c732d39223e3c636972636c6520636c6173733d226110648301527f636c732d3630222063783d223233382e3633222063793d223336392e393722206110848301526110a482018190527f3c6720636c6173733d22636c732d36223e3c636972636c6520636c6173733d226110b38301527f636c732d3630222063783d223332332e3437222063793d223332362e373722206110d38301526110f38201527f3c6720636c6173733d22636c732d38223e3c636972636c6520636c6173733d226111028201527f636c732d3630222063783d223135362e3738222063793d223235392e303322206111228201526e391e91199997189a11179f1e17b39f60891b611142820152631e17b39f60e11b6111518201526111358152949093612ee761115587610648565b612ef090614111565b604051731e339034b21e913230ba30aa37b82632b33a111f60611b60208083019182527f3c726563742069643d22626f78546f704c6566742220636c6173733d22636c7360348401527f2d35392220783d223133302220793d223633322e3238222077696474683d223360548401527f39322e323222206865696768743d223133372e3733222072783d2231392e323660748401526d1110393c9e91189c97191b11179f60911b60948401527f3c746578742069643d2274657874566573746564416d6f756e742220636c617360a28401527f733d22636c732d36342220783d223332362e31312220793d223637342e38222060c28401527f746578742d616e63686f723d226d6964646c65223e56455354454420414d4f5560e284015268272a1e17ba32bc3a1f60b91b610102840152600080516020614b4583398151915261010b840152600080516020614ba583398151915261012b840152600080516020614bc583398151915261014b840152600080516020614b6583398151915261016b840152600080516020614b2583398151915261018b840152673a1e911b9818111f60c11b6101ab84015286519196929586959490939092916130bc9183916101b389019101610783565b661e17ba32bc3a1f60c91b6101b391860191820152631e17b39f60e11b6101ba820152741e339034b21e913230ba30aa37b82934b3b43a111f60591b6101be8201527f3c726563742069643d22626f78546f7052696768742220636c6173733d22636c6101d38201527f732d35392220783d223535372e37382220793d223633322e32382220776964746101f38201527f683d223339322e323222206865696768743d223133372e3733222072783d2231610213820152711c97191b1110393c9e91189c97191b11179f60711b6102338201527f3c746578742069643d2274657874556e6c6f636b50726f67726573732220636c6102458201527f6173733d22636c732d36342220783d223735332e38392220793d223637342e386102658201527f2220746578742d616e63686f723d226d6964646c65223e554e4c4f434b2050526102858201526c27a3a922a9a99e17ba32bc3a1f60991b6102a58201527f3c7465787420636c6173733d22636c732d36302220783d223735332e383922206102b2820152600080516020614ba58339815191526102d2820152600080516020614bc58339815191526102f2820152600080516020614b65833981519152610312820152600080516020614b25833981519152610332820152673a1e911b9818111f60c11b6103528201528151916132bf90839061035a840190602001610783565b67129e17ba32bc3a1f60c11b61035a9290910191820152631e17b39f60e11b610362820152761e339034b21e913230ba30a137ba3a37b6a632b33a111f60491b6103668201527f3c726563742069643d22626f78426f74746f6d4c6566742220636c6173733d2261037d8201527f636c732d35392220783d223133302220793d223739392e32372220776964746861039d8201527f3d223339322e323222206865696768743d223133372e3733222072783d2231396103bd8201527017191b1110393c9e91189c97191b11179f60791b6103dd8201527f3c746578742069643d2274657874546f6b656e53796d626f6c2220636c6173736103ee8201527f3d22636c732d36342220783d223332362e31312220793d223834312e3639222061040e8201527f746578742d616e63686f723d226d6964646c65223e544f4b454e2053594d424f61042e82015267261e17ba32bc3a1f60c11b61044e820152600080516020614b45833981519152610456820152600080516020614b85833981519152610476820152600080516020614bc5833981519152610496820152600080516020614b658339815191526104b6820152600080516020614b258339815191526104d6820152673a1e911b9818111f60c11b6104f68201528151916101b38201916134b39184916104fe0190602001610783565b661e17ba32bc3a1f60c91b61034b9290910191820152631e17b39f60e11b610352820152771e339034b21e913230ba30a137ba3a37b6a934b3b43a111f60411b6103568201527f3c726563742069643d22626f78426f74746f6d52696768742220636c6173733d61036e8201527f22636c732d35392220783d223535372e39322220793d223739392e323722207761038e8201527f696474683d223339322e323222206865696768743d223133372e3733222072786103ae820152741e91189c97191b1110393c9e91189c97191b11179f60591b6103ce8201527f3c746578742069643d227465787454696d6552656d61696e696e672220636c616103e38201527f73733d22636c732d36342220783d223735342e30332220793d223834312e36396104038201527f2220746578742d616e63686f723d226d6964646c65223e54494d452052454d416104238201526b24a724a7239e17ba32bc3a1f60a11b6104438201527f3c7465787420636c6173733d22636c732d36302220783d223735342e3033222061044f820152600080516020614b8583398151915261046f820152600080516020614bc583398151915261048f820152600080516020614b658339815191526104af820152600080516020614b258339815191526104cf820152673a1e911b9818111f60c11b6104ef8201528151916101a78201916136c19184916104f70190602001610783565b016101a4016101ac8101661e17ba32bc3a1f60c91b90526101b38101631e17b39f60e11b9052036101ac0160141981018252600b016137009082610648565b604051701e339034b21e913ab731bc2637b3b7911f60791b602082019081527f3c706174682069643d226c6f676f547269616e676c652220636c6173733d226360318301527f6c732d35372220643d224d3737332e37372c39332e3433682d3436372e35376360518301527f2d36342e33362c302d3130302e38342c37342e33322d36312e37332c3132352e60718301527f37396c3233332e382c3330382e30346332362e34382c33342e392c37342e383660918301527f2c34302e30382c3130372e38352c31352e352c352e37342d342e32332c31312e60b18301527f30312d392e34312c31352e36332d31352e356c3130302e39362d3133332e303260d18301527f63332e38372d352e30392c342e39322d31312e382c322e37372d31372e38322d60f18301527f342e38312d31332e34332d392e36372d32342e32362d31302e37372d32362e326101118301527f382d32312e34352d33382e39372d35362e32372d35392e36382d37332e38392d6101318301527f36382e32322d332e34342d312e36362d372e30322c312e39342d352e34352c356101518301527f2e33362c31312e37342c32362e30352c362e30382c35322e38322e30382c36316101718301527f2e34372d2e30382e32312d2e32342e33342d2e33312e35322d31342e35382c316101918301527f392e30332d34302e35322c32362e32332d34312e35362c32362e3531682d2e306101b18301527f33632d35372e37362c31392e33342d39352e34392c32362e322d3131342e35346101d18301527f2c32382e31372d31332e35342c312e33392d32372e33322d2e39352d33392e356101f18301527f362d372e332d32312e36382d31312e33352d32382e36372d32392e31352d31356102118301527f2e36352d35302e30392c302d2e30332c38342e33322d3133332e38392c38342e6102318301527f33322d3133332e39322d2e36352d2e35322d38332e33312d36302e33392d31326102518301527f342e30312d38392e392d332e32362d322e33362d2e34392d372e35322c332e326102718301527f392d362e30326c3135302e372c35392e34346331322e39312d31332e39362c326102918301527f372e39392d32332e322c34342e34392d32382e35376c31352e37332d32382e386102b18301527f3163312e34312d322e36332c352e31312d322e36332c362e34392c306c31322e6102d18301527f33362c32322e36322c34362e36382d33342e373463322e33322d312e37342c356102f18301527f2e36332d2e32342c352e392c322e36386c332e34372c34302e38376332392e386103118301527f352d31352e36362c36322e36392d332e31332c38322e32392c372e372c31302e6103318301527f32332c352e36352d352e30312c32302e35382d382e31362c32372e38392c31386103518301527f2e34332d382e33332c34392e39312e32342c37342e38382c31382e33372c372e6103718301527f34332c352e35382d392e30332c32362e39392d392e30332c32362e39392c31336103918301527f2e34342c372e34372c33302e33332c332e39332c33392e36312d382e33336c326103b18301527f2e37332d332e35396333392e30392d35312e34392c322e36342d3132352e37386103d183015279169b18971b999698991a971b9c361697181a96971819ad11179f60311b6103f18301527f3c706174682069643d226c6f676f4579652220636c6173733d22636c732d353661040b8301527f2220643d224d3530312e36312c3238382e32316c34312e332d34312e3232733161042b8301527f342e34332c31372e392d312e39332c33342e383563302c302d31362e342c313661044b8301527f2e31392d33392e33332c362e33396c2d2e30332d2e303368305a222f3e00000061046b8301527f3c706174682069643d226c6f676f4e65636b2220636c6173733d22636c732d356104888301527f352220643d224d3730352e34352c3337362e343663322e31352c362e30322c316104a88301527f2e312c31322e37322d322e37372c31372e38326c2d3130302e39362c3133332e6104c88301527f3032632d342e36322c362e312d392e38392c31312e32372d31352e36332c31356104e88301527f2e352c31312e35332d35312e39382c31312e39332d3132352e30382d31322e356105088301527f372d3136362e3937682e303363312e30372d2e33312c32372d372e34392c34316105288301527f2e35362d32362e35312e30352d2e31382e32312d2e33312e33312d2e35322c356105488301527f2e39372d382e36352c31312e36332d33352e34322d2e30382d36312e34372d316105688301527f2e35362d332e34312c312e39382d372e30322c352e34352d352e33362c31372e6105888301527f36342c382e35312c35322e34372c32392e32352c37332e38392c36382e32322c6105a88301527f312e312c322e30322c352e39362c31322e38362c31302e37372c32362e3238686105c883015264182d11179f60d91b6105e8830152631e17b39f60e11b6105ed8301526105d1825294909390613e496105f186610648565b604051721e339034b21e913a32bc3a2337b7ba32b9111f60691b602082019081527f3c726563742069643d226c696e652220636c6173733d22636c732d363122207860338301527f3d223434352220793d223938322e3832222077696474683d2234222068656967605383015268343a1e91191911179f60b91b60738301527f3c746578742069643d2274657874466f6f7465722d322220636c6173733d2263607c8301527f6c732d353422207472616e73666f726d3d227472616e736c617465283436392e609c8301527f323320313030312e313429223e3c747370616e20783d22302220793d2230223e60bc8301527a2aa721ac102722aa2ba7a9259e17ba39b830b71f1e17ba32bc3a1f60291b60dc830152631e17b39f60e11b60f783015260db825298909790613f7e60fb8a610648565b604051809c819c602083017f3c7376672069643d22756e63782d76657374696e672d726963682d646174612d9052604083017f6e66742220786d6c6e733d22687474703a2f2f7777772e77332e6f72672f32309052606083017f30302f7376672220786d6c6e733a786c696e6b3d22687474703a2f2f7777772e9052608083017f77332e6f72672f313939392f786c696e6b222076696577426f783d223020302090526a18981c181018981c18111f60a91b60a08401525160ab81930161404492610783565b8b019051918260ab830161405792610783565b0160ab0191829151809361406a92610783565b0191829151809361407a92610783565b0191829151809361408a92610783565b0191829151809361409a92610783565b01651e17b9bb339f60d11b815203601919810182526006016140bc9082610648565b90565b906140c982610681565b6140d66040519182610648565b82815280926140e7601f1991610681565b0190602036910137565b81156140fb570490565b634e487b7160e01b600052601260045260246000fd5b6000908072184f03e93ff9f4daa797ed6e38ed64bf6a1f0160401b811015614238575b600a906904ee2d6d415b85acef8160201b81101561421c575b662386f26fc10000811015614208575b6305f5e1008110156141f7575b6127108110156141e8575b60648110156141da575b10156141cf575b600a6021614196600185016140bf565b938401015b60001901916f181899199a1a9b1b9c1cb0b131b232b360811b8282061a83530480156141ca57600a909161419b565b505090565b600190910190614186565b60646002910493019261417f565b61271060049104930192614175565b6305f5e1006008910493019261416a565b662386f26fc100006010910493019261415d565b602093909301926904ee2d6d415b85acef8160201b900461414d565b506040915072184f03e93ff9f4daa797ed6e38ed64bf6a1f0160401b8104614134565b908151156143b05760405191614272606084610648565b604083527f4142434445464748494a4b4c4d4e4f505152535455565758595a61626364656660208401527f6768696a6b6c6d6e6f707172737475767778797a303132333435363738392b2f604084015280516002810180911161439a57600390046001600160fe1b038116810361439a576142ef9060021b6140bf565b9060208201908081518201956020870190815192600083525b88811061434c57505060039394959650525106806001146143395760021461432e575090565b603d90600019015390565b50603d9081600019820153600119015390565b600360049199969901986001603f8b5182828260121c16870101518453828282600c1c16870101518385015382828260061c1687010151600285015316840101516003820153019497614308565b634e487b7160e01b600052601160045260246000fd5b90506040516143c0602082610648565b6000815290565b604051906143d6604083610648565b60018252600360fc1b6020830152565b60ff16604d811161439a57600a0a90565b9081156146955760ff81161561468f57614419614413826143e6565b836140f1565b915b633b9aca0083106144f05750506305f5e100633b9aca0080830691909104910481156144ad576001806144596144536140bc94614111565b94614111565b93602060405195826144748894518092858088019101610783565b8301601760f91b838201526144928251809385602185019101610783565b0101602160f91b838201520301601e19810184520182610648565b6144b79150614111565b6140bc60016020604051846144d58296518092858086019101610783565b8101602160f91b838201520301601e19810184520182610648565b620f424083106145bc575050620186a0620f42408083069190910491048115614579576001806145256144536140bc94614111565b93602060405195826145408894518092858088019101610783565b8301601760f91b8382015261455e8251809385602185019101610783565b0101604d60f81b838201520301601e19810184520182610648565b6145839150614111565b6140bc60016020604051846145a18296518092858086019101610783565b8101604d60f81b838201520301601e19810184520182610648565b6103e88310156145d0576140bc9250614857565b505060646103e8808306919091049104811561464c576001806145f86144536140bc94614111565b93602060405195826146138894518092858088019101610783565b8301601760f91b838201526146318251809385602185019101610783565b0101604b60f81b838201520301601e19810184520182610648565b6146569150614111565b6140bc60016020604051846146748296518092858086019101610783565b8101604b60f81b838201520301601e19810184520182610648565b8161441b565b50506140bc6143c7565b80156146d05760648202918083046064149015171561439a576146c1916140f1565b60648111156140bc5750606490565b5050600090565b8042101561482f5742810390811161439a5762015180811061473e57620151806147019104614111565b6140bc600560206040518461471f8296518092858086019101610783565b810164204441595360d81b838201520301601a19810184520182610648565b610e10811061479257610e106147549104614111565b6140bc60066020604051846147728296518092858086019101610783565b81016520484f55525360d01b838201520301601919810184520182610648565b603c81106147e657603c6147a69104614111565b6140bc60086020604051846147c48296518092858086019101610783565b810167204d494e5554455360c01b838201520301601719810184520182610648565b6147ef90614111565b6140bc600860206040518461480d8296518092858086019101610783565b810167205345434f4e445360c01b838201520301601719810184520182610648565b5060405161483e604082610648565b600981526810d3d354131155115160ba1b602082015290565b9081156146955760ff811615614a0757614873614413826143e6565b9161487d826143e6565b90600082156149f357500680156149e8576064810290810460640361439a576148a86148ae926143e6565b906140f1565b90801561496a57600a8210156149205760026148d56148cf6140bc93614a2f565b93614111565b92602060405194826148f08794518092858088019101610783565b83016102e360f41b8382015261490f8251809385602285019101610783565b01010301601f198101835282610648565b60016149316148cf6140bc93614a2f565b926020604051948261494c8794518092858088019101610783565b8301601760f91b8382015261490f8251809385602185019101610783565b50600a8110156149b75761497d90614111565b6140bc60236040518093620302e360ec1b60208301526149a68151809260208686019101610783565b81010301601f198101835282610648565b6149c090614111565b6140bc6022604051809361181760f11b60208301526149a68151809260208686019101610783565b50506140bc90614a2f565b634e487b7160e01b81526012600452602490fd5b506140bc90614a2f565b9081518110156105e8570160200190565b801561439a576000190190565b8015614b1b57614a3e90614111565b80516003811115614b1757600019810181811161439a5760039004810180821161439a57614a6e909291926140bf565b9182519160009192835b614a83575050505090565b614a8c90614a22565b91600019840184811161439a576001600160f81b031990614aad9084614a11565b511660001a614abc8487614a11565b53600019811461439a5760010192600384061580614b0d575b614aeb575b614ae390614a22565b929183614a78565b91614af8614ae391614a22565b92602c614b058588614a11565b539050614ada565b5060018111614ad5565b5090565b506140bc6143c756fe73657269662220666f6e742d73697a653d2233362220666f6e742d77656967683c7465787420636c6173733d22636c732d36302220783d223332362e3131222053797374656d466f6e742c5365676f652055492c526f626f746f2c73616e732d793d223839372220746578742d616e63686f723d226d6964646c652220666f6e793d223733302220746578742d616e63686f723d226d6964646c652220666f6e742d66616d696c793d222d6170706c652d73797374656d2c426c696e6b4d6163a26469706673582212208cd10618465b9a491e42687e57b344a520f547e3a296335877aa400dbcffb67b64736f6c634300081b0033

Deployed Bytecode

0x6080604052600436101561001257600080fd5b60003560e01c806355f0a5021461006a5763be20e3861461003257600080fd5b3461006557610061610055610046366106e3565b995050505094919350506107d2565b604051918291826107a6565b0390f35b600080fd5b34610065576100bc6100aa6100b06100b66100a4610087366106e3565b899f979c95508096989d9399949a9e929a898e83979e949e6107d2565b9c614111565b9b61425b565b986143f7565b926143f7565b916000901561062257506040516100d4604082610648565b600481526314dbd99d60e21b6020820152925b600090156105fe57506040516100fe604082610648565b600381526259657360e81b6020820152935b6001600160a01b0316958695610126602a610681565b966101346040519889610648565b602a8852610142602a610681565b602089019990601f1901368b378851156105e85760308a538851600110156105e857607860218a015360295b600181116105a6575061058d5750604051998a99767b226e616d65223a22554e43582056657374696e67202360481b60208c01528051908160378d0191602001916101b892610783565b7f222c226465736372697074696f6e223a22554e435820546f6b656e20566573746037918c01918201527f696e67204e46542077697468207269636820646174612076697375616c697a6160578201527f74696f6e20726570726573656e74696e6720612076657374696e6720736368656077820152680323ab632903337b9160bd1b609782015281516020830193916102568260a0830187610783565b0160370169081d1bdad95b9ccb888b60b21b6069820152607381017f22696d616765223a22646174613a696d6167652f7376672b786d6c3b62617365905260938101620d8d0b60ea1b9052815191826096830191602001916102b792610783565b0160690190602d82017f222c2261747472696275746573223a5b7b2274726169745f74797065223a225490526e37b5b2b71116113b30b63ab2911d1160891b604d830152519182605c830161030b92610783565b01602d01602f81017f227d2c7b2274726169745f74797065223a22546f6b656e204e616d65222c227690526630b63ab2911d1160c91b604f8201528151918260568301916020019161035c92610783565b01602f01602781017f227d2c7b2274726169745f74797065223a2256657374656420416d6f756e742290526916113b30b63ab2911d1160b11b6047820152815191826051830191602001916103b092610783565b01602701602a81017f227d2c7b2274726169745f74797065223a22556e6c6f636b656420416d6f756e90526b3a1116113b30b63ab2911d1160a11b604a8201528151918260568301916020019161040692610783565b01602a01602c81017f227d2c7b2274726169745f74797065223a2256657374696e672054797065222c905268113b30b63ab2911d1160b91b604c8201528151918260558301916020019161045992610783565b01602c01602981017f227d2c7b2274726169745f74797065223a22546f7061626c65222c2276616c7590526332911d1160e11b604982015281519182604d830191602001916104a792610783565b0160290190602482017f227d2c7b2274726169745f74797065223a2242656e6566696369617279222c229052673b30b63ab2911d1160c11b6044830152519182604c83016104f492610783565b0160240163227d5d7d60e01b602882015203602801601b198101825260040161051d9082610648565b6105269061425b565b6040518091602082017f646174613a6170706c69636174696f6e2f6a736f6e3b6261736536342c000000905280519081603d8401916020019161056892610783565b810103603d01601f198101825261057f9082610648565b6040516100618192826107a6565b63e22e27eb60e01b600052600452601460245260446000fd5b90600f81169060108210156105e8576105e3916f181899199a1a9b1b9c1cb0b131b232b360811b901a6105d9848d614a11565b5360041c91614a22565b61016e565b634e487b7160e01b600052603260045260246000fd5b5060405161060d604082610648565b60028152614e6f60f01b602082015293610110565b50604051610631604082610648565b600481526312185c9960e21b6020820152926100e7565b601f909101601f19168101906001600160401b0382119082101761066b57604052565b634e487b7160e01b600052604160045260246000fd5b6001600160401b03811161066b57601f01601f191660200190565b81601f82011215610065578035906106b382610681565b926106c16040519485610648565b8284526020838301011161006557816000926020809301838601378301015290565b61016060031982011261006557600435916024356001600160401b03811161006557826107129160040161069c565b91604435906001600160401b038211610065576107319160040161069c565b90606435906084359060a4359060c4359060e435801515810361006557906101043580151581036100655790610124356001600160a01b038116810361006557906101443560ff811681036100655790565b60005b8381106107965750506000910152565b8181015183820152602001610786565b604091602082526107c68151809281602086015260208686019101610783565b601f01601f1916010190565b916107e0909493948261469f565b936107ea906146d7565b926107f4916143f7565b604051651e3232b3399f60d11b60208201908152661e39ba3cb6329f60c91b60268301527f2e636c732d35347b66696c6c3a233766383339313b666f6e742d66616d696c79602d8301527f3a2d6170706c652d73797374656d2c426c696e6b4d616353797374656d466f6e604d83018190527f742c225365676f65205549222c526f626f746f2c73616e732d73657269663b66606d84018190527f6f6e742d73697a653a323070783b666f6e742d7765696768743a3730307d0000608d8501527f2e636c732d35357b66696c6c3a75726c28236c696e6561722d6772616469656e60ab85015264742d34297d60d81b60cb8501527f2e636c732d35367b66696c6c3a75726c28236c696e6561722d6772616469656e60d085015264742d33297d60d81b60f08501527f2e636c732d35377b66696c6c3a75726c28236c696e6561722d6772616469656e60f585015264742d32297d60d81b6101158501527f2e636c732d35387b66696c6c3a75726c28236c696e6561722d6772616469656e61011a8501527f74293b7374726f6b653a233030633835643b7374726f6b652d77696474683a3261013a8501527770783b7374726f6b652d6d697465726c696d69743a31307d60401b61015a8501527f2e636c732d35397b66696c6c3a233235323833313b7374726f6b653a233330336101728501527f3333633b7374726f6b652d77696474683a312e373970783b7374726f6b652d6d6101928501526c697465726c696d69743a31307d60981b6101b2850152712e636c732d36307b66696c6c3a236666667d60701b6101bf850152742e636c732d36317b66696c6c3a233433666639387d60581b6101d18501527f2e636c732d36347b66696c6c3a233733373538313b666f6e742d66616d696c796101e68501526102068401919091526102268301527f6f6e742d73697a653a323770783b666f6e742d7765696768743a3530307d0000610246830152722e636c732d36357b6f7061636974793a2e357d60681b610264830152742e636c732d36397b66696c6c3a233066306631377d60581b6102778301527f2e636c732d36327b66696c7465723a626c757228347078293b6f70616369747961028c830152643a2e30337d60d81b6102ac8301527f2e636c732d34377b66696c7465723a626c757228347078293b6f7061636974796102b1830152643a2e30377d60d81b6102d183018190527f2e636c732d34397b66696c7465723a626c757228347078293b6f7061636974796102d68401526102f683018190527f2e636c732d34387b66696c7465723a626c757228347078293b6f7061636974796102fb84015261031b83018190527f2e636c732d327b66696c7465723a626c757228347078293b6f7061636974793a610320840152632e30397d60e01b61034084018190527f2e636c732d35337b66696c7465723a626c757228347078293b6f706163697479610344850152643a2e30367d60d81b61036485018190527f2e636c732d32387b66696c7465723a626c757228347078293b6f706163697479610369860152633a2e317d60e01b61038986018190527f2e636c732d32397b66696c7465723a626c757228347078293b6f70616369747961038d8701526103ad86018190527f2e636c732d36367b66696c7465723a626c757228347078293b6f7061636974796103b1870152643a2e30357d60d81b6103d18701527f2e636c732d34337b66696c7465723a626c757228347078293b6f7061636974796103d6870152643a2e30387d60d81b6103f687018190527f2e636c732d34327b66696c7465723a626c757228347078293b6f7061636974796103fb88015261041b87018190527f2e636c732d34317b66696c7465723a626c757228347078293b6f70616369747961042088015261044087018190527f2e636c732d31317b66696c7465723a626c757228347078293b6f70616369747961044588015261046587018290527f2e636c732d35307b66696c7465723a626c757228347078293b6f70616369747961046988015261048987018390527f2e636c732d33327b66696c7465723a626c757228347078293b6f70616369747961048e880152643a2e31357d60d81b6104ae88018190527f2e636c732d317b66696c7465723a626c757228347078293b6f7061636974793a6104b38901526104d38801949094527f2e636c732d34367b66696c7465723a626c757228347078293b6f7061636974796104d78801526104f787018590527f2e636c732d31307b66696c7465723a626c757228347078293b6f7061636974796104fc88015261051c87018290527f2e636c732d347b66696c7465723a626c757228347078293b6f7061636974793a610520880152622e317d60e81b61054088018190527f2e636c732d31367b66696c7465723a626c757228347078293b6f70616369747961054389015261056388018390527f2e636c732d31377b66696c7465723a626c757228347078293b6f70616369747961056789015261058788018390527f2e636c732d31387b66696c7465723a626c757228347078293b6f70616369747961058b8901526105ab88018390527f2e636c732d35317b66696c7465723a626c757228347078293b6f7061636974796105af8901526105cf88018490527f2e636c732d31347b66696c7465723a626c757228347078293b6f7061636974796105d48901526105f488018390527f2e636c732d33377b66696c7465723a626c757228347078293b6f7061636974796105f889015261061888018290527f2e636c732d33387b66696c7465723a626c757228347078293b6f70616369747961061d89015261063d88018290527f2e636c732d31357b66696c7465723a626c757228347078293b6f70616369747961064289015261066288018390527f2e636c732d31337b66696c7465723a626c757228347078293b6f70616369747961066689015261068688018390527f2e636c732d31327b66696c7465723a626c757228347078293b6f70616369747961068a8901526106aa88018390527f2e636c732d32327b66696c7465723a626c757228347078293b6f7061636974796106ae8901526106ce88018390527f2e636c732d32347b66696c7465723a626c757228347078293b6f7061636974796106d28901526106f288018390527f2e636c732d32317b66696c7465723a626c757228347078293b6f7061636974796106f689015261071688018390527f2e636c732d34347b66696c7465723a626c757228347078293b6f70616369747961071a89015261073a88018690527f2e636c732d34357b66696c7465723a626c757228347078293b6f70616369747961073f89015261075f8801959095527f2e636c732d33317b66696c7465723a626c757228347078293b6f70616369747961076488015261078487018490527f2e636c732d32337b66696c7465723a626c757228347078293b6f7061636974796107898801526107a987018290527f2e636c732d32377b66696c7465723a626c757228347078293b6f7061636974796107ad8801526107cd87018190527f2e636c732d32357b66696c7465723a626c757228347078293b6f7061636974796107d28801526107f287018290527f2e636c732d32367b66696c7465723a626c757228347078293b6f7061636974796107f688015261081687018290527f2e636c732d33397b66696c7465723a626c757228347078293b6f70616369747961081a88015261083a87018190527f2e636c732d34307b66696c7465723a626c757228347078293b6f70616369747961083f88015261085f8701527f2e636c732d337b66696c7465723a626c757228347078293b6f7061636974793a610864870152632e31367d60e01b6108848701527f2e636c732d33367b66696c7465723a626c757228347078293b6f706163697479610888870152643a2e31317d60d81b6108a88701527f2e636c732d35327b66696c7465723a626c757228347078293b6f7061636974796108ad8701526108cd8601919091527f2e636c732d33347b66696c7465723a626c757228347078293b6f7061636974796108d2860152643a2e31327d60d81b6108f286018190527f2e636c732d33357b66696c7465723a626c757228347078293b6f7061636974796108f78701526109178601527f2e636c732d32307b66696c7465723a626c757228347078293b6f70616369747961091c86015261093c85018190527f2e636c732d33307b66696c7465723a626c757228347078293b6f7061636974796109408601526109608501919091527f2e636c732d31397b66696c7465723a626c757228347078293b6f7061636974796109658501526109858401527f2e636c732d33337b66696c7465723a626c757228347078293b6f706163697479610989840152643a2e31337d60d81b6109a98401527f2e636c732d357b66696c7465723a626c757228347078293b6f7061636974793a6109ae8401526109ce83018190527f2e636c732d377b66696c7465723a626c757228347078293b6f7061636974793a6109d18401526109f183018190527f2e636c732d397b66696c7465723a626c757228347078293b6f7061636974793a6109f4840152610a1483018190527f2e636c732d367b66696c7465723a626c757228347078293b6f7061636974793a610a17840152610a3783018190527f2e636c732d387b66696c7465723a626c757228347078293b6f7061636974793a610a3a840152610a5a830152671e17b9ba3cb6329f60c11b610a5d8301527f3c6c696e6561724772616469656e742069643d226c696e6561722d6772616469610a6583018190527f656e74222078313d22353430222079313d223235222078323d22353430222079610a858401527f323d223130353522206772616469656e74556e6974733d227573657253706163610aa58401526732a7b72ab9b2911f60c11b610ac584018190527f3c73746f70206f66667365743d2230222073746f702d636f6c6f723d22233162610acd8501526618b1191991179f60c91b610aed8501527f3c73746f70206f66667365743d2231222073746f702d636f6c6f723d22233130610af4850152661833189911179f60c91b610b14850152701e17b634b732b0b923b930b234b2b73a1f60791b610b1b8501819052610b2c85018390527f656e742d32222078313d223835312e3636222079313d223735362e3238222078610b4c8601527f323d223232382e3334222079323d223735362e323822206772616469656e7454610b6c8601527f72616e73666f726d3d227472616e736c6174652830203130383229207363616c610b8c8601527f652831202d312922206772616469656e74556e6974733d227573657253706163610bac860152610bcc8501919091527f3c73746f70206f66667365743d2230222073746f702d636f6c6f723d22233030610bd4850181905266319b1c3211179f60c91b610bf48601527f3c73746f70206f66667365743d2231222073746f702d636f6c6f723d22233030610bfb86015266331c1a1b91179f60c91b610c1b8601819052610c228601839052610c3386018490527f656e742d33222078313d223533312e33222079313d223833372e333722207832610c538701527f3d223532322e3238222079323d223738392e322220786c696e6b3a687265663d610c73870152751111b634b732b0b916b3b930b234b2b73a169911179f60511b610c93870152610ca98601939093527f656e742d34222078313d223534362e35222079313d223635302e303222207832610cc98601527f3d223730332e3231222079323d223730352e373222206772616469656e745472610ce98601527f616e73666f726d3d227472616e736c6174652830203130383229207363616c65610d098601527f2831202d312922206772616469656e74556e6974733d22757365725370616365610d298601526627b72ab9b2911f60c91b610d49860152610d50850152610d708401919091527f3c73746f70206f66667365743d2231222073746f702d636f6c6f723d22236664610d77840152663319333211179f60c91b610d97840152610d9e830152661e17b232b3399f60c91b610daf830152610d9682529490939192919061196a610db686610648565b604080517f3c726563742069643d2262672220636c6173733d22636c732d3639222077696460208201908152783a341e9118981c1811103432b4b3b43a1e9118981c1811179f60391b928201929092527f3c726563742069643d22626f6479436f6e7461696e65722220636c6173733d2260598201527f636c732d35382220783d2232352220793d223235222077696474683d2231303360798201527f3022206865696768743d2231303330222072783d2233362e3735222072793d22609982015267199b171b9a91179f60c11b60b982015260a18152949093611a4f60c187610648565b604080517f3c672069643d22626f6b6568436972636c65732220636c6173733d22636c732d60208201908152631b1a911f60e11b928201929092527f3c6720636c6173733d22636c732d3632223e3c636972636c6520636c6173733d60448201527f22636c732d3630222063783d223839332e3432222063793d223330332e39362260648201526f10391e911a1817191c91179f1e17b39f60811b608482018190527f3c6720636c6173733d22636c732d3437223e3c636972636c6520636c6173733d60948301527f22636c732d3630222063783d223738332e3631222063793d223237332e32352260b483015260d482018190527f3c6720636c6173733d22636c732d3439223e3c636972636c6520636c6173733d60e48301527f22636c732d3630222063783d223236322e3436222063793d223239392e3322206101048301526e391e911a1817191c91179f1e17b39f60891b6101248301527f3c6720636c6173733d22636c732d3438223e3c636972636c6520636c6173733d6101338301527f22636c732d3630222063783d223633322e3933222063793d223435312e3433226101538301526f10391e91191897181a91179f1e17b39f60811b61017383018190527f3c6720636c6173733d22636c732d32223e3c636972636c6520636c6173733d226101838401527f636c732d3630222063783d223832322e3039222063793d223233322e363622206101a38401526e391e91189c971c1a91179f1e17b39f60891b6101c384018190527f3c6720636c6173733d22636c732d3533223e3c636972636c6520636c6173733d6101d28501527f22636c732d3630222063783d223738372e33222063793d223231372220723d226101f28501526b191b97181b11179f1e17b39f60a11b6102128501527f3c6720636c6173733d22636c732d3238223e3c636972636c6520636c6173733d61021e8501527f22636c732d3630222063783d223730342e3931222063793d223335372e35392261023e8501526f10391e91191b97181b11179f1e17b39f60811b61025e8501527f3c6720636c6173733d22636c732d3239223e3c636972636c6520636c6173733d61026e8501527f22636c732d3630222063783d223831362e3934222063793d223235352e32392261028e8501526f10391e911899171b1991179f1e17b39f60811b6102ae85018190527f3c6720636c6173733d22636c732d3636223e3c636972636c6520636c6173733d6102be8601527f22636c732d3630222063783d223836322e3738222063793d223336302e3432226102de8601526f10391e91191c17191b11179f1e17b39f60811b6102fe86018190527f3c6720636c6173733d22636c732d3433223e3c636972636c6520636c6173733d61030e8701527f22636c732d3630222063783d223830322e3831222063793d223431322e30342261032e87015261034e86018190527f3c6720636c6173733d22636c732d3432223e3c636972636c6520636c6173733d61035e8701527f22636c732d3630222063783d223737342e3035222063793d223436332e37372261037e8701526f10391e91189c171b1a11179f1e17b39f60811b61039e87018190527f3c6720636c6173733d22636c732d3431223e3c636972636c6520636c6173733d6103ae8801527f22636c732d3630222063783d223839332e3034222063793d223436302e3339226103ce8801526103ee87018190527f3c6720636c6173733d22636c732d3131223e3c636972636c6520636c6173733d6103fe8801527f22636c732d3630222063783d223738362e3437222063793d223434332e39392261041e88015261043e87018390527f3c6720636c6173733d22636c732d3530223e3c636972636c6520636c6173733d61044e8801527f22636c732d3630222063783d223834382e3336222063793d223332332e39342261046e8801526f10391e91189c971c1a91179f1e17b39f60811b61048e88018190527f3c6720636c6173733d22636c732d3332223e3c636972636c6520636c6173733d61049e8901527f22636c732d3630222063783d223734322e3232222063793d223337372e3934226104be8901526104de88018190527f3c6720636c6173733d22636c732d31223e3c636972636c6520636c6173733d226104ee8901527f636c732d3630222063783d223836382e38222063793d223235382e393222207261050e8901526d1e91189c971c1a91179f1e17b39f60911b61052e8901527f3c6720636c6173733d22636c732d3436223e3c636972636c6520636c6173733d61053c8901527f22636c732d3630222063783d223636362e3632222063793d223435382e34322261055c89015261057c88018190527f3c6720636c6173733d22636c732d3130223e3c636972636c6520636c6173733d61058c8901527f22636c732d3630222063783d223931302e3336222063793d223335322e3122206105ac8901526e391e91191c17191b11179f1e17b39f60891b6105cc89018190527f3c6720636c6173733d22636c732d34223e3c636972636c6520636c6173733d226105db8a01527f636c732d3630222063783d223834372e3937222063793d223235392e333922206105fb8a01526d391e911b971c1911179f1e17b39f60911b61061b8a018190527f3c6720636c6173733d22636c732d3136223e3c636972636c6520636c6173733d6106298b01527f22636c732d3630222063783d223839392e3434222063793d223230382e3736226106498b01526e10391e911b971c1911179f1e17b39f60891b6106698b018190527f3c6720636c6173733d22636c732d3137223e3c636972636c6520636c6173733d6106788c01527f22636c732d3630222063783d223731362e3833222063793d223338352e3139226106988c01526106b88b01527f3c6720636c6173733d22636c732d3138223e3c636972636c6520636c6173733d6106c78b01527f22636c732d3630222063783d22363436222063793d223437362e38362220723d6106e78b01526c11189b17191a11179f1e17b39f60991b6107078b01527f3c6720636c6173733d22636c732d3531223e3c636972636c6520636c6173733d6107148b01527f22636c732d3630222063783d223736362e36222063793d223231312e353322206107348b01526e391e91189b971a1a11179f1e17b39f60891b6107548b018190527f3c6720636c6173733d22636c732d3134223e3c636972636c6520636c6173733d6107638c01527f22636c732d3630222063783d223831322e37222063793d223434372e303722206107838c01526107a38b018190527f3c6720636c6173733d22636c732d3337223e3c636972636c6520636c6173733d6107b28c01527f22636c732d3630222063783d223233352e3838222063793d223436352e3138226107d28c01526107f28b018690527f3c6720636c6173733d22636c732d3338223e3c636972636c6520636c6173733d6108028c01527f22636c732d3630222063783d223138392e3732222063793d223432382e3134226108228c01526108428b018590527f3c6720636c6173733d22636c732d3135223e3c636972636c6520636c6173733d6108528c01527f22636c732d3630222063783d223230372e3133222063793d223434332e3722206108728c01526e391e911899171b1991179f1e17b39f60891b6108928c018190527f3c6720636c6173733d22636c732d3133223e3c636972636c6520636c6173733d6108a18d01527f22636c732d3630222063783d223139392e3638222063793d223436392e3034226108c18d01526f10391e91189b971a1a11179f1e17b39f60811b6108e18d01527f3c6720636c6173733d22636c732d3132223e3c636972636c6520636c6173733d6108f18d01527f22636c732d3630222063783d223736392e35222063793d223336322e323322206109118d01526109318c018290527f3c6720636c6173733d22636c732d3232223e3c636972636c6520636c6173733d6109408d01527f22636c732d3630222063783d223639332e3332222063793d223439322e3222206109608d01526e391e91199c97189911179f1e17b39f60891b6109808d01527f3c6720636c6173733d22636c732d3234223e3c636972636c6520636c6173733d61098f8d01527f22636c732d3630222063783d223838382e3236222063793d223136342e3737226109af8d01526f10391e91199b171b1b11179f1e17b39f60811b6109cf8d018190527f3c6720636c6173733d22636c732d3231223e3c636972636c6520636c6173733d6109df8e01527f22636c732d3630222063783d223230302e3033222063793d223137372e3531226109ff8e0152610a1f8d01527f3c6720636c6173733d22636c732d3434223e3c636972636c6520636c6173733d610a2f8d01527f22636c732d3630222063783d223337362e3136222063793d223437332e303322610a4f8d0152610a6f8c019a909a527f3c6720636c6173733d22636c732d3435223e3c636972636c6520636c6173733d610a7f8c01527f22636c732d3630222063783d223234392e3833222063793d223139382e373422610a9f8c0152610abf8b01989098527f3c6720636c6173733d22636c732d3331223e3c636972636c6520636c6173733d610acf8b01527f22636c732d3630222063783d223431362e3735222063793d223430362e333522610aef8b0152610b0f8a018390527f3c6720636c6173733d22636c732d3233223e3c636972636c6520636c6173733d610b1f8b01527f22636c732d3630222063783d223332342e3436222063793d223439342e342220610b3f8b01526e391e91189c171c9a11179f1e17b39f60891b610b5f8b01527f3c6720636c6173733d22636c732d3237223e3c636972636c6520636c6173733d610b6e8b01527f22636c732d3630222063783d223332342e34222063793d223236322e31382220610b8e8b01526e391e91191b97181b11179f1e17b39f60891b610bae8b01527f3c6720636c6173733d22636c732d3235223e3c636972636c6520636c6173733d610bbd8b01527f22636c732d3630222063783d223339322e3235222063793d223430312e322220610bdd8b0152610bfd8a018990527f3c6720636c6173733d22636c732d3236223e3c636972636c6520636c6173733d610c0c8b01527f22636c732d3630222063783d223331392e3639222063793d223434322e333922610c2c8b0152610c4c8a018590527f3c6720636c6173733d22636c732d3339223e3c636972636c6520636c6173733d610c5c8b01527f22636c732d3630222063783d223237332e3636222063793d223336302e303822610c7c8b0152610c9c8a01949094527f3c6720636c6173733d22636c732d3430223e3c636972636c6520636c6173733d610cac8a01527f22636c732d3630222063783d223232312e3934222063793d223333312e333322610ccc8a0152610cec8901929092527f3c6720636c6173733d22636c732d33223e3c636972636c6520636c6173733d22610cfc8901527f636c732d3630222063783d223234312e3731222063793d223334332e37352220610d1c890152610d3c8801969096527f3c6720636c6173733d22636c732d3336223e3c636972636c6520636c6173733d610d4b8801527f22636c732d3630222063783d223137302e3833222063793d223239302e353822610d6b880152610d8b8701929092527f3c6720636c6173733d22636c732d3532223e3c636972636c6520636c6173733d610d9b8701527f22636c732d3630222063783d223931392e3133222063793d223434312e333622610dbb870152610ddb86018590527f3c6720636c6173733d22636c732d3334223e3c636972636c6520636c6173733d610deb8701527f22636c732d3630222063783d223330372e3736222063793d223239392e352220610e0b870152610e2b8601929092527f3c6720636c6173733d22636c732d3335223e3c636972636c6520636c6173733d610e3a8601527f22636c732d3630222063783d223135302e3931222063793d223330342e343222610e5a860152610e7a85018490527f3c6720636c6173733d22636c732d3230223e3c636972636c6520636c6173733d610e8a8601527f22636c732d3630222063783d223931382e3837222063793d223139332e383722610eaa860152610eca85018490527f3c6720636c6173733d22636c732d3330223e3c636972636c6520636c6173733d610eda8601527f22636c732d3630222063783d223233322e3534222063793d223232382e343822610efa860152610f1a8501939093527f3c6720636c6173733d22636c732d3139223e3c636972636c6520636c6173733d610f2a8501527f22636c732d3630222063783d223932382e31222063793d223437302e34372220610f4a850152610f6a8401929092527f3c6720636c6173733d22636c732d3333223e3c636972636c6520636c6173733d610f798401527f22636c732d3630222063783d223432392e31222063793d223433312e33222072610f998401526d1e91189997199c91179f1e17b39f60911b610fb98401527f3c6720636c6173733d22636c732d35223e3c636972636c6520636c6173733d22610fc78401527f636c732d3630222063783d223239362e3739222063793d223238332e34312220610fe78401526110078301919091527f3c6720636c6173733d22636c732d37223e3c636972636c6520636c6173733d226110158301527f636c732d3630222063783d223232312e3537222063793d223230332e303922206110358301526e391e91189b17191a11179f1e17b39f60891b6110558301527f3c6720636c6173733d22636c732d39223e3c636972636c6520636c6173733d226110648301527f636c732d3630222063783d223233382e3633222063793d223336392e393722206110848301526110a482018190527f3c6720636c6173733d22636c732d36223e3c636972636c6520636c6173733d226110b38301527f636c732d3630222063783d223332332e3437222063793d223332362e373722206110d38301526110f38201527f3c6720636c6173733d22636c732d38223e3c636972636c6520636c6173733d226111028201527f636c732d3630222063783d223135362e3738222063793d223235392e303322206111228201526e391e91199997189a11179f1e17b39f60891b611142820152631e17b39f60e11b6111518201526111358152949093612ee761115587610648565b612ef090614111565b604051731e339034b21e913230ba30aa37b82632b33a111f60611b60208083019182527f3c726563742069643d22626f78546f704c6566742220636c6173733d22636c7360348401527f2d35392220783d223133302220793d223633322e3238222077696474683d223360548401527f39322e323222206865696768743d223133372e3733222072783d2231392e323660748401526d1110393c9e91189c97191b11179f60911b60948401527f3c746578742069643d2274657874566573746564416d6f756e742220636c617360a28401527f733d22636c732d36342220783d223332362e31312220793d223637342e38222060c28401527f746578742d616e63686f723d226d6964646c65223e56455354454420414d4f5560e284015268272a1e17ba32bc3a1f60b91b610102840152600080516020614b4583398151915261010b840152600080516020614ba583398151915261012b840152600080516020614bc583398151915261014b840152600080516020614b6583398151915261016b840152600080516020614b2583398151915261018b840152673a1e911b9818111f60c11b6101ab84015286519196929586959490939092916130bc9183916101b389019101610783565b661e17ba32bc3a1f60c91b6101b391860191820152631e17b39f60e11b6101ba820152741e339034b21e913230ba30aa37b82934b3b43a111f60591b6101be8201527f3c726563742069643d22626f78546f7052696768742220636c6173733d22636c6101d38201527f732d35392220783d223535372e37382220793d223633322e32382220776964746101f38201527f683d223339322e323222206865696768743d223133372e3733222072783d2231610213820152711c97191b1110393c9e91189c97191b11179f60711b6102338201527f3c746578742069643d2274657874556e6c6f636b50726f67726573732220636c6102458201527f6173733d22636c732d36342220783d223735332e38392220793d223637342e386102658201527f2220746578742d616e63686f723d226d6964646c65223e554e4c4f434b2050526102858201526c27a3a922a9a99e17ba32bc3a1f60991b6102a58201527f3c7465787420636c6173733d22636c732d36302220783d223735332e383922206102b2820152600080516020614ba58339815191526102d2820152600080516020614bc58339815191526102f2820152600080516020614b65833981519152610312820152600080516020614b25833981519152610332820152673a1e911b9818111f60c11b6103528201528151916132bf90839061035a840190602001610783565b67129e17ba32bc3a1f60c11b61035a9290910191820152631e17b39f60e11b610362820152761e339034b21e913230ba30a137ba3a37b6a632b33a111f60491b6103668201527f3c726563742069643d22626f78426f74746f6d4c6566742220636c6173733d2261037d8201527f636c732d35392220783d223133302220793d223739392e32372220776964746861039d8201527f3d223339322e323222206865696768743d223133372e3733222072783d2231396103bd8201527017191b1110393c9e91189c97191b11179f60791b6103dd8201527f3c746578742069643d2274657874546f6b656e53796d626f6c2220636c6173736103ee8201527f3d22636c732d36342220783d223332362e31312220793d223834312e3639222061040e8201527f746578742d616e63686f723d226d6964646c65223e544f4b454e2053594d424f61042e82015267261e17ba32bc3a1f60c11b61044e820152600080516020614b45833981519152610456820152600080516020614b85833981519152610476820152600080516020614bc5833981519152610496820152600080516020614b658339815191526104b6820152600080516020614b258339815191526104d6820152673a1e911b9818111f60c11b6104f68201528151916101b38201916134b39184916104fe0190602001610783565b661e17ba32bc3a1f60c91b61034b9290910191820152631e17b39f60e11b610352820152771e339034b21e913230ba30a137ba3a37b6a934b3b43a111f60411b6103568201527f3c726563742069643d22626f78426f74746f6d52696768742220636c6173733d61036e8201527f22636c732d35392220783d223535372e39322220793d223739392e323722207761038e8201527f696474683d223339322e323222206865696768743d223133372e3733222072786103ae820152741e91189c97191b1110393c9e91189c97191b11179f60591b6103ce8201527f3c746578742069643d227465787454696d6552656d61696e696e672220636c616103e38201527f73733d22636c732d36342220783d223735342e30332220793d223834312e36396104038201527f2220746578742d616e63686f723d226d6964646c65223e54494d452052454d416104238201526b24a724a7239e17ba32bc3a1f60a11b6104438201527f3c7465787420636c6173733d22636c732d36302220783d223735342e3033222061044f820152600080516020614b8583398151915261046f820152600080516020614bc583398151915261048f820152600080516020614b658339815191526104af820152600080516020614b258339815191526104cf820152673a1e911b9818111f60c11b6104ef8201528151916101a78201916136c19184916104f70190602001610783565b016101a4016101ac8101661e17ba32bc3a1f60c91b90526101b38101631e17b39f60e11b9052036101ac0160141981018252600b016137009082610648565b604051701e339034b21e913ab731bc2637b3b7911f60791b602082019081527f3c706174682069643d226c6f676f547269616e676c652220636c6173733d226360318301527f6c732d35372220643d224d3737332e37372c39332e3433682d3436372e35376360518301527f2d36342e33362c302d3130302e38342c37342e33322d36312e37332c3132352e60718301527f37396c3233332e382c3330382e30346332362e34382c33342e392c37342e383660918301527f2c34302e30382c3130372e38352c31352e352c352e37342d342e32332c31312e60b18301527f30312d392e34312c31352e36332d31352e356c3130302e39362d3133332e303260d18301527f63332e38372d352e30392c342e39322d31312e382c322e37372d31372e38322d60f18301527f342e38312d31332e34332d392e36372d32342e32362d31302e37372d32362e326101118301527f382d32312e34352d33382e39372d35362e32372d35392e36382d37332e38392d6101318301527f36382e32322d332e34342d312e36362d372e30322c312e39342d352e34352c356101518301527f2e33362c31312e37342c32362e30352c362e30382c35322e38322e30382c36316101718301527f2e34372d2e30382e32312d2e32342e33342d2e33312e35322d31342e35382c316101918301527f392e30332d34302e35322c32362e32332d34312e35362c32362e3531682d2e306101b18301527f33632d35372e37362c31392e33342d39352e34392c32362e322d3131342e35346101d18301527f2c32382e31372d31332e35342c312e33392d32372e33322d2e39352d33392e356101f18301527f362d372e332d32312e36382d31312e33352d32382e36372d32392e31352d31356102118301527f2e36352d35302e30392c302d2e30332c38342e33322d3133332e38392c38342e6102318301527f33322d3133332e39322d2e36352d2e35322d38332e33312d36302e33392d31326102518301527f342e30312d38392e392d332e32362d322e33362d2e34392d372e35322c332e326102718301527f392d362e30326c3135302e372c35392e34346331322e39312d31332e39362c326102918301527f372e39392d32332e322c34342e34392d32382e35376c31352e37332d32382e386102b18301527f3163312e34312d322e36332c352e31312d322e36332c362e34392c306c31322e6102d18301527f33362c32322e36322c34362e36382d33342e373463322e33322d312e37342c356102f18301527f2e36332d2e32342c352e392c322e36386c332e34372c34302e38376332392e386103118301527f352d31352e36362c36322e36392d332e31332c38322e32392c372e372c31302e6103318301527f32332c352e36352d352e30312c32302e35382d382e31362c32372e38392c31386103518301527f2e34332d382e33332c34392e39312e32342c37342e38382c31382e33372c372e6103718301527f34332c352e35382d392e30332c32362e39392d392e30332c32362e39392c31336103918301527f2e34342c372e34372c33302e33332c332e39332c33392e36312d382e33336c326103b18301527f2e37332d332e35396333392e30392d35312e34392c322e36342d3132352e37386103d183015279169b18971b999698991a971b9c361697181a96971819ad11179f60311b6103f18301527f3c706174682069643d226c6f676f4579652220636c6173733d22636c732d353661040b8301527f2220643d224d3530312e36312c3238382e32316c34312e332d34312e3232733161042b8301527f342e34332c31372e392d312e39332c33342e383563302c302d31362e342c313661044b8301527f2e31392d33392e33332c362e33396c2d2e30332d2e303368305a222f3e00000061046b8301527f3c706174682069643d226c6f676f4e65636b2220636c6173733d22636c732d356104888301527f352220643d224d3730352e34352c3337362e343663322e31352c362e30322c316104a88301527f2e312c31322e37322d322e37372c31372e38326c2d3130302e39362c3133332e6104c88301527f3032632d342e36322c362e312d392e38392c31312e32372d31352e36332c31356104e88301527f2e352c31312e35332d35312e39382c31312e39332d3132352e30382d31322e356105088301527f372d3136362e3937682e303363312e30372d2e33312c32372d372e34392c34316105288301527f2e35362d32362e35312e30352d2e31382e32312d2e33312e33312d2e35322c356105488301527f2e39372d382e36352c31312e36332d33352e34322d2e30382d36312e34372d316105688301527f2e35362d332e34312c312e39382d372e30322c352e34352d352e33362c31372e6105888301527f36342c382e35312c35322e34372c32392e32352c37332e38392c36382e32322c6105a88301527f312e312c322e30322c352e39362c31322e38362c31302e37372c32362e3238686105c883015264182d11179f60d91b6105e8830152631e17b39f60e11b6105ed8301526105d1825294909390613e496105f186610648565b604051721e339034b21e913a32bc3a2337b7ba32b9111f60691b602082019081527f3c726563742069643d226c696e652220636c6173733d22636c732d363122207860338301527f3d223434352220793d223938322e3832222077696474683d2234222068656967605383015268343a1e91191911179f60b91b60738301527f3c746578742069643d2274657874466f6f7465722d322220636c6173733d2263607c8301527f6c732d353422207472616e73666f726d3d227472616e736c617465283436392e609c8301527f323320313030312e313429223e3c747370616e20783d22302220793d2230223e60bc8301527a2aa721ac102722aa2ba7a9259e17ba39b830b71f1e17ba32bc3a1f60291b60dc830152631e17b39f60e11b60f783015260db825298909790613f7e60fb8a610648565b604051809c819c602083017f3c7376672069643d22756e63782d76657374696e672d726963682d646174612d9052604083017f6e66742220786d6c6e733d22687474703a2f2f7777772e77332e6f72672f32309052606083017f30302f7376672220786d6c6e733a786c696e6b3d22687474703a2f2f7777772e9052608083017f77332e6f72672f313939392f786c696e6b222076696577426f783d223020302090526a18981c181018981c18111f60a91b60a08401525160ab81930161404492610783565b8b019051918260ab830161405792610783565b0160ab0191829151809361406a92610783565b0191829151809361407a92610783565b0191829151809361408a92610783565b0191829151809361409a92610783565b01651e17b9bb339f60d11b815203601919810182526006016140bc9082610648565b90565b906140c982610681565b6140d66040519182610648565b82815280926140e7601f1991610681565b0190602036910137565b81156140fb570490565b634e487b7160e01b600052601260045260246000fd5b6000908072184f03e93ff9f4daa797ed6e38ed64bf6a1f0160401b811015614238575b600a906904ee2d6d415b85acef8160201b81101561421c575b662386f26fc10000811015614208575b6305f5e1008110156141f7575b6127108110156141e8575b60648110156141da575b10156141cf575b600a6021614196600185016140bf565b938401015b60001901916f181899199a1a9b1b9c1cb0b131b232b360811b8282061a83530480156141ca57600a909161419b565b505090565b600190910190614186565b60646002910493019261417f565b61271060049104930192614175565b6305f5e1006008910493019261416a565b662386f26fc100006010910493019261415d565b602093909301926904ee2d6d415b85acef8160201b900461414d565b506040915072184f03e93ff9f4daa797ed6e38ed64bf6a1f0160401b8104614134565b908151156143b05760405191614272606084610648565b604083527f4142434445464748494a4b4c4d4e4f505152535455565758595a61626364656660208401527f6768696a6b6c6d6e6f707172737475767778797a303132333435363738392b2f604084015280516002810180911161439a57600390046001600160fe1b038116810361439a576142ef9060021b6140bf565b9060208201908081518201956020870190815192600083525b88811061434c57505060039394959650525106806001146143395760021461432e575090565b603d90600019015390565b50603d9081600019820153600119015390565b600360049199969901986001603f8b5182828260121c16870101518453828282600c1c16870101518385015382828260061c1687010151600285015316840101516003820153019497614308565b634e487b7160e01b600052601160045260246000fd5b90506040516143c0602082610648565b6000815290565b604051906143d6604083610648565b60018252600360fc1b6020830152565b60ff16604d811161439a57600a0a90565b9081156146955760ff81161561468f57614419614413826143e6565b836140f1565b915b633b9aca0083106144f05750506305f5e100633b9aca0080830691909104910481156144ad576001806144596144536140bc94614111565b94614111565b93602060405195826144748894518092858088019101610783565b8301601760f91b838201526144928251809385602185019101610783565b0101602160f91b838201520301601e19810184520182610648565b6144b79150614111565b6140bc60016020604051846144d58296518092858086019101610783565b8101602160f91b838201520301601e19810184520182610648565b620f424083106145bc575050620186a0620f42408083069190910491048115614579576001806145256144536140bc94614111565b93602060405195826145408894518092858088019101610783565b8301601760f91b8382015261455e8251809385602185019101610783565b0101604d60f81b838201520301601e19810184520182610648565b6145839150614111565b6140bc60016020604051846145a18296518092858086019101610783565b8101604d60f81b838201520301601e19810184520182610648565b6103e88310156145d0576140bc9250614857565b505060646103e8808306919091049104811561464c576001806145f86144536140bc94614111565b93602060405195826146138894518092858088019101610783565b8301601760f91b838201526146318251809385602185019101610783565b0101604b60f81b838201520301601e19810184520182610648565b6146569150614111565b6140bc60016020604051846146748296518092858086019101610783565b8101604b60f81b838201520301601e19810184520182610648565b8161441b565b50506140bc6143c7565b80156146d05760648202918083046064149015171561439a576146c1916140f1565b60648111156140bc5750606490565b5050600090565b8042101561482f5742810390811161439a5762015180811061473e57620151806147019104614111565b6140bc600560206040518461471f8296518092858086019101610783565b810164204441595360d81b838201520301601a19810184520182610648565b610e10811061479257610e106147549104614111565b6140bc60066020604051846147728296518092858086019101610783565b81016520484f55525360d01b838201520301601919810184520182610648565b603c81106147e657603c6147a69104614111565b6140bc60086020604051846147c48296518092858086019101610783565b810167204d494e5554455360c01b838201520301601719810184520182610648565b6147ef90614111565b6140bc600860206040518461480d8296518092858086019101610783565b810167205345434f4e445360c01b838201520301601719810184520182610648565b5060405161483e604082610648565b600981526810d3d354131155115160ba1b602082015290565b9081156146955760ff811615614a0757614873614413826143e6565b9161487d826143e6565b90600082156149f357500680156149e8576064810290810460640361439a576148a86148ae926143e6565b906140f1565b90801561496a57600a8210156149205760026148d56148cf6140bc93614a2f565b93614111565b92602060405194826148f08794518092858088019101610783565b83016102e360f41b8382015261490f8251809385602285019101610783565b01010301601f198101835282610648565b60016149316148cf6140bc93614a2f565b926020604051948261494c8794518092858088019101610783565b8301601760f91b8382015261490f8251809385602185019101610783565b50600a8110156149b75761497d90614111565b6140bc60236040518093620302e360ec1b60208301526149a68151809260208686019101610783565b81010301601f198101835282610648565b6149c090614111565b6140bc6022604051809361181760f11b60208301526149a68151809260208686019101610783565b50506140bc90614a2f565b634e487b7160e01b81526012600452602490fd5b506140bc90614a2f565b9081518110156105e8570160200190565b801561439a576000190190565b8015614b1b57614a3e90614111565b80516003811115614b1757600019810181811161439a5760039004810180821161439a57614a6e909291926140bf565b9182519160009192835b614a83575050505090565b614a8c90614a22565b91600019840184811161439a576001600160f81b031990614aad9084614a11565b511660001a614abc8487614a11565b53600019811461439a5760010192600384061580614b0d575b614aeb575b614ae390614a22565b929183614a78565b91614af8614ae391614a22565b92602c614b058588614a11565b539050614ada565b5060018111614ad5565b5090565b506140bc6143c756fe73657269662220666f6e742d73697a653d2233362220666f6e742d77656967683c7465787420636c6173733d22636c732d36302220783d223332362e3131222053797374656d466f6e742c5365676f652055492c526f626f746f2c73616e732d793d223839372220746578742d616e63686f723d226d6964646c652220666f6e793d223733302220746578742d616e63686f723d226d6964646c652220666f6e742d66616d696c793d222d6170706c652d73797374656d2c426c696e6b4d6163a26469706673582212208cd10618465b9a491e42687e57b344a520f547e3a296335877aa400dbcffb67b64736f6c634300081b0033

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
Loading...
Loading
Loading...
Loading

Validator Index Block Amount
View All Withdrawals

Transaction Hash Block Value Eth2 PubKey Valid
View All Deposits
Loading...
Loading

A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.