Overview ERC721
Total Supply:
0 MB

Holders:
22
Profile Summary
Blockchain:
C-Chain (43114)

Contract Source Code Verified (Partial Match)
Contract Name:
Moonbears

Compiler Version
v0.8.11+commit.d7f03943

Optimization Enabled:
Yes with 999999 runs

Created At:
Mon, 18 Apr 2022 23:20:02 GMT
Moonbears.sol
Moonbears.sol
Address.sol
Context.sol
ERC165.sol
ERC721.sol
IERC165.sol
IERC721.sol
IERC721Metadata.sol
IERC721Receiver.sol
ILayerZeroEndpoint.sol
ILayerZeroReceiver.sol
ILayerZeroUserApplicationConfig.sol
Moonbears.sol
NonblockingReceiver.sol
Ownable.sol
Strings.sol


Contract ABI
[
  {
    "inputs": [
      {
        "internalType": "string",
        "name": "baseURI_",
        "type": "string"
      },
      {
        "internalType": "address",
        "name": "_layerZeroEndpoint",
        "type": "address"
      },
      {
        "internalType": "uint256",
        "name": "_startToken",
        "type": "uint256"
      },
      {
        "internalType": "uint256",
        "name": "_maxMint",
        "type": "uint256"
      },
      {
        "internalType": "uint256",
        "name": "_price",
        "type": "uint256"
      },
      {
        "internalType": "uint8",
        "name": "_devMints",
        "type": "uint8"
      }
    ],
    "stateMutability": "nonpayable",
    "type": "constructor"
  },
  {
    "anonymous": false,
    "inputs": [
      {
        "indexed": true,
        "internalType": "address",
        "name": "owner",
        "type": "address"
      },
      {
        "indexed": true,
        "internalType": "address",
        "name": "approved",
        "type": "address"
      },
      {
        "indexed": true,
        "internalType": "uint256",
        "name": "tokenId",
        "type": "uint256"
      }
    ],
    "name": "Approval",
    "type": "event"
  },
  {
    "anonymous": false,
    "inputs": [
      {
        "indexed": true,
        "internalType": "address",
        "name": "owner",
        "type": "address"
      },
      {
        "indexed": true,
        "internalType": "address",
        "name": "operator",
        "type": "address"
      },
      {
        "indexed": false,
        "internalType": "bool",
        "name": "approved",
        "type": "bool"
      }
    ],
    "name": "ApprovalForAll",
    "type": "event"
  },
  {
    "anonymous": false,
    "inputs": [
      {
        "indexed": false,
        "internalType": "uint16",
        "name": "_srcChainId",
        "type": "uint16"
      },
      {
        "indexed": false,
        "internalType": "bytes",
        "name": "_srcAddress",
        "type": "bytes"
      },
      {
        "indexed": false,
        "internalType": "uint64",
        "name": "_nonce",
        "type": "uint64"
      },
      {
        "indexed": false,
        "internalType": "bytes",
        "name": "_payload",
        "type": "bytes"
      }
    ],
    "name": "MessageFailed",
    "type": "event"
  },
  {
    "anonymous": false,
    "inputs": [
      {
        "indexed": true,
        "internalType": "address",
        "name": "previousOwner",
        "type": "address"
      },
      {
        "indexed": true,
        "internalType": "address",
        "name": "newOwner",
        "type": "address"
      }
    ],
    "name": "OwnershipTransferred",
    "type": "event"
  },
  {
    "anonymous": false,
    "inputs": [
      {
        "indexed": true,
        "internalType": "address",
        "name": "from",
        "type": "address"
      },
      {
        "indexed": true,
        "internalType": "address",
        "name": "to",
        "type": "address"
      },
      {
        "indexed": true,
        "internalType": "uint256",
        "name": "tokenId",
        "type": "uint256"
      }
    ],
    "name": "Transfer",
    "type": "event"
  },
  {
    "inputs": [
      {
        "internalType": "address",
        "name": "to",
        "type": "address"
      },
      {
        "internalType": "uint256",
        "name": "tokenId",
        "type": "uint256"
      }
    ],
    "name": "approve",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "address",
        "name": "owner",
        "type": "address"
      }
    ],
    "name": "balanceOf",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "",
        "type": "uint256"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "devMint",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "uint16",
        "name": "",
        "type": "uint16"
      },
      {
        "internalType": "bytes",
        "name": "",
        "type": "bytes"
      },
      {
        "internalType": "uint256",
        "name": "",
        "type": "uint256"
      }
    ],
    "name": "failedMessages",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "payloadLength",
        "type": "uint256"
      },
      {
        "internalType": "bytes32",
        "name": "payloadHash",
        "type": "bytes32"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "uint256",
        "name": "tokenId",
        "type": "uint256"
      }
    ],
    "name": "getApproved",
    "outputs": [
      {
        "internalType": "address",
        "name": "",
        "type": "address"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "address",
        "name": "owner",
        "type": "address"
      },
      {
        "internalType": "address",
        "name": "operator",
        "type": "address"
      }
    ],
    "name": "isApprovedForAll",
    "outputs": [
      {
        "internalType": "bool",
        "name": "",
        "type": "bool"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "isSaleActive",
    "outputs": [
      {
        "internalType": "bool",
        "name": "",
        "type": "bool"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "uint16",
        "name": "_srcChainId",
        "type": "uint16"
      },
      {
        "internalType": "bytes",
        "name": "_srcAddress",
        "type": "bytes"
      },
      {
        "internalType": "uint64",
        "name": "_nonce",
        "type": "uint64"
      },
      {
        "internalType": "bytes",
        "name": "_payload",
        "type": "bytes"
      }
    ],
    "name": "lzReceive",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "uint8",
        "name": "numTokens",
        "type": "uint8"
      }
    ],
    "name": "mint",
    "outputs": [],
    "stateMutability": "payable",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "name",
    "outputs": [
      {
        "internalType": "string",
        "name": "",
        "type": "string"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "nextTokenId",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "",
        "type": "uint256"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "uint16",
        "name": "_srcChainId",
        "type": "uint16"
      },
      {
        "internalType": "bytes",
        "name": "_srcAddress",
        "type": "bytes"
      },
      {
        "internalType": "uint64",
        "name": "_nonce",
        "type": "uint64"
      },
      {
        "internalType": "bytes",
        "name": "_payload",
        "type": "bytes"
      }
    ],
    "name": "onLzReceive",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "owner",
    "outputs": [
      {
        "internalType": "address",
        "name": "",
        "type": "address"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "uint256",
        "name": "tokenId",
        "type": "uint256"
      }
    ],
    "name": "ownerOf",
    "outputs": [
      {
        "internalType": "address",
        "name": "",
        "type": "address"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "renounceOwnership",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "uint16",
        "name": "_srcChainId",
        "type": "uint16"
      },
      {
        "internalType": "bytes",
        "name": "_srcAddress",
        "type": "bytes"
      },
      {
        "internalType": "uint64",
        "name": "_nonce",
        "type": "uint64"
      },
      {
        "internalType": "bytes",
        "name": "_payload",
        "type": "bytes"
      }
    ],
    "name": "retryMessage",
    "outputs": [],
    "stateMutability": "payable",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "address",
        "name": "from",
        "type": "address"
      },
      {
        "internalType": "address",
        "name": "to",
        "type": "address"
      },
      {
        "internalType": "uint256",
        "name": "tokenId",
        "type": "uint256"
      }
    ],
    "name": "safeTransferFrom",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "address",
        "name": "from",
        "type": "address"
      },
      {
        "internalType": "address",
        "name": "to",
        "type": "address"
      },
      {
        "internalType": "uint256",
        "name": "tokenId",
        "type": "uint256"
      },
      {
        "internalType": "bytes",
        "name": "_data",
        "type": "bytes"
      }
    ],
    "name": "safeTransferFrom",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "address",
        "name": "operator",
        "type": "address"
      },
      {
        "internalType": "bool",
        "name": "approved",
        "type": "bool"
      }
    ],
    "name": "setApprovalForAll",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "string",
        "name": "URI",
        "type": "string"
      }
    ],
    "name": "setBaseURI",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "uint256",
        "name": "newVal",
        "type": "uint256"
      }
    ],
    "name": "setGasForDestinationLzReceive",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "uint8",
        "name": "_maxPerTx",
        "type": "uint8"
      }
    ],
    "name": "setMaxPerTx",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "uint256",
        "name": "_newPrice",
        "type": "uint256"
      }
    ],
    "name": "setPrice",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "uint16",
        "name": "_chainId",
        "type": "uint16"
      },
      {
        "internalType": "bytes",
        "name": "_trustedRemote",
        "type": "bytes"
      }
    ],
    "name": "setTrustedRemote",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "bytes4",
        "name": "interfaceId",
        "type": "bytes4"
      }
    ],
    "name": "supportsInterface",
    "outputs": [
      {
        "internalType": "bool",
        "name": "",
        "type": "bool"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "symbol",
    "outputs": [
      {
        "internalType": "string",
        "name": "",
        "type": "string"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "toggleSaleStatus",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "uint256",
        "name": "tokenId",
        "type": "uint256"
      }
    ],
    "name": "tokenURI",
    "outputs": [
      {
        "internalType": "string",
        "name": "",
        "type": "string"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "address",
        "name": "from",
        "type": "address"
      },
      {
        "internalType": "address",
        "name": "to",
        "type": "address"
      },
      {
        "internalType": "uint256",
        "name": "tokenId",
        "type": "uint256"
      }
    ],
    "name": "transferFrom",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "address",
        "name": "newOwner",
        "type": "address"
      }
    ],
    "name": "transferOwnership",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "uint16",
        "name": "_chainId",
        "type": "uint16"
      },
      {
        "internalType": "uint256",
        "name": "tokenId",
        "type": "uint256"
      }
    ],
    "name": "traverseChains",
    "outputs": [],
    "stateMutability": "payable",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "uint16",
        "name": "",
        "type": "uint16"
      }
    ],
    "name": "trustedRemoteLookup",
    "outputs": [
      {
        "internalType": "bytes",
        "name": "",
        "type": "bytes"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "withdrawAll",
    "outputs": [],
    "stateMutability": "payable",
    "type": "function"
  }
]


Contract Creation Code
6080604052600e805460ff1990811660051790915562055730600f556010805490911690553480156200003157600080fd5b50604051620041043803806200410483398101604081905262000054916200027d565b604051806040016040528060098152602001684d6f6f6e626561727360b81b8152506040518060400160405280600281526020016126a160f11b815250620000ab620000a56200013e60201b60201c565b62000142565b8151620000c090600190602085019062000192565b508051620000d690600290602084019062000192565b50508651620000ee9150600a90602089019062000192565b50600780546001600160a01b039096166001600160a01b031990961695909517909455600b92909255600c55600d556010805460ff9092166101000261ff001990921691909117905550620003d9565b3390565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b828054620001a0906200039c565b90600052602060002090601f016020900481019282620001c457600085556200020f565b82601f10620001df57805160ff19168380011785556200020f565b828001600101855582156200020f579182015b828111156200020f578251825591602001919060010190620001f2565b506200021d92915062000221565b5090565b5b808211156200021d576000815560010162000222565b634e487b7160e01b600052604160045260246000fd5b80516001600160a01b03811681146200026657600080fd5b919050565b805160ff811681146200026657600080fd5b60008060008060008060c087890312156200029757600080fd5b86516001600160401b0380821115620002af57600080fd5b818901915089601f830112620002c457600080fd5b815181811115620002d957620002d962000238565b604051601f8201601f19908116603f0116810190838211818310171562000304576200030462000238565b81604052828152602093508c848487010111156200032157600080fd5b600091505b8282101562000345578482018401518183018501529083019062000326565b82821115620003575760008484830101525b9950620003699150508982016200024e565b965050506040870151935060608701519250608087015191506200039060a088016200026b565b90509295509295509295565b600181811c90821680620003b157607f821691505b60208210811415620003d357634e487b7160e01b600052602260045260246000fd5b50919050565b613d1b80620003e96000396000f3fe6080604052600436106101fd5760003560e01c80637533d7881161011d57806395d89b41116100b0578063cf89fa031161007f578063e985e9c511610064578063e985e9c5146105e9578063eb8d72b71461063f578063f2fde38b1461065f57600080fd5b8063cf89fa03146105c3578063d1deba1f146105d657600080fd5b806395d89b411461054e578063a22cb46514610563578063b88d4fde14610583578063c87b56dd146105a357600080fd5b80638da5cb5b116100ec5780638da5cb5b146104785780638ee74912146104a357806391b7f5ed1461050e578063943fb8721461052e57600080fd5b80637533d7881461042557806375794a3c146104455780637c69e2071461045b578063853828b61461047057600080fd5b806342842e0e116101955780636e34c796116101645780636e34c796146103af5780636ecd2306146103cf57806370a08231146103e2578063715018a61461041057600080fd5b806342842e0e1461033557806355f804b314610355578063564566a8146103755780636352211e1461038f57600080fd5b8063081812fc116101d1578063081812fc14610290578063095ea7b3146102d55780631c37a822146102f557806323b872dd1461031557600080fd5b80621d35671461020257806301ffc9a714610224578063049c5c491461025957806306fdde031461026e575b600080fd5b34801561020e57600080fd5b5061022261021d366004613227565b61067f565b005b34801561023057600080fd5b5061024461023f3660046132da565b6108c3565b60405190151581526020015b60405180910390f35b34801561026557600080fd5b506102226109a8565b34801561027a57600080fd5b50610283610a5b565b604051610250919061336d565b34801561029c57600080fd5b506102b06102ab366004613380565b610aed565b60405173ffffffffffffffffffffffffffffffffffffffff9091168152602001610250565b3480156102e157600080fd5b506102226102f03660046133bb565b610bc7565b34801561030157600080fd5b50610222610310366004613227565b610d54565b34801561032157600080fd5b506102226103303660046133e7565b610def565b34801561034157600080fd5b506102226103503660046133e7565b610e90565b34801561036157600080fd5b50610222610370366004613428565b610eab565b34801561038157600080fd5b506010546102449060ff1681565b34801561039b57600080fd5b506102b06103aa366004613380565b610f43565b3480156103bb57600080fd5b506102226103ca366004613471565b610ff5565b6102226103dd366004613471565b6110aa565b3480156103ee57600080fd5b506104026103fd366004613494565b611320565b604051908152602001610250565b34801561041c57600080fd5b506102226113ee565b34801561043157600080fd5b506102836104403660046134b1565b61147b565b34801561045157600080fd5b50610402600b5481565b34801561046757600080fd5b50610222611515565b6102226116f3565b34801561048457600080fd5b5060005473ffffffffffffffffffffffffffffffffffffffff166102b0565b3480156104af57600080fd5b506104f96104be3660046134cc565b600860209081526000938452604080852084518086018401805192815290840195840195909520945292905282529020805460019091015482565b60408051928352602083019190915201610250565b34801561051a57600080fd5b50610222610529366004613380565b6117f5565b34801561053a57600080fd5b50610222610549366004613380565b61187b565b34801561055a57600080fd5b50610283611901565b34801561056f57600080fd5b5061022261057e366004613523565b611910565b34801561058f57600080fd5b5061022261059e366004613561565b61191b565b3480156105af57600080fd5b506102836105be366004613380565b6119bd565b6102226105d13660046135c1565b611acd565b6102226105e4366004613626565b611eaf565b3480156105f557600080fd5b506102446106043660046136b2565b73ffffffffffffffffffffffffffffffffffffffff918216600090815260066020908152604080832093909416825291909152205460ff1690565b34801561064b57600080fd5b5061022261065a3660046136e0565b6120a1565b34801561066b57600080fd5b5061022261067a366004613494565b612140565b60075473ffffffffffffffffffffffffffffffffffffffff1633146106a357600080fd5b61ffff8416600090815260096020526040902080546106c190613733565b90508351148015610700575061ffff84166000908152600960205260409081902090516106ee9190613787565b60405180910390208380519060200120145b610791576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152603460248201527f4e6f6e626c6f636b696e6752656365697665723a20696e76616c696420736f7560448201527f7263652073656e64696e6720636f6e747261637400000000000000000000000060648201526084015b60405180910390fd5b6040517f1c37a8220000000000000000000000000000000000000000000000000000000081523090631c37a822906107d3908790879087908790600401613817565b600060405180830381600087803b1580156107ed57600080fd5b505af19250505080156107fe575060015b6108bd576040518060400160405280825181526020018280519060200120815250600860008661ffff1661ffff168152602001908152602001600020846040516108489190613861565b90815260408051918290036020908101832067ffffffffffffffff8716600090815290825291909120835181559201516001909201919091557fe6f254030bcb01ffd20558175c13fcaed6d1520be7becee4c961b65f79243b0d906108b4908690869086908690613817565b60405180910390a15b50505050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167f80ac58cd00000000000000000000000000000000000000000000000000000000148061095657507fffffffff0000000000000000000000000000000000000000000000000000000082167f5b5e139f00000000000000000000000000000000000000000000000000000000145b806109a257507f01ffc9a7000000000000000000000000000000000000000000000000000000007fffffffff000000000000000000000000000000000000000000000000000000008316145b92915050565b60005473ffffffffffffffffffffffffffffffffffffffff163314610a29576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610788565b601080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00811660ff90911615179055565b606060018054610a6a90613733565b80601f0160208091040260200160405190810160405280929190818152602001828054610a9690613733565b8015610ae35780601f10610ab857610100808354040283529160200191610ae3565b820191906000526020600020905b815481529060010190602001808311610ac657829003601f168201915b5050505050905090565b60008181526003602052604081205473ffffffffffffffffffffffffffffffffffffffff16610b9e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602c60248201527f4552433732313a20617070726f76656420717565727920666f72206e6f6e657860448201527f697374656e7420746f6b656e00000000000000000000000000000000000000006064820152608401610788565b5060009081526005602052604090205473ffffffffffffffffffffffffffffffffffffffff1690565b6000610bd282610f43565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610c90576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602160248201527f4552433732313a20617070726f76616c20746f2063757272656e74206f776e6560448201527f72000000000000000000000000000000000000000000000000000000000000006064820152608401610788565b3373ffffffffffffffffffffffffffffffffffffffff82161480610cb95750610cb98133610604565b610d45576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152603860248201527f4552433732313a20617070726f76652063616c6c6572206973206e6f74206f7760448201527f6e6572206e6f7220617070726f76656420666f7220616c6c00000000000000006064820152608401610788565b610d4f8383612270565b505050565b333014610de3576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602b60248201527f4e6f6e626c6f636b696e6752656365697665723a2063616c6c6572206d75737460448201527f206265204272696467652e0000000000000000000000000000000000000000006064820152608401610788565b6108bd84848484612310565b610df9338261233d565b610e85576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152603160248201527f4552433732313a207472616e736665722063616c6c6572206973206e6f74206f60448201527f776e6572206e6f7220617070726f7665640000000000000000000000000000006064820152608401610788565b610d4f8383836124ad565b610d4f8383836040518060200160405280600081525061191b565b60005473ffffffffffffffffffffffffffffffffffffffff163314610f2c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610788565b8051610f3f90600a906020840190612fea565b5050565b60008181526003602052604081205473ffffffffffffffffffffffffffffffffffffffff16806109a2576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602960248201527f4552433732313a206f776e657220717565727920666f72206e6f6e657869737460448201527f656e7420746f6b656e00000000000000000000000000000000000000000000006064820152608401610788565b60005473ffffffffffffffffffffffffffffffffffffffff163314611076576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610788565b600e80547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff001660ff92909216919091179055565b323314611113576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601e60248201527f4d423a20436f6e74726163742063616c6c73206e6f7420616c6c6f77656400006044820152606401610788565b60105460ff1661117f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601460248201527f4d423a2053616c65206e6f7420737461727465640000000000000000000000006044820152606401610788565b600e5460ff90811690821611156111f2576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601e60248201527f4d423a204d61782035204e46547320706572207472616e73616374696f6e00006044820152606401610788565b600c548160ff16600b5461120691906138ac565b111561126e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601760248201527f4d423a204d696e74206578636565647320737570706c790000000000000000006044820152606401610788565b61127781612714565b3410156112e0576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601660248201527f4d423a2056616c756520696e73756666696369656e74000000000000000000006044820152606401610788565b60005b8160ff168160ff161015610f3f5761130e33600b60008154611304906138c4565b9182905550612727565b80611318816138fd565b9150506112e3565b600073ffffffffffffffffffffffffffffffffffffffff82166113c5576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602a60248201527f4552433732313a2062616c616e636520717565727920666f7220746865207a6560448201527f726f2061646472657373000000000000000000000000000000000000000000006064820152608401610788565b5073ffffffffffffffffffffffffffffffffffffffff1660009081526004602052604090205490565b60005473ffffffffffffffffffffffffffffffffffffffff16331461146f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610788565b6114796000612741565b565b6009602052600090815260409020805461149490613733565b80601f01602080910402602001604051908101604052809291908181526020018280546114c090613733565b801561150d5780601f106114e25761010080835404028352916020019161150d565b820191906000526020600020905b8154815290600101906020018083116114f057829003601f168201915b505050505081565b60005473ffffffffffffffffffffffffffffffffffffffff163314611596576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610788565b600c54601054600b546115b191610100900460ff16906138ac565b1115611619576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601760248201527f4d423a204d696e74206578636565647320737570706c790000000000000000006044820152606401610788565b601054610100900460ff1661168a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601260248201527f4d423a20416c7265616479206d696e74656400000000000000000000000000006044820152606401610788565b60005b60105460ff610100909104811690821610156116c8576116b633600b60008154611304906138c4565b806116c0816138fd565b91505061168d565b50601080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ff169055565b60005473ffffffffffffffffffffffffffffffffffffffff163314611774576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610788565b60405133904780156108fc02916000818181858888f19350505050611479576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601c60248201527f4d423a204661696c656420746f207769746864726177204574686572000000006044820152606401610788565b60005473ffffffffffffffffffffffffffffffffffffffff163314611876576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610788565b600d55565b60005473ffffffffffffffffffffffffffffffffffffffff1633146118fc576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610788565b600f55565b606060028054610a6a90613733565b610f3f3383836127b6565b611925338361233d565b6119b1576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152603160248201527f4552433732313a207472616e736665722063616c6c6572206973206e6f74206f60448201527f776e6572206e6f7220617070726f7665640000000000000000000000000000006064820152608401610788565b6108bd848484846128e4565b60008181526003602052604090205460609073ffffffffffffffffffffffffffffffffffffffff16611a71576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602f60248201527f4552433732314d657461646174613a2055524920717565727920666f72206e6f60448201527f6e6578697374656e7420746f6b656e00000000000000000000000000000000006064820152608401610788565b6000611a7b612987565b90506000815111611a9b5760405180602001604052806000815250611ac6565b80611aa584612996565b604051602001611ab692919061391d565b6040516020818303038152906040525b9392505050565b611ad681610f43565b73ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614611b90576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4d423a20596f75206d757374206f776e2074686520746f6b656e20746f20747260448201527f61766572736500000000000000000000000000000000000000000000000000006064820152608401610788565b61ffff821660009081526009602052604081208054611bae90613733565b905011611c3d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152603260248201527f4d423a205468697320636861696e2069732063757272656e746c7920756e617660448201527f61696c61626c6520666f722074726176656c00000000000000000000000000006064820152608401610788565b611c4681612ac8565b60408051336020820152808201839052815180820383018152606082018352600f547e0100000000000000000000000000000000000000000000000000000000000060808401526082808401919091528351808403909101815260a28301938490526007547f40a7bb1000000000000000000000000000000000000000000000000000000000909452909260019260009173ffffffffffffffffffffffffffffffffffffffff16906340a7bb1090611d0a908990309089908790899060a60161394c565b6040805180830381865afa158015611d26573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d4a91906139ab565b50905080341015611e03576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152604760248201527f4d423a206d73672e76616c7565206e6f7420656e6f75676820746f20636f766560448201527f72206d6573736167654665652e2053656e642067617320666f72206d6573736160648201527f6765206665657300000000000000000000000000000000000000000000000000608482015260a401610788565b60075461ffff871660009081526009602052604080822090517fc580310000000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff9093169263c5803100923492611e75928c928b913391908b906004016139cf565b6000604051808303818588803b158015611e8e57600080fd5b505af1158015611ea2573d6000803e3d6000fd5b5050505050505050505050565b61ffff85166000908152600860205260408082209051611ed0908790613861565b908152604080516020928190038301902067ffffffffffffffff87166000908152925290206001810154909150611f89576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4e6f6e626c6f636b696e6752656365697665723a206e6f2073746f726564206d60448201527f65737361676500000000000000000000000000000000000000000000000000006064820152608401610788565b805482148015611fb3575080600101548383604051611fa9929190613ae7565b6040518091039020145b612019576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601a60248201527f4c617965725a65726f3a20696e76616c6964207061796c6f61640000000000006044820152606401610788565b600080825560018201556040517f1c37a8220000000000000000000000000000000000000000000000000000000081523090631c37a822906120679089908990899089908990600401613af7565b600060405180830381600087803b15801561208157600080fd5b505af1158015612095573d6000803e3d6000fd5b50505050505050505050565b60005473ffffffffffffffffffffffffffffffffffffffff163314612122576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610788565b61ffff831660009081526009602052604090206108bd90838361306e565b60005473ffffffffffffffffffffffffffffffffffffffff1633146121c1576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610788565b73ffffffffffffffffffffffffffffffffffffffff8116612264576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f64647265737300000000000000000000000000000000000000000000000000006064820152608401610788565b61226d81612741565b50565b600081815260056020526040902080547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff841690811790915581906122ca82610f43565b73ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b600080828060200190518101906123279190613b77565b915091506123358282612727565b505050505050565b60008181526003602052604081205473ffffffffffffffffffffffffffffffffffffffff166123ee576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602c60248201527f4552433732313a206f70657261746f7220717565727920666f72206e6f6e657860448201527f697374656e7420746f6b656e00000000000000000000000000000000000000006064820152608401610788565b60006123f983610f43565b90508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff16148061246857508373ffffffffffffffffffffffffffffffffffffffff1661245084610aed565b73ffffffffffffffffffffffffffffffffffffffff16145b806124a5575073ffffffffffffffffffffffffffffffffffffffff80821660009081526006602090815260408083209388168352929052205460ff165b949350505050565b8273ffffffffffffffffffffffffffffffffffffffff166124cd82610f43565b73ffffffffffffffffffffffffffffffffffffffff1614612570576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602560248201527f4552433732313a207472616e736665722066726f6d20696e636f72726563742060448201527f6f776e65720000000000000000000000000000000000000000000000000000006064820152608401610788565b73ffffffffffffffffffffffffffffffffffffffff8216612612576040517f08c379a0000000000000000000000000000000000000000000000000000000008152602060048201526024808201527f4552433732313a207472616e7366657220746f20746865207a65726f2061646460448201527f72657373000000000000000000000000000000000000000000000000000000006064820152608401610788565b61261d600082612270565b73ffffffffffffffffffffffffffffffffffffffff83166000908152600460205260408120805460019290612653908490613ba5565b909155505073ffffffffffffffffffffffffffffffffffffffff8216600090815260046020526040812080546001929061268e9084906138ac565b909155505060008181526003602052604080822080547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff86811691821790925591518493918716917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91a4505050565b60008160ff16600d546109a29190613bbc565b610f3f828260405180602001604052806000815250612b95565b6000805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16141561284c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601960248201527f4552433732313a20617070726f766520746f2063616c6c6572000000000000006044820152606401610788565b73ffffffffffffffffffffffffffffffffffffffff83811660008181526006602090815260408083209487168084529482529182902080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff001686151590811790915591519182527f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31910160405180910390a3505050565b6128ef8484846124ad565b6128fb84848484612c38565b6108bd576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152603260248201527f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560448201527f63656976657220696d706c656d656e74657200000000000000000000000000006064820152608401610788565b6060600a8054610a6a90613733565b6060816129d657505060408051808201909152600181527f3000000000000000000000000000000000000000000000000000000000000000602082015290565b8160005b8115612a0057806129ea816138c4565b91506129f99050600a83613c28565b91506129da565b60008167ffffffffffffffff811115612a1b57612a1b61312c565b6040519080825280601f01601f191660200182016040528015612a45576020820181803683370190505b5090505b84156124a557612a5a600183613ba5565b9150612a67600a86613c3c565b612a729060306138ac565b60f81b818381518110612a8757612a87613c50565b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350612ac1600a86613c28565b9450612a49565b6000612ad382610f43565b9050612ae0600083612270565b73ffffffffffffffffffffffffffffffffffffffff81166000908152600460205260408120805460019290612b16908490613ba5565b909155505060008281526003602052604080822080547fffffffffffffffffffffffff00000000000000000000000000000000000000001690555183919073ffffffffffffffffffffffffffffffffffffffff8416907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908390a45050565b612b9f8383612e28565b612bac6000848484612c38565b610d4f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152603260248201527f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560448201527f63656976657220696d706c656d656e74657200000000000000000000000000006064820152608401610788565b600073ffffffffffffffffffffffffffffffffffffffff84163b15612e1d576040517f150b7a0200000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff85169063150b7a0290612caf903390899088908890600401613c7f565b6020604051808303816000875af1925050508015612d08575060408051601f3d9081017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0168201909252612d0591810190613cc8565b60015b612dd2573d808015612d36576040519150601f19603f3d011682016040523d82523d6000602084013e612d3b565b606091505b508051612dca576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152603260248201527f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560448201527f63656976657220696d706c656d656e74657200000000000000000000000000006064820152608401610788565b805181602001fd5b7fffffffff00000000000000000000000000000000000000000000000000000000167f150b7a02000000000000000000000000000000000000000000000000000000001490506124a5565b506001949350505050565b73ffffffffffffffffffffffffffffffffffffffff8216612ea5576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4552433732313a206d696e7420746f20746865207a65726f20616464726573736044820152606401610788565b60008181526003602052604090205473ffffffffffffffffffffffffffffffffffffffff1615612f31576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601c60248201527f4552433732313a20746f6b656e20616c7265616479206d696e746564000000006044820152606401610788565b73ffffffffffffffffffffffffffffffffffffffff82166000908152600460205260408120805460019290612f679084906138ac565b909155505060008181526003602052604080822080547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff861690811790915590518392907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a45050565b828054612ff690613733565b90600052602060002090601f016020900481019282613018576000855561305e565b82601f1061303157805160ff191683800117855561305e565b8280016001018555821561305e579182015b8281111561305e578251825591602001919060010190613043565b5061306a929150613100565b5090565b82805461307a90613733565b90600052602060002090601f01602090048101928261309c576000855561305e565b82601f106130d3578280017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0082351617855561305e565b8280016001018555821561305e579182015b8281111561305e5782358255916020019190600101906130e5565b5b8082111561306a5760008155600101613101565b803561ffff8116811461312757600080fd5b919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b600067ffffffffffffffff808411156131765761317661312c565b604051601f85017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0908116603f011681019082821181831017156131bc576131bc61312c565b816040528093508581528686860111156131d557600080fd5b858560208301376000602087830101525050509392505050565b600082601f83011261320057600080fd5b611ac68383356020850161315b565b803567ffffffffffffffff8116811461312757600080fd5b6000806000806080858703121561323d57600080fd5b61324685613115565b9350602085013567ffffffffffffffff8082111561326357600080fd5b61326f888389016131ef565b945061327d6040880161320f565b9350606087013591508082111561329357600080fd5b506132a0878288016131ef565b91505092959194509250565b7fffffffff000000000000000000000000000000000000000000000000000000008116811461226d57600080fd5b6000602082840312156132ec57600080fd5b8135611ac6816132ac565b60005b838110156133125781810151838201526020016132fa565b838111156108bd5750506000910152565b6000815180845261333b8160208601602086016132f7565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0169290920160200192915050565b602081526000611ac66020830184613323565b60006020828403121561339257600080fd5b5035919050565b73ffffffffffffffffffffffffffffffffffffffff8116811461226d57600080fd5b600080604083850312156133ce57600080fd5b82356133d981613399565b946020939093013593505050565b6000806000606084860312156133fc57600080fd5b833561340781613399565b9250602084013561341781613399565b929592945050506040919091013590565b60006020828403121561343a57600080fd5b813567ffffffffffffffff81111561345157600080fd5b8201601f8101841361346257600080fd5b6124a58482356020840161315b565b60006020828403121561348357600080fd5b813560ff81168114611ac657600080fd5b6000602082840312156134a657600080fd5b8135611ac681613399565b6000602082840312156134c357600080fd5b611ac682613115565b6000806000606084860312156134e157600080fd5b6134ea84613115565b9250602084013567ffffffffffffffff81111561350657600080fd5b613512868287016131ef565b925050604084013590509250925092565b6000806040838503121561353657600080fd5b823561354181613399565b91506020830135801515811461355657600080fd5b809150509250929050565b6000806000806080858703121561357757600080fd5b843561358281613399565b9350602085013561359281613399565b925060408501359150606085013567ffffffffffffffff8111156135b557600080fd5b6132a0878288016131ef565b600080604083850312156135d457600080fd5b6133d983613115565b60008083601f8401126135ef57600080fd5b50813567ffffffffffffffff81111561360757600080fd5b60208301915083602082850101111561361f57600080fd5b9250929050565b60008060008060006080868803121561363e57600080fd5b61364786613115565b9450602086013567ffffffffffffffff8082111561366457600080fd5b61367089838a016131ef565b955061367e6040890161320f565b9450606088013591508082111561369457600080fd5b506136a1888289016135dd565b969995985093965092949392505050565b600080604083850312156136c557600080fd5b82356136d081613399565b9150602083013561355681613399565b6000806000604084860312156136f557600080fd5b6136fe84613115565b9250602084013567ffffffffffffffff81111561371a57600080fd5b613726868287016135dd565b9497909650939450505050565b600181811c9082168061374757607f821691505b60208210811415613781577f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b50919050565b600080835461379581613733565b600182811680156137ad57600181146137dc5761380b565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0084168752828701945061380b565b8760005260208060002060005b858110156138025781548a8201529084019082016137e9565b50505082870194505b50929695505050505050565b61ffff851681526080602082015260006138346080830186613323565b67ffffffffffffffff8516604084015282810360608401526138568185613323565b979650505050505050565b600082516138738184602087016132f7565b9190910192915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600082198211156138bf576138bf61387d565b500190565b60007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8214156138f6576138f661387d565b5060010190565b600060ff821660ff8114156139145761391461387d565b60010192915050565b6000835161392f8184602088016132f7565b8351908301906139438183602088016132f7565b01949350505050565b61ffff8616815273ffffffffffffffffffffffffffffffffffffffff8516602082015260a06040820152600061398560a0830186613323565b8415156060840152828103608084015261399f8185613323565b98975050505050505050565b600080604083850312156139be57600080fd5b505080516020909101519092909150565b61ffff871681526000602060c081840152600088546139ed81613733565b8060c087015260e0600180841660008114613a0f5760018114613a4257613a70565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff008516838a015261010089019550613a70565b8d6000528660002060005b85811015613a685781548b8201860152908301908801613a4d565b8a0184019650505b50505050508381036040850152613a878189613323565b915050613aac606084018773ffffffffffffffffffffffffffffffffffffffff169052565b73ffffffffffffffffffffffffffffffffffffffff8516608084015282810360a0840152613ada8185613323565b9998505050505050505050565b8183823760009101908152919050565b61ffff86168152608060208201526000613b146080830187613323565b67ffffffffffffffff8616604084015282810360608401528381528385602083013760006020858301015260207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f8601168201019150509695505050505050565b60008060408385031215613b8a57600080fd5b8251613b9581613399565b6020939093015192949293505050565b600082821015613bb757613bb761387d565b500390565b6000817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0483118215151615613bf457613bf461387d565b500290565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b600082613c3757613c37613bf9565b500490565b600082613c4b57613c4b613bf9565b500690565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600073ffffffffffffffffffffffffffffffffffffffff808716835280861660208401525083604083015260806060830152613cbe6080830184613323565b9695505050505050565b600060208284031215613cda57600080fd5b8151611ac6816132ac56fea264697066735822122091f9c4d3c5106db929a6b297ce666e77e9d45aaec354740b81e705d3107c6f1d64736f6c634300080b003300000000000000000000000000000000000000000000000000000000000000c00000000000000000000000003c2269811836af69497e5f486a85d7316753cf620000000000000000000000000000000000000000000000000000000000000b860000000000000000000000000000000000000000000000000000000000000d47000000000000000000000000000000000000000000000000058d15e1762800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005568747470733a2f2f6d6f6f6e62656172732e6d7970696e6174612e636c6f75642f697066732f516d6545614c36573576694d376d524831474a393442443272687a56447275614d744b6633423468704e396e67682f0000000000000000000000
Constructor Arguments
(ABI-Encoded and is the last bytes of the Contract Creation Code above)
0xa264697066735822122091f9c4d3c5106db929a6b297ce666e77e9d45aaec354740b81e705d3107c6f1d64736f6c634300080b003300000000000000000000000000000000000000000000000000000000000000c00000000000000000000000003c2269811836af69497e5f486a85d7316753cf620000000000000000000000000000000000000000000000000000000000000b860000000000000000000000000000000000000000000000000000000000000d47000000000000000000000000000000000000000000000000058d15e1762800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005568747470733a2f2f6d6f6f6e62656172732e6d7970696e6174612e636c6f75642f697066732f516d6545614c36573576694d376d524831474a393442443272687a56447275614d744b6633423468704e396e67682f0000000000000000000000