123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945 |
- {
- "address": "0xd95be3c676EC9912df585e88619d62340BCb725b",
- "abi": [
- {
- "inputs": [
- {
- "internalType": "string",
- "name": "_name",
- "type": "string"
- },
- {
- "internalType": "string",
- "name": "_symbol",
- "type": "string"
- },
- {
- "internalType": "address",
- "name": "_endpoint",
- "type": "address"
- },
- {
- "internalType": "uint16",
- "name": "_mainEndpointId",
- "type": "uint16"
- },
- {
- "internalType": "uint256",
- "name": "_initialSupplyOnMainEndpoint",
- "type": "uint256"
- }
- ],
- "stateMutability": "nonpayable",
- "type": "constructor"
- },
- {
- "anonymous": false,
- "inputs": [
- {
- "indexed": true,
- "internalType": "address",
- "name": "owner",
- "type": "address"
- },
- {
- "indexed": true,
- "internalType": "address",
- "name": "spender",
- "type": "address"
- },
- {
- "indexed": false,
- "internalType": "uint256",
- "name": "value",
- "type": "uint256"
- }
- ],
- "name": "Approval",
- "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": false,
- "internalType": "bool",
- "name": "isPaused",
- "type": "bool"
- }
- ],
- "name": "Paused",
- "type": "event"
- },
- {
- "anonymous": false,
- "inputs": [
- {
- "indexed": false,
- "internalType": "uint16",
- "name": "srcChainId",
- "type": "uint16"
- },
- {
- "indexed": false,
- "internalType": "address",
- "name": "toAddress",
- "type": "address"
- },
- {
- "indexed": false,
- "internalType": "uint256",
- "name": "qty",
- "type": "uint256"
- },
- {
- "indexed": false,
- "internalType": "uint64",
- "name": "nonce",
- "type": "uint64"
- }
- ],
- "name": "ReceiveFromChain",
- "type": "event"
- },
- {
- "anonymous": false,
- "inputs": [
- {
- "indexed": false,
- "internalType": "uint16",
- "name": "srcChainId",
- "type": "uint16"
- },
- {
- "indexed": false,
- "internalType": "bytes",
- "name": "toAddress",
- "type": "bytes"
- },
- {
- "indexed": false,
- "internalType": "uint256",
- "name": "qty",
- "type": "uint256"
- },
- {
- "indexed": false,
- "internalType": "uint64",
- "name": "nonce",
- "type": "uint64"
- }
- ],
- "name": "SendToChain",
- "type": "event"
- },
- {
- "anonymous": false,
- "inputs": [
- {
- "indexed": true,
- "internalType": "address",
- "name": "from",
- "type": "address"
- },
- {
- "indexed": true,
- "internalType": "address",
- "name": "to",
- "type": "address"
- },
- {
- "indexed": false,
- "internalType": "uint256",
- "name": "value",
- "type": "uint256"
- }
- ],
- "name": "Transfer",
- "type": "event"
- },
- {
- "inputs": [
- {
- "internalType": "address",
- "name": "owner",
- "type": "address"
- },
- {
- "internalType": "address",
- "name": "spender",
- "type": "address"
- }
- ],
- "name": "allowance",
- "outputs": [
- {
- "internalType": "uint256",
- "name": "",
- "type": "uint256"
- }
- ],
- "stateMutability": "view",
- "type": "function"
- },
- {
- "inputs": [
- {
- "internalType": "address",
- "name": "spender",
- "type": "address"
- },
- {
- "internalType": "uint256",
- "name": "amount",
- "type": "uint256"
- }
- ],
- "name": "approve",
- "outputs": [
- {
- "internalType": "bool",
- "name": "",
- "type": "bool"
- }
- ],
- "stateMutability": "nonpayable",
- "type": "function"
- },
- {
- "inputs": [
- {
- "internalType": "address",
- "name": "account",
- "type": "address"
- }
- ],
- "name": "balanceOf",
- "outputs": [
- {
- "internalType": "uint256",
- "name": "",
- "type": "uint256"
- }
- ],
- "stateMutability": "view",
- "type": "function"
- },
- {
- "inputs": [],
- "name": "chainId",
- "outputs": [
- {
- "internalType": "uint16",
- "name": "",
- "type": "uint16"
- }
- ],
- "stateMutability": "view",
- "type": "function"
- },
- {
- "inputs": [],
- "name": "decimals",
- "outputs": [
- {
- "internalType": "uint8",
- "name": "",
- "type": "uint8"
- }
- ],
- "stateMutability": "view",
- "type": "function"
- },
- {
- "inputs": [
- {
- "internalType": "address",
- "name": "spender",
- "type": "address"
- },
- {
- "internalType": "uint256",
- "name": "subtractedValue",
- "type": "uint256"
- }
- ],
- "name": "decreaseAllowance",
- "outputs": [
- {
- "internalType": "bool",
- "name": "",
- "type": "bool"
- }
- ],
- "stateMutability": "nonpayable",
- "type": "function"
- },
- {
- "inputs": [
- {
- "internalType": "uint16",
- "name": "",
- "type": "uint16"
- }
- ],
- "name": "dstContractLookup",
- "outputs": [
- {
- "internalType": "bytes",
- "name": "",
- "type": "bytes"
- }
- ],
- "stateMutability": "view",
- "type": "function"
- },
- {
- "inputs": [],
- "name": "endpoint",
- "outputs": [
- {
- "internalType": "contract ILayerZeroEndpoint",
- "name": "",
- "type": "address"
- }
- ],
- "stateMutability": "view",
- "type": "function"
- },
- {
- "inputs": [
- {
- "internalType": "uint16",
- "name": "_dstChainId",
- "type": "uint16"
- },
- {
- "internalType": "bytes",
- "name": "_toAddress",
- "type": "bytes"
- },
- {
- "internalType": "bool",
- "name": "_useZro",
- "type": "bool"
- },
- {
- "internalType": "bytes",
- "name": "_txParameters",
- "type": "bytes"
- }
- ],
- "name": "estimateSendTokensFee",
- "outputs": [
- {
- "internalType": "uint256",
- "name": "nativeFee",
- "type": "uint256"
- },
- {
- "internalType": "uint256",
- "name": "zroFee",
- "type": "uint256"
- }
- ],
- "stateMutability": "view",
- "type": "function"
- },
- {
- "inputs": [
- {
- "internalType": "uint16",
- "name": "_srcChainId",
- "type": "uint16"
- },
- {
- "internalType": "bytes",
- "name": "_srcAddress",
- "type": "bytes"
- }
- ],
- "name": "forceResumeReceive",
- "outputs": [],
- "stateMutability": "nonpayable",
- "type": "function"
- },
- {
- "inputs": [
- {
- "internalType": "address",
- "name": "spender",
- "type": "address"
- },
- {
- "internalType": "uint256",
- "name": "addedValue",
- "type": "uint256"
- }
- ],
- "name": "increaseAllowance",
- "outputs": [
- {
- "internalType": "bool",
- "name": "",
- "type": "bool"
- }
- ],
- "stateMutability": "nonpayable",
- "type": "function"
- },
- {
- "inputs": [],
- "name": "isMain",
- "outputs": [
- {
- "internalType": "bool",
- "name": "",
- "type": "bool"
- }
- ],
- "stateMutability": "view",
- "type": "function"
- },
- {
- "inputs": [
- {
- "internalType": "uint16",
- "name": "_srcChainId",
- "type": "uint16"
- },
- {
- "internalType": "bytes",
- "name": "_fromAddress",
- "type": "bytes"
- },
- {
- "internalType": "uint64",
- "name": "_nonce",
- "type": "uint64"
- },
- {
- "internalType": "bytes",
- "name": "_payload",
- "type": "bytes"
- }
- ],
- "name": "lzReceive",
- "outputs": [],
- "stateMutability": "nonpayable",
- "type": "function"
- },
- {
- "inputs": [],
- "name": "name",
- "outputs": [
- {
- "internalType": "string",
- "name": "",
- "type": "string"
- }
- ],
- "stateMutability": "view",
- "type": "function"
- },
- {
- "inputs": [],
- "name": "owner",
- "outputs": [
- {
- "internalType": "address",
- "name": "",
- "type": "address"
- }
- ],
- "stateMutability": "view",
- "type": "function"
- },
- {
- "inputs": [
- {
- "internalType": "bool",
- "name": "_pause",
- "type": "bool"
- }
- ],
- "name": "pauseSendTokens",
- "outputs": [],
- "stateMutability": "nonpayable",
- "type": "function"
- },
- {
- "inputs": [],
- "name": "paused",
- "outputs": [
- {
- "internalType": "bool",
- "name": "",
- "type": "bool"
- }
- ],
- "stateMutability": "view",
- "type": "function"
- },
- {
- "inputs": [],
- "name": "renounceOwnership",
- "outputs": [],
- "stateMutability": "nonpayable",
- "type": "function"
- },
- {
- "inputs": [
- {
- "internalType": "uint16",
- "name": "_dstChainId",
- "type": "uint16"
- },
- {
- "internalType": "bytes",
- "name": "_to",
- "type": "bytes"
- },
- {
- "internalType": "uint256",
- "name": "_qty",
- "type": "uint256"
- },
- {
- "internalType": "address",
- "name": "_zroPaymentAddress",
- "type": "address"
- },
- {
- "internalType": "bytes",
- "name": "_adapterParam",
- "type": "bytes"
- }
- ],
- "name": "sendTokens",
- "outputs": [],
- "stateMutability": "payable",
- "type": "function"
- },
- {
- "inputs": [
- {
- "internalType": "uint16",
- "name": "_version",
- "type": "uint16"
- },
- {
- "internalType": "uint16",
- "name": "_chainId",
- "type": "uint16"
- },
- {
- "internalType": "uint256",
- "name": "_configType",
- "type": "uint256"
- },
- {
- "internalType": "bytes",
- "name": "_config",
- "type": "bytes"
- }
- ],
- "name": "setConfig",
- "outputs": [],
- "stateMutability": "nonpayable",
- "type": "function"
- },
- {
- "inputs": [
- {
- "internalType": "uint16",
- "name": "_dstChainId",
- "type": "uint16"
- },
- {
- "internalType": "bytes",
- "name": "_destinationContractAddress",
- "type": "bytes"
- }
- ],
- "name": "setDestination",
- "outputs": [],
- "stateMutability": "nonpayable",
- "type": "function"
- },
- {
- "inputs": [
- {
- "internalType": "uint16",
- "name": "_version",
- "type": "uint16"
- }
- ],
- "name": "setReceiveVersion",
- "outputs": [],
- "stateMutability": "nonpayable",
- "type": "function"
- },
- {
- "inputs": [
- {
- "internalType": "uint16",
- "name": "_version",
- "type": "uint16"
- }
- ],
- "name": "setSendVersion",
- "outputs": [],
- "stateMutability": "nonpayable",
- "type": "function"
- },
- {
- "inputs": [],
- "name": "symbol",
- "outputs": [
- {
- "internalType": "string",
- "name": "",
- "type": "string"
- }
- ],
- "stateMutability": "view",
- "type": "function"
- },
- {
- "inputs": [],
- "name": "totalSupply",
- "outputs": [
- {
- "internalType": "uint256",
- "name": "",
- "type": "uint256"
- }
- ],
- "stateMutability": "view",
- "type": "function"
- },
- {
- "inputs": [
- {
- "internalType": "address",
- "name": "recipient",
- "type": "address"
- },
- {
- "internalType": "uint256",
- "name": "amount",
- "type": "uint256"
- }
- ],
- "name": "transfer",
- "outputs": [
- {
- "internalType": "bool",
- "name": "",
- "type": "bool"
- }
- ],
- "stateMutability": "nonpayable",
- "type": "function"
- },
- {
- "inputs": [
- {
- "internalType": "address",
- "name": "sender",
- "type": "address"
- },
- {
- "internalType": "address",
- "name": "recipient",
- "type": "address"
- },
- {
- "internalType": "uint256",
- "name": "amount",
- "type": "uint256"
- }
- ],
- "name": "transferFrom",
- "outputs": [
- {
- "internalType": "bool",
- "name": "",
- "type": "bool"
- }
- ],
- "stateMutability": "nonpayable",
- "type": "function"
- },
- {
- "inputs": [
- {
- "internalType": "address",
- "name": "newOwner",
- "type": "address"
- }
- ],
- "name": "transferOwnership",
- "outputs": [],
- "stateMutability": "nonpayable",
- "type": "function"
- }
- ],
- "transactionHash": "0x1cc2f16c23ef1b27d59037b9ee920d74f17abda9e67b3e8363bf566974abcea8",
- "receipt": {
- "to": null,
- "from": "0x368715F09C1AB5E0B55bF5bA19cD887189A28DBE",
- "contractAddress": "0xd95be3c676EC9912df585e88619d62340BCb725b",
- "transactionIndex": 1,
- "gasUsed": "2243839",
- "logsBloom": "0x00000000000000000000000000000000000000000000000000800000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000004100000000000000001000008000000000000000000000000000000020000000000000000000800000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000",
- "blockHash": "0x81b10ed5abf7bb2df0e4d94aa3ada23f75250056c75bd6a7f99a7ff8ae26ddca",
- "transactionHash": "0x1cc2f16c23ef1b27d59037b9ee920d74f17abda9e67b3e8363bf566974abcea8",
- "logs": [
- {
- "transactionIndex": 1,
- "blockNumber": 7369796,
- "transactionHash": "0x1cc2f16c23ef1b27d59037b9ee920d74f17abda9e67b3e8363bf566974abcea8",
- "address": "0xd95be3c676EC9912df585e88619d62340BCb725b",
- "topics": [
- "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
- "0x0000000000000000000000000000000000000000000000000000000000000000",
- "0x000000000000000000000000368715f09c1ab5e0b55bf5ba19cd887189a28dbe"
- ],
- "data": "0x",
- "logIndex": 0,
- "blockHash": "0x81b10ed5abf7bb2df0e4d94aa3ada23f75250056c75bd6a7f99a7ff8ae26ddca"
- }
- ],
- "blockNumber": 7369796,
- "cumulativeGasUsed": "2307852",
- "status": 1,
- "byzantium": true
- },
- "args": [
- "MirrorgateToken",
- "MTG",
- "0xae92d5aD7583AD66E49A0c67BAd18F6ba52dDDc1",
- "1",
- "1000000000000000000000000000"
- ],
- "numDeployments": 1,
- "solcInputHash": "c474952dec744e7c88dc7c3d2b8d163f",
- "metadata": "{\"compiler\":{\"version\":\"0.7.6+commit.7338295f\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"string\",\"name\":\"_name\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"_symbol\",\"type\":\"string\"},{\"internalType\":\"address\",\"name\":\"_endpoint\",\"type\":\"address\"},{\"internalType\":\"uint16\",\"name\":\"_mainEndpointId\",\"type\":\"uint16\"},{\"internalType\":\"uint256\",\"name\":\"_initialSupplyOnMainEndpoint\",\"type\":\"uint256\"}],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Approval\",\"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\":false,\"internalType\":\"bool\",\"name\":\"isPaused\",\"type\":\"bool\"}],\"name\":\"Paused\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint16\",\"name\":\"srcChainId\",\"type\":\"uint16\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"toAddress\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"qty\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"nonce\",\"type\":\"uint64\"}],\"name\":\"ReceiveFromChain\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint16\",\"name\":\"srcChainId\",\"type\":\"uint16\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"toAddress\",\"type\":\"bytes\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"qty\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"nonce\",\"type\":\"uint64\"}],\"name\":\"SendToChain\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Transfer\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"owner\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"}],\"name\":\"allowance\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"approve\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"balanceOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"chainId\",\"outputs\":[{\"internalType\":\"uint16\",\"name\":\"\",\"type\":\"uint16\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"decimals\",\"outputs\":[{\"internalType\":\"uint8\",\"name\":\"\",\"type\":\"uint8\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"subtractedValue\",\"type\":\"uint256\"}],\"name\":\"decreaseAllowance\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint16\",\"name\":\"\",\"type\":\"uint16\"}],\"name\":\"dstContractLookup\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"endpoint\",\"outputs\":[{\"internalType\":\"contract ILayerZeroEndpoint\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint16\",\"name\":\"_dstChainId\",\"type\":\"uint16\"},{\"internalType\":\"bytes\",\"name\":\"_toAddress\",\"type\":\"bytes\"},{\"internalType\":\"bool\",\"name\":\"_useZro\",\"type\":\"bool\"},{\"internalType\":\"bytes\",\"name\":\"_txParameters\",\"type\":\"bytes\"}],\"name\":\"estimateSendTokensFee\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"nativeFee\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"zroFee\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint16\",\"name\":\"_srcChainId\",\"type\":\"uint16\"},{\"internalType\":\"bytes\",\"name\":\"_srcAddress\",\"type\":\"bytes\"}],\"name\":\"forceResumeReceive\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spender\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"addedValue\",\"type\":\"uint256\"}],\"name\":\"increaseAllowance\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"isMain\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint16\",\"name\":\"_srcChainId\",\"type\":\"uint16\"},{\"internalType\":\"bytes\",\"name\":\"_fromAddress\",\"type\":\"bytes\"},{\"internalType\":\"uint64\",\"name\":\"_nonce\",\"type\":\"uint64\"},{\"internalType\":\"bytes\",\"name\":\"_payload\",\"type\":\"bytes\"}],\"name\":\"lzReceive\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"name\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bool\",\"name\":\"_pause\",\"type\":\"bool\"}],\"name\":\"pauseSendTokens\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"paused\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint16\",\"name\":\"_dstChainId\",\"type\":\"uint16\"},{\"internalType\":\"bytes\",\"name\":\"_to\",\"type\":\"bytes\"},{\"internalType\":\"uint256\",\"name\":\"_qty\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"_zroPaymentAddress\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"_adapterParam\",\"type\":\"bytes\"}],\"name\":\"sendTokens\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint16\",\"name\":\"_version\",\"type\":\"uint16\"},{\"internalType\":\"uint16\",\"name\":\"_chainId\",\"type\":\"uint16\"},{\"internalType\":\"uint256\",\"name\":\"_configType\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"_config\",\"type\":\"bytes\"}],\"name\":\"setConfig\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint16\",\"name\":\"_dstChainId\",\"type\":\"uint16\"},{\"internalType\":\"bytes\",\"name\":\"_destinationContractAddress\",\"type\":\"bytes\"}],\"name\":\"setDestination\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint16\",\"name\":\"_version\",\"type\":\"uint16\"}],\"name\":\"setReceiveVersion\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint16\",\"name\":\"_version\",\"type\":\"uint16\"}],\"name\":\"setSendVersion\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"symbol\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"totalSupply\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transfer\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"transferFrom\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{\"allowance(address,address)\":{\"details\":\"See {IERC20-allowance}.\"},\"approve(address,uint256)\":{\"details\":\"See {IERC20-approve}. Requirements: - `spender` cannot be the zero address.\"},\"balanceOf(address)\":{\"details\":\"See {IERC20-balanceOf}.\"},\"decimals()\":{\"details\":\"Returns the number of decimals used to get its user representation. For example, if `decimals` equals `2`, a balance of `505` tokens should be displayed to a user as `5,05` (`505 / 10 ** 2`). Tokens usually opt for a value of 18, imitating the relationship between Ether and Wei. This is the value {ERC20} uses, unless {_setupDecimals} is called. NOTE: This information is only used for _display_ purposes: it in no way affects any of the arithmetic of the contract, including {IERC20-balanceOf} and {IERC20-transfer}.\"},\"decreaseAllowance(address,uint256)\":{\"details\":\"Atomically decreases the allowance granted to `spender` by the caller. This is an alternative to {approve} that can be used as a mitigation for problems described in {IERC20-approve}. Emits an {Approval} event indicating the updated allowance. Requirements: - `spender` cannot be the zero address. - `spender` must have allowance for the caller of at least `subtractedValue`.\"},\"increaseAllowance(address,uint256)\":{\"details\":\"Atomically increases the allowance granted to `spender` by the caller. This is an alternative to {approve} that can be used as a mitigation for problems described in {IERC20-approve}. Emits an {Approval} event indicating the updated allowance. Requirements: - `spender` cannot be the zero address.\"},\"name()\":{\"details\":\"Returns the name of the token.\"},\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"renounceOwnership()\":{\"details\":\"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions anymore. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby removing any functionality that is only available to the owner.\"},\"symbol()\":{\"details\":\"Returns the symbol of the token, usually a shorter version of the name.\"},\"totalSupply()\":{\"details\":\"See {IERC20-totalSupply}.\"},\"transfer(address,uint256)\":{\"details\":\"See {IERC20-transfer}. Requirements: - `recipient` cannot be the zero address. - the caller must have a balance of at least `amount`.\"},\"transferFrom(address,address,uint256)\":{\"details\":\"See {IERC20-transferFrom}. Emits an {Approval} event indicating the updated allowance. This is not required by the EIP. See the note at the beginning of {ERC20}. Requirements: - `sender` and `recipient` cannot be the zero address. - `sender` must have a balance of at least `amount`. - the caller must have allowance for ``sender``'s tokens of at least `amount`.\"},\"transferOwnership(address)\":{\"details\":\"Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner.\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/MirrorgateToken.sol\":\"MirrorgateToken\"},\"evmVersion\":\"istanbul\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\",\"useLiteralContent\":true},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/access/Ownable.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n\\npragma solidity ^0.7.0;\\n\\nimport \\\"../utils/Context.sol\\\";\\n/**\\n * @dev Contract module which provides a basic access control mechanism, where\\n * there is an account (an owner) that can be granted exclusive access to\\n * specific functions.\\n *\\n * By default, the owner account will be the one that deploys the contract. This\\n * can later be changed with {transferOwnership}.\\n *\\n * This module is used through inheritance. It will make available the modifier\\n * `onlyOwner`, which can be applied to your functions to restrict their use to\\n * the owner.\\n */\\nabstract contract Ownable is Context {\\n address private _owner;\\n\\n event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);\\n\\n /**\\n * @dev Initializes the contract setting the deployer as the initial owner.\\n */\\n constructor () {\\n address msgSender = _msgSender();\\n _owner = msgSender;\\n emit OwnershipTransferred(address(0), msgSender);\\n }\\n\\n /**\\n * @dev Returns the address of the current owner.\\n */\\n function owner() public view virtual returns (address) {\\n return _owner;\\n }\\n\\n /**\\n * @dev Throws if called by any account other than the owner.\\n */\\n modifier onlyOwner() {\\n require(owner() == _msgSender(), \\\"Ownable: caller is not the owner\\\");\\n _;\\n }\\n\\n /**\\n * @dev Leaves the contract without owner. It will not be possible to call\\n * `onlyOwner` functions anymore. Can only be called by the current owner.\\n *\\n * NOTE: Renouncing ownership will leave the contract without an owner,\\n * thereby removing any functionality that is only available to the owner.\\n */\\n function renounceOwnership() public virtual onlyOwner {\\n emit OwnershipTransferred(_owner, address(0));\\n _owner = address(0);\\n }\\n\\n /**\\n * @dev Transfers ownership of the contract to a new account (`newOwner`).\\n * Can only be called by the current owner.\\n */\\n function transferOwnership(address newOwner) public virtual onlyOwner {\\n require(newOwner != address(0), \\\"Ownable: new owner is the zero address\\\");\\n emit OwnershipTransferred(_owner, newOwner);\\n _owner = newOwner;\\n }\\n}\\n\",\"keccak256\":\"0x549c5343ad9f7e3f38aa4c4761854403502574bbc15b822db2ce892ff9b79da7\",\"license\":\"MIT\"},\"@openzeppelin/contracts/math/SafeMath.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n\\npragma solidity ^0.7.0;\\n\\n/**\\n * @dev Wrappers over Solidity's arithmetic operations with added overflow\\n * checks.\\n *\\n * Arithmetic operations in Solidity wrap on overflow. This can easily result\\n * in bugs, because programmers usually assume that an overflow raises an\\n * error, which is the standard behavior in high level programming languages.\\n * `SafeMath` restores this intuition by reverting the transaction when an\\n * operation overflows.\\n *\\n * Using this library instead of the unchecked operations eliminates an entire\\n * class of bugs, so it's recommended to use it always.\\n */\\nlibrary SafeMath {\\n /**\\n * @dev Returns the addition of two unsigned integers, with an overflow flag.\\n *\\n * _Available since v3.4._\\n */\\n function tryAdd(uint256 a, uint256 b) internal pure returns (bool, uint256) {\\n uint256 c = a + b;\\n if (c < a) return (false, 0);\\n return (true, c);\\n }\\n\\n /**\\n * @dev Returns the substraction of two unsigned integers, with an overflow flag.\\n *\\n * _Available since v3.4._\\n */\\n function trySub(uint256 a, uint256 b) internal pure returns (bool, uint256) {\\n if (b > a) return (false, 0);\\n return (true, a - b);\\n }\\n\\n /**\\n * @dev Returns the multiplication of two unsigned integers, with an overflow flag.\\n *\\n * _Available since v3.4._\\n */\\n function tryMul(uint256 a, uint256 b) internal pure returns (bool, uint256) {\\n // Gas optimization: this is cheaper than requiring 'a' not being zero, but the\\n // benefit is lost if 'b' is also tested.\\n // See: https://github.com/OpenZeppelin/openzeppelin-contracts/pull/522\\n if (a == 0) return (true, 0);\\n uint256 c = a * b;\\n if (c / a != b) return (false, 0);\\n return (true, c);\\n }\\n\\n /**\\n * @dev Returns the division of two unsigned integers, with a division by zero flag.\\n *\\n * _Available since v3.4._\\n */\\n function tryDiv(uint256 a, uint256 b) internal pure returns (bool, uint256) {\\n if (b == 0) return (false, 0);\\n return (true, a / b);\\n }\\n\\n /**\\n * @dev Returns the remainder of dividing two unsigned integers, with a division by zero flag.\\n *\\n * _Available since v3.4._\\n */\\n function tryMod(uint256 a, uint256 b) internal pure returns (bool, uint256) {\\n if (b == 0) return (false, 0);\\n return (true, a % b);\\n }\\n\\n /**\\n * @dev Returns the addition of two unsigned integers, reverting on\\n * overflow.\\n *\\n * Counterpart to Solidity's `+` operator.\\n *\\n * Requirements:\\n *\\n * - Addition cannot overflow.\\n */\\n function add(uint256 a, uint256 b) internal pure returns (uint256) {\\n uint256 c = a + b;\\n require(c >= a, \\\"SafeMath: addition overflow\\\");\\n return c;\\n }\\n\\n /**\\n * @dev Returns the subtraction of two unsigned integers, reverting on\\n * overflow (when the result is negative).\\n *\\n * Counterpart to Solidity's `-` operator.\\n *\\n * Requirements:\\n *\\n * - Subtraction cannot overflow.\\n */\\n function sub(uint256 a, uint256 b) internal pure returns (uint256) {\\n require(b <= a, \\\"SafeMath: subtraction overflow\\\");\\n return a - b;\\n }\\n\\n /**\\n * @dev Returns the multiplication of two unsigned integers, reverting on\\n * overflow.\\n *\\n * Counterpart to Solidity's `*` operator.\\n *\\n * Requirements:\\n *\\n * - Multiplication cannot overflow.\\n */\\n function mul(uint256 a, uint256 b) internal pure returns (uint256) {\\n if (a == 0) return 0;\\n uint256 c = a * b;\\n require(c / a == b, \\\"SafeMath: multiplication overflow\\\");\\n return c;\\n }\\n\\n /**\\n * @dev Returns the integer division of two unsigned integers, reverting on\\n * division by zero. The result is rounded towards zero.\\n *\\n * Counterpart to Solidity's `/` operator. Note: this function uses a\\n * `revert` opcode (which leaves remaining gas untouched) while Solidity\\n * uses an invalid opcode to revert (consuming all remaining gas).\\n *\\n * Requirements:\\n *\\n * - The divisor cannot be zero.\\n */\\n function div(uint256 a, uint256 b) internal pure returns (uint256) {\\n require(b > 0, \\\"SafeMath: division by zero\\\");\\n return a / b;\\n }\\n\\n /**\\n * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),\\n * reverting when dividing by zero.\\n *\\n * Counterpart to Solidity's `%` operator. This function uses a `revert`\\n * opcode (which leaves remaining gas untouched) while Solidity uses an\\n * invalid opcode to revert (consuming all remaining gas).\\n *\\n * Requirements:\\n *\\n * - The divisor cannot be zero.\\n */\\n function mod(uint256 a, uint256 b) internal pure returns (uint256) {\\n require(b > 0, \\\"SafeMath: modulo by zero\\\");\\n return a % b;\\n }\\n\\n /**\\n * @dev Returns the subtraction of two unsigned integers, reverting with custom message on\\n * overflow (when the result is negative).\\n *\\n * CAUTION: This function is deprecated because it requires allocating memory for the error\\n * message unnecessarily. For custom revert reasons use {trySub}.\\n *\\n * Counterpart to Solidity's `-` operator.\\n *\\n * Requirements:\\n *\\n * - Subtraction cannot overflow.\\n */\\n function sub(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) {\\n require(b <= a, errorMessage);\\n return a - b;\\n }\\n\\n /**\\n * @dev Returns the integer division of two unsigned integers, reverting with custom message on\\n * division by zero. The result is rounded towards zero.\\n *\\n * CAUTION: This function is deprecated because it requires allocating memory for the error\\n * message unnecessarily. For custom revert reasons use {tryDiv}.\\n *\\n * Counterpart to Solidity's `/` operator. Note: this function uses a\\n * `revert` opcode (which leaves remaining gas untouched) while Solidity\\n * uses an invalid opcode to revert (consuming all remaining gas).\\n *\\n * Requirements:\\n *\\n * - The divisor cannot be zero.\\n */\\n function div(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) {\\n require(b > 0, errorMessage);\\n return a / b;\\n }\\n\\n /**\\n * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),\\n * reverting with custom message when dividing by zero.\\n *\\n * CAUTION: This function is deprecated because it requires allocating memory for the error\\n * message unnecessarily. For custom revert reasons use {tryMod}.\\n *\\n * Counterpart to Solidity's `%` operator. This function uses a `revert`\\n * opcode (which leaves remaining gas untouched) while Solidity uses an\\n * invalid opcode to revert (consuming all remaining gas).\\n *\\n * Requirements:\\n *\\n * - The divisor cannot be zero.\\n */\\n function mod(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) {\\n require(b > 0, errorMessage);\\n return a % b;\\n }\\n}\\n\",\"keccak256\":\"0xe22a1fc7400ae196eba2ad1562d0386462b00a6363b742d55a2fd2021a58586f\",\"license\":\"MIT\"},\"@openzeppelin/contracts/token/ERC20/ERC20.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n\\npragma solidity ^0.7.0;\\n\\nimport \\\"../../utils/Context.sol\\\";\\nimport \\\"./IERC20.sol\\\";\\nimport \\\"../../math/SafeMath.sol\\\";\\n\\n/**\\n * @dev Implementation of the {IERC20} interface.\\n *\\n * This implementation is agnostic to the way tokens are created. This means\\n * that a supply mechanism has to be added in a derived contract using {_mint}.\\n * For a generic mechanism see {ERC20PresetMinterPauser}.\\n *\\n * TIP: For a detailed writeup see our guide\\n * https://forum.zeppelin.solutions/t/how-to-implement-erc20-supply-mechanisms/226[How\\n * to implement supply mechanisms].\\n *\\n * We have followed general OpenZeppelin guidelines: functions revert instead\\n * of returning `false` on failure. This behavior is nonetheless conventional\\n * and does not conflict with the expectations of ERC20 applications.\\n *\\n * Additionally, an {Approval} event is emitted on calls to {transferFrom}.\\n * This allows applications to reconstruct the allowance for all accounts just\\n * by listening to said events. Other implementations of the EIP may not emit\\n * these events, as it isn't required by the specification.\\n *\\n * Finally, the non-standard {decreaseAllowance} and {increaseAllowance}\\n * functions have been added to mitigate the well-known issues around setting\\n * allowances. See {IERC20-approve}.\\n */\\ncontract ERC20 is Context, IERC20 {\\n using SafeMath for uint256;\\n\\n mapping (address => uint256) private _balances;\\n\\n mapping (address => mapping (address => uint256)) private _allowances;\\n\\n uint256 private _totalSupply;\\n\\n string private _name;\\n string private _symbol;\\n uint8 private _decimals;\\n\\n /**\\n * @dev Sets the values for {name} and {symbol}, initializes {decimals} with\\n * a default value of 18.\\n *\\n * To select a different value for {decimals}, use {_setupDecimals}.\\n *\\n * All three of these values are immutable: they can only be set once during\\n * construction.\\n */\\n constructor (string memory name_, string memory symbol_) {\\n _name = name_;\\n _symbol = symbol_;\\n _decimals = 18;\\n }\\n\\n /**\\n * @dev Returns the name of the token.\\n */\\n function name() public view virtual returns (string memory) {\\n return _name;\\n }\\n\\n /**\\n * @dev Returns the symbol of the token, usually a shorter version of the\\n * name.\\n */\\n function symbol() public view virtual returns (string memory) {\\n return _symbol;\\n }\\n\\n /**\\n * @dev Returns the number of decimals used to get its user representation.\\n * For example, if `decimals` equals `2`, a balance of `505` tokens should\\n * be displayed to a user as `5,05` (`505 / 10 ** 2`).\\n *\\n * Tokens usually opt for a value of 18, imitating the relationship between\\n * Ether and Wei. This is the value {ERC20} uses, unless {_setupDecimals} is\\n * called.\\n *\\n * NOTE: This information is only used for _display_ purposes: it in\\n * no way affects any of the arithmetic of the contract, including\\n * {IERC20-balanceOf} and {IERC20-transfer}.\\n */\\n function decimals() public view virtual returns (uint8) {\\n return _decimals;\\n }\\n\\n /**\\n * @dev See {IERC20-totalSupply}.\\n */\\n function totalSupply() public view virtual override returns (uint256) {\\n return _totalSupply;\\n }\\n\\n /**\\n * @dev See {IERC20-balanceOf}.\\n */\\n function balanceOf(address account) public view virtual override returns (uint256) {\\n return _balances[account];\\n }\\n\\n /**\\n * @dev See {IERC20-transfer}.\\n *\\n * Requirements:\\n *\\n * - `recipient` cannot be the zero address.\\n * - the caller must have a balance of at least `amount`.\\n */\\n function transfer(address recipient, uint256 amount) public virtual override returns (bool) {\\n _transfer(_msgSender(), recipient, amount);\\n return true;\\n }\\n\\n /**\\n * @dev See {IERC20-allowance}.\\n */\\n function allowance(address owner, address spender) public view virtual override returns (uint256) {\\n return _allowances[owner][spender];\\n }\\n\\n /**\\n * @dev See {IERC20-approve}.\\n *\\n * Requirements:\\n *\\n * - `spender` cannot be the zero address.\\n */\\n function approve(address spender, uint256 amount) public virtual override returns (bool) {\\n _approve(_msgSender(), spender, amount);\\n return true;\\n }\\n\\n /**\\n * @dev See {IERC20-transferFrom}.\\n *\\n * Emits an {Approval} event indicating the updated allowance. This is not\\n * required by the EIP. See the note at the beginning of {ERC20}.\\n *\\n * Requirements:\\n *\\n * - `sender` and `recipient` cannot be the zero address.\\n * - `sender` must have a balance of at least `amount`.\\n * - the caller must have allowance for ``sender``'s tokens of at least\\n * `amount`.\\n */\\n function transferFrom(address sender, address recipient, uint256 amount) public virtual override returns (bool) {\\n _transfer(sender, recipient, amount);\\n _approve(sender, _msgSender(), _allowances[sender][_msgSender()].sub(amount, \\\"ERC20: transfer amount exceeds allowance\\\"));\\n return true;\\n }\\n\\n /**\\n * @dev Atomically increases the allowance granted to `spender` by the caller.\\n *\\n * This is an alternative to {approve} that can be used as a mitigation for\\n * problems described in {IERC20-approve}.\\n *\\n * Emits an {Approval} event indicating the updated allowance.\\n *\\n * Requirements:\\n *\\n * - `spender` cannot be the zero address.\\n */\\n function increaseAllowance(address spender, uint256 addedValue) public virtual returns (bool) {\\n _approve(_msgSender(), spender, _allowances[_msgSender()][spender].add(addedValue));\\n return true;\\n }\\n\\n /**\\n * @dev Atomically decreases the allowance granted to `spender` by the caller.\\n *\\n * This is an alternative to {approve} that can be used as a mitigation for\\n * problems described in {IERC20-approve}.\\n *\\n * Emits an {Approval} event indicating the updated allowance.\\n *\\n * Requirements:\\n *\\n * - `spender` cannot be the zero address.\\n * - `spender` must have allowance for the caller of at least\\n * `subtractedValue`.\\n */\\n function decreaseAllowance(address spender, uint256 subtractedValue) public virtual returns (bool) {\\n _approve(_msgSender(), spender, _allowances[_msgSender()][spender].sub(subtractedValue, \\\"ERC20: decreased allowance below zero\\\"));\\n return true;\\n }\\n\\n /**\\n * @dev Moves tokens `amount` from `sender` to `recipient`.\\n *\\n * This is internal function is equivalent to {transfer}, and can be used to\\n * e.g. implement automatic token fees, slashing mechanisms, etc.\\n *\\n * Emits a {Transfer} event.\\n *\\n * Requirements:\\n *\\n * - `sender` cannot be the zero address.\\n * - `recipient` cannot be the zero address.\\n * - `sender` must have a balance of at least `amount`.\\n */\\n function _transfer(address sender, address recipient, uint256 amount) internal virtual {\\n require(sender != address(0), \\\"ERC20: transfer from the zero address\\\");\\n require(recipient != address(0), \\\"ERC20: transfer to the zero address\\\");\\n\\n _beforeTokenTransfer(sender, recipient, amount);\\n\\n _balances[sender] = _balances[sender].sub(amount, \\\"ERC20: transfer amount exceeds balance\\\");\\n _balances[recipient] = _balances[recipient].add(amount);\\n emit Transfer(sender, recipient, amount);\\n }\\n\\n /** @dev Creates `amount` tokens and assigns them to `account`, increasing\\n * the total supply.\\n *\\n * Emits a {Transfer} event with `from` set to the zero address.\\n *\\n * Requirements:\\n *\\n * - `to` cannot be the zero address.\\n */\\n function _mint(address account, uint256 amount) internal virtual {\\n require(account != address(0), \\\"ERC20: mint to the zero address\\\");\\n\\n _beforeTokenTransfer(address(0), account, amount);\\n\\n _totalSupply = _totalSupply.add(amount);\\n _balances[account] = _balances[account].add(amount);\\n emit Transfer(address(0), account, amount);\\n }\\n\\n /**\\n * @dev Destroys `amount` tokens from `account`, reducing the\\n * total supply.\\n *\\n * Emits a {Transfer} event with `to` set to the zero address.\\n *\\n * Requirements:\\n *\\n * - `account` cannot be the zero address.\\n * - `account` must have at least `amount` tokens.\\n */\\n function _burn(address account, uint256 amount) internal virtual {\\n require(account != address(0), \\\"ERC20: burn from the zero address\\\");\\n\\n _beforeTokenTransfer(account, address(0), amount);\\n\\n _balances[account] = _balances[account].sub(amount, \\\"ERC20: burn amount exceeds balance\\\");\\n _totalSupply = _totalSupply.sub(amount);\\n emit Transfer(account, address(0), amount);\\n }\\n\\n /**\\n * @dev Sets `amount` as the allowance of `spender` over the `owner` s tokens.\\n *\\n * This internal function is equivalent to `approve`, and can be used to\\n * e.g. set automatic allowances for certain subsystems, etc.\\n *\\n * Emits an {Approval} event.\\n *\\n * Requirements:\\n *\\n * - `owner` cannot be the zero address.\\n * - `spender` cannot be the zero address.\\n */\\n function _approve(address owner, address spender, uint256 amount) internal virtual {\\n require(owner != address(0), \\\"ERC20: approve from the zero address\\\");\\n require(spender != address(0), \\\"ERC20: approve to the zero address\\\");\\n\\n _allowances[owner][spender] = amount;\\n emit Approval(owner, spender, amount);\\n }\\n\\n /**\\n * @dev Sets {decimals} to a value other than the default one of 18.\\n *\\n * WARNING: This function should only be called from the constructor. Most\\n * applications that interact with token contracts will not expect\\n * {decimals} to ever change, and may work incorrectly if it does.\\n */\\n function _setupDecimals(uint8 decimals_) internal virtual {\\n _decimals = decimals_;\\n }\\n\\n /**\\n * @dev Hook that is called before any transfer of tokens. This includes\\n * minting and burning.\\n *\\n * Calling conditions:\\n *\\n * - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens\\n * will be to transferred to `to`.\\n * - when `from` is zero, `amount` tokens will be minted for `to`.\\n * - when `to` is zero, `amount` of ``from``'s tokens will be burned.\\n * - `from` and `to` are never both zero.\\n *\\n * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].\\n */\\n function _beforeTokenTransfer(address from, address to, uint256 amount) internal virtual { }\\n}\\n\",\"keccak256\":\"0x36b5ca4eabe888b39b10973621ca0dcc9b1508f8d06db9ddf045d7aa7c867d4a\",\"license\":\"MIT\"},\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n\\npragma solidity ^0.7.0;\\n\\n/**\\n * @dev Interface of the ERC20 standard as defined in the EIP.\\n */\\ninterface IERC20 {\\n /**\\n * @dev Returns the amount of tokens in existence.\\n */\\n function totalSupply() external view returns (uint256);\\n\\n /**\\n * @dev Returns the amount of tokens owned by `account`.\\n */\\n function balanceOf(address account) external view returns (uint256);\\n\\n /**\\n * @dev Moves `amount` tokens from the caller's account to `recipient`.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transfer(address recipient, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Returns the remaining number of tokens that `spender` will be\\n * allowed to spend on behalf of `owner` through {transferFrom}. This is\\n * zero by default.\\n *\\n * This value changes when {approve} or {transferFrom} are called.\\n */\\n function allowance(address owner, address spender) external view returns (uint256);\\n\\n /**\\n * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * IMPORTANT: Beware that changing an allowance with this method brings the risk\\n * that someone may use both the old and the new allowance by unfortunate\\n * transaction ordering. One possible solution to mitigate this race\\n * condition is to first reduce the spender's allowance to 0 and set the\\n * desired value afterwards:\\n * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729\\n *\\n * Emits an {Approval} event.\\n */\\n function approve(address spender, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Moves `amount` tokens from `sender` to `recipient` using the\\n * allowance mechanism. `amount` is then deducted from the caller's\\n * allowance.\\n *\\n * Returns a boolean value indicating whether the operation succeeded.\\n *\\n * Emits a {Transfer} event.\\n */\\n function transferFrom(address sender, address recipient, uint256 amount) external returns (bool);\\n\\n /**\\n * @dev Emitted when `value` tokens are moved from one account (`from`) to\\n * another (`to`).\\n *\\n * Note that `value` may be zero.\\n */\\n event Transfer(address indexed from, address indexed to, uint256 value);\\n\\n /**\\n * @dev Emitted when the allowance of a `spender` for an `owner` is set by\\n * a call to {approve}. `value` is the new allowance.\\n */\\n event Approval(address indexed owner, address indexed spender, uint256 value);\\n}\\n\",\"keccak256\":\"0xbd74f587ab9b9711801baf667db1426e4a03fd2d7f15af33e0e0d0394e7cef76\",\"license\":\"MIT\"},\"@openzeppelin/contracts/utils/Context.sol\":{\"content\":\"// SPDX-License-Identifier: MIT\\n\\npragma solidity >=0.6.0 <0.8.0;\\n\\n/*\\n * @dev Provides information about the current execution context, including the\\n * sender of the transaction and its data. While these are generally available\\n * via msg.sender and msg.data, they should not be accessed in such a direct\\n * manner, since when dealing with GSN meta-transactions the account sending and\\n * paying for execution may not be the actual sender (as far as an application\\n * is concerned).\\n *\\n * This contract is only required for intermediate, library-like contracts.\\n */\\nabstract contract Context {\\n function _msgSender() internal view virtual returns (address payable) {\\n return msg.sender;\\n }\\n\\n function _msgData() internal view virtual returns (bytes memory) {\\n this; // silence state mutability warning without generating bytecode - see https://github.com/ethereum/solidity/issues/2691\\n return msg.data;\\n }\\n}\\n\",\"keccak256\":\"0x8d3cb350f04ff49cfb10aef08d87f19dcbaecc8027b0bed12f3275cd12f38cf0\",\"license\":\"MIT\"},\"contracts/MirrorgateToken.sol\":{\"content\":\"// SPDX-License-Identifier: BUSL-1.1\\r\\n\\r\\npragma solidity 0.7.6;\\r\\n\\r\\nimport \\\"./OmnichainFungibleToken.sol\\\";\\r\\n\\r\\ncontract MirrorgateToken is OmnichainFungibleToken {\\r\\n constructor(\\r\\n string memory _name,\\r\\n string memory _symbol,\\r\\n address _endpoint,\\r\\n uint16 _mainEndpointId,\\r\\n uint256 _initialSupplyOnMainEndpoint\\r\\n ) OmnichainFungibleToken(_name, _symbol, _endpoint, _mainEndpointId, _initialSupplyOnMainEndpoint) {}\\r\\n}\\r\\n\",\"keccak256\":\"0xa63c7fd93183a00705208730e515760dc4542f4f4278a7f201fa5c619594e79a\",\"license\":\"BUSL-1.1\"},\"contracts/OmnichainFungibleToken.sol\":{\"content\":\"// SPDX-License-Identifier: BUSL-1.1\\r\\n\\r\\npragma solidity 0.7.6;\\r\\n\\r\\nimport \\\"@openzeppelin/contracts/token/ERC20/ERC20.sol\\\";\\r\\nimport \\\"@openzeppelin/contracts/access/Ownable.sol\\\";\\r\\nimport \\\"./interfaces/ILayerZeroReceiver.sol\\\";\\r\\nimport \\\"./interfaces/ILayerZeroEndpoint.sol\\\";\\r\\nimport \\\"./interfaces/ILayerZeroUserApplicationConfig.sol\\\";\\r\\n\\r\\n//---------------------------------------------------------------------------\\r\\n// THIS CONTRACT IS OF BUSINESS LICENSE. CONTACT US BEFORE YOU USE IT.\\r\\n//\\r\\n// LayerZero is pushing now a new cross-chain token standard with permissive license soon\\r\\n//\\r\\n// Stay tuned for maximum cross-chain compatability of your token\\r\\n//---------------------------------------------------------------------------\\r\\ncontract OmnichainFungibleToken is ERC20, Ownable, ILayerZeroReceiver, ILayerZeroUserApplicationConfig {\\r\\n ILayerZeroEndpoint immutable public endpoint;\\r\\n mapping(uint16 => bytes) public dstContractLookup; // a map of the connected contracts\\r\\n bool public paused; // indicates cross chain transfers are paused\\r\\n bool public isMain; // indicates this contract is on the main chain\\r\\n\\r\\n event Paused(bool isPaused);\\r\\n event SendToChain(uint16 srcChainId, bytes toAddress, uint256 qty, uint64 nonce);\\r\\n event ReceiveFromChain(uint16 srcChainId, address toAddress, uint256 qty, uint64 nonce);\\r\\n\\r\\n constructor(\\r\\n string memory _name,\\r\\n string memory _symbol,\\r\\n address _endpoint,\\r\\n uint16 _mainChainId,\\r\\n uint256 _initialSupplyOnMainEndpoint\\r\\n ) ERC20(_name, _symbol) {\\r\\n // only mint the total supply on the main chain\\r\\n if (ILayerZeroEndpoint(_endpoint).getChainId() == _mainChainId) {\\r\\n _mint(msg.sender, _initialSupplyOnMainEndpoint);\\r\\n isMain = true;\\r\\n }\\r\\n // set the LayerZero endpoint\\r\\n endpoint = ILayerZeroEndpoint(_endpoint);\\r\\n }\\r\\n\\r\\n function pauseSendTokens(bool _pause) external onlyOwner {\\r\\n paused = _pause;\\r\\n emit Paused(_pause);\\r\\n }\\r\\n\\r\\n function setDestination(uint16 _dstChainId, bytes calldata _destinationContractAddress) public onlyOwner {\\r\\n dstContractLookup[_dstChainId] = _destinationContractAddress;\\r\\n }\\r\\n\\r\\n function chainId() external view returns (uint16){\\r\\n return endpoint.getChainId();\\r\\n }\\r\\n\\r\\n function sendTokens(\\r\\n uint16 _dstChainId, // send tokens to this chainId\\r\\n bytes calldata _to, // where to deliver the tokens on the destination chain\\r\\n uint256 _qty, // how many tokens to send\\r\\n address _zroPaymentAddress, // ZRO payment address\\r\\n bytes calldata _adapterParam // txParameters\\r\\n ) public payable {\\r\\n require(!paused, \\\"OFT: sendTokens() is currently paused\\\");\\r\\n\\r\\n // lock by transferring to this contract if leaving the main chain, otherwise burn\\r\\n if (isMain) {\\r\\n _transfer(msg.sender, address(this), _qty);\\r\\n } else {\\r\\n _burn(msg.sender, _qty);\\r\\n }\\r\\n\\r\\n // abi.encode() the payload with the values to send\\r\\n bytes memory payload = abi.encode(_to, _qty);\\r\\n\\r\\n // send LayerZero message\\r\\n endpoint.send{value: msg.value}(\\r\\n _dstChainId, // destination chainId\\r\\n dstContractLookup[_dstChainId], // destination UA address\\r\\n payload, // abi.encode()'ed bytes\\r\\n msg.sender, // refund address (LayerZero will refund any extra gas back to msg.sender\\r\\n _zroPaymentAddress, // 'zroPaymentAddress'\\r\\n _adapterParam // 'adapterParameters'\\r\\n );\\r\\n uint64 nonce = endpoint.getOutboundNonce(_dstChainId, address(this));\\r\\n emit SendToChain(_dstChainId, _to, _qty, nonce);\\r\\n }\\r\\n\\r\\n function lzReceive(\\r\\n uint16 _srcChainId,\\r\\n bytes memory _fromAddress,\\r\\n uint64 _nonce,\\r\\n bytes memory _payload\\r\\n ) external override {\\r\\n require(msg.sender == address(endpoint)); // lzReceive must only be called by the endpoint\\r\\n require(\\r\\n _fromAddress.length == dstContractLookup[_srcChainId].length && keccak256(_fromAddress) == keccak256(dstContractLookup[_srcChainId]),\\r\\n \\\"OFT: invalid source sending contract\\\"\\r\\n );\\r\\n\\r\\n // decode and load the toAddress\\r\\n (bytes memory _to, uint256 _qty) = abi.decode(_payload, (bytes, uint256));\\r\\n address toAddress;\\r\\n assembly { toAddress := mload(add(_to, 20)) }\\r\\n\\r\\n // if the toAddress is 0x0, burn it\\r\\n if (toAddress == address(0x0)) toAddress == address(0xdEaD);\\r\\n\\r\\n // on the main chain unlock via transfer, otherwise _mint\\r\\n if (isMain) {\\r\\n _transfer(address(this), toAddress, _qty);\\r\\n } else {\\r\\n _mint(toAddress, _qty);\\r\\n }\\r\\n\\r\\n emit ReceiveFromChain(_srcChainId, toAddress, _qty, _nonce);\\r\\n }\\r\\n\\r\\n function estimateSendTokensFee(uint16 _dstChainId, bytes calldata _toAddress, bool _useZro, bytes calldata _txParameters) external view returns (uint256 nativeFee, uint256 zroFee) {\\r\\n // mock the payload for sendTokens()\\r\\n bytes memory payload = abi.encode(_toAddress, 1);\\r\\n return endpoint.estimateFees(_dstChainId, address(this), payload, _useZro, _txParameters);\\r\\n }\\r\\n\\r\\n //---------------------------DAO CALL----------------------------------------\\r\\n // generic config for user Application\\r\\n function setConfig(\\r\\n uint16 _version,\\r\\n uint16 _chainId,\\r\\n uint256 _configType,\\r\\n bytes calldata _config\\r\\n ) external override onlyOwner {\\r\\n endpoint.setConfig(_version, _chainId, _configType, _config);\\r\\n }\\r\\n\\r\\n function setSendVersion(uint16 _version) external override onlyOwner {\\r\\n endpoint.setSendVersion(_version);\\r\\n }\\r\\n\\r\\n function setReceiveVersion(uint16 _version) external override onlyOwner {\\r\\n endpoint.setReceiveVersion(_version);\\r\\n }\\r\\n\\r\\n function forceResumeReceive(uint16 _srcChainId, bytes calldata _srcAddress) external override onlyOwner {\\r\\n endpoint.forceResumeReceive(_srcChainId, _srcAddress);\\r\\n }\\r\\n\\r\\n function renounceOwnership() public override onlyOwner {}\\r\\n}\\r\\n\",\"keccak256\":\"0xa8f71fb896a51c1e8dcf6333b6cbd993ceac7abb1d474a57128828bf2db76c1b\",\"license\":\"BUSL-1.1\"},\"contracts/interfaces/ILayerZeroEndpoint.sol\":{\"content\":\"// SPDX-License-Identifier: BUSL-1.1\\r\\n\\r\\npragma solidity >=0.5.0;\\r\\n\\r\\nimport \\\"./ILayerZeroUserApplicationConfig.sol\\\";\\r\\n\\r\\ninterface ILayerZeroEndpoint is ILayerZeroUserApplicationConfig {\\r\\n // @notice send a LayerZero message to the specified address at a LayerZero endpoint.\\r\\n // @param _dstChainId - the destination chain identifier\\r\\n // @param _destination - the address on destination chain (in bytes). address length/format may vary by chains\\r\\n // @param _payload - a custom bytes payload to send to the destination contract\\r\\n // @param _refundAddress - if the source transaction is cheaper than the amount of value passed, refund the additional amount to this address\\r\\n // @param _zroPaymentAddress - the address of the ZRO token holder who would pay for the transaction\\r\\n // @param _adapterParams - parameters for custom functionality. e.g. receive airdropped native gas from the relayer on destination\\r\\n function send(uint16 _dstChainId, bytes calldata _destination, bytes calldata _payload, address payable _refundAddress, address _zroPaymentAddress, bytes calldata _adapterParams) external payable;\\r\\n\\r\\n // @notice used by the messaging library to publish verified payload\\r\\n // @param _srcChainId - the source chain identifier\\r\\n // @param _srcAddress - the source contract (as bytes) at the source chain\\r\\n // @param _dstAddress - the address on destination chain\\r\\n // @param _nonce - the unbound message ordering nonce\\r\\n // @param _gasLimit - the gas limit for external contract execution\\r\\n // @param _payload - verified payload to send to the destination contract\\r\\n function receivePayload(uint16 _srcChainId, bytes calldata _srcAddress, address _dstAddress, uint64 _nonce, uint _gasLimit, bytes calldata _payload) external;\\r\\n\\r\\n // @notice get the inboundNonce of a receiver from a source chain which could be EVM or non-EVM chain\\r\\n // @param _srcChainId - the source chain identifier\\r\\n // @param _srcAddress - the source chain contract address\\r\\n function getInboundNonce(uint16 _srcChainId, bytes calldata _srcAddress) external view returns (uint64);\\r\\n\\r\\n // @notice get the outboundNonce from this source chain which, consequently, is always an EVM\\r\\n // @param _srcAddress - the source chain contract address\\r\\n function getOutboundNonce(uint16 _dstChainId, address _srcAddress) external view returns (uint64);\\r\\n\\r\\n // @notice gets a quote in source native gas, for the amount that send() requires to pay for message delivery\\r\\n // @param _dstChainId - the destination chain identifier\\r\\n // @param _userApplication - the user app address on this EVM chain\\r\\n // @param _payload - the custom message to send over LayerZero\\r\\n // @param _payInZRO - if false, user app pays the protocol fee in native token\\r\\n // @param _adapterParam - parameters for the adapter service, e.g. send some dust native token to dstChain\\r\\n function estimateFees(uint16 _dstChainId, address _userApplication, bytes calldata _payload, bool _payInZRO, bytes calldata _adapterParam) external view returns (uint nativeFee, uint zroFee);\\r\\n\\r\\n // @notice get this Endpoint's immutable source identifier\\r\\n function getChainId() external view returns (uint16);\\r\\n\\r\\n // @notice the interface to retry failed message on this Endpoint destination\\r\\n // @param _srcChainId - the source chain identifier\\r\\n // @param _srcAddress - the source chain contract address\\r\\n // @param _payload - the payload to be retried\\r\\n function retryPayload(uint16 _srcChainId, bytes calldata _srcAddress, bytes calldata _payload) external;\\r\\n\\r\\n // @notice query if any STORED payload (message blocking) at the endpoint.\\r\\n // @param _srcChainId - the source chain identifier\\r\\n // @param _srcAddress - the source chain contract address\\r\\n function hasStoredPayload(uint16 _srcChainId, bytes calldata _srcAddress) external view returns (bool);\\r\\n\\r\\n // @notice query if the _libraryAddress is valid for sending msgs.\\r\\n // @param _userApplication - the user app address on this EVM chain\\r\\n function getSendLibraryAddress(address _userApplication) external view returns (address);\\r\\n\\r\\n // @notice query if the _libraryAddress is valid for receiving msgs.\\r\\n // @param _userApplication - the user app address on this EVM chain\\r\\n function getReceiveLibraryAddress(address _userApplication) external view returns (address);\\r\\n\\r\\n // @notice query if the non-reentrancy guard for send() is on\\r\\n // @return true if the guard is on. false otherwise\\r\\n function isSendingPayload() external view returns (bool);\\r\\n\\r\\n // @notice query if the non-reentrancy guard for receive() is on\\r\\n // @return true if the guard is on. false otherwise\\r\\n function isReceivingPayload() external view returns (bool);\\r\\n\\r\\n // @notice get the configuration of the LayerZero messaging library of the specified version\\r\\n // @param _version - messaging library version\\r\\n // @param _chainId - the chainId for the pending config change\\r\\n // @param _userApplication - the contract address of the user application\\r\\n // @param _configType - type of configuration. every messaging library has its own convention.\\r\\n function getConfig(uint16 _version, uint16 _chainId, address _userApplication, uint _configType) external view returns (bytes memory);\\r\\n\\r\\n // @notice get the send() LayerZero messaging library version\\r\\n // @param _userApplication - the contract address of the user application\\r\\n function getSendVersion(address _userApplication) external view returns (uint16);\\r\\n\\r\\n // @notice get the lzReceive() LayerZero messaging library version\\r\\n // @param _userApplication - the contract address of the user application\\r\\n function getReceiveVersion(address _userApplication) external view returns (uint16);\\r\\n}\\r\\n\",\"keccak256\":\"0x5304d445f73fc334336fb88caa0eec207e238df582485799828fe2b100bd8343\",\"license\":\"BUSL-1.1\"},\"contracts/interfaces/ILayerZeroReceiver.sol\":{\"content\":\"// SPDX-License-Identifier: BUSL-1.1\\r\\n\\r\\npragma solidity >=0.5.0;\\r\\n\\r\\ninterface ILayerZeroReceiver {\\r\\n // @notice LayerZero endpoint will invoke this function to deliver the message on the destination\\r\\n // @param _srcChainId - the source endpoint identifier\\r\\n // @param _srcAddress - the source sending contract address from the source chain\\r\\n // @param _nonce - the ordered message nonce\\r\\n // @param _payload - the signed payload is the UA bytes has encoded to be sent\\r\\n function lzReceive(uint16 _srcChainId, bytes calldata _srcAddress, uint64 _nonce, bytes calldata _payload) external;\\r\\n}\\r\\n\",\"keccak256\":\"0xada017f02be5d557d1c8a1c89c972bf59799f82c418fe5e9a4de370f2fc9c1c1\",\"license\":\"BUSL-1.1\"},\"contracts/interfaces/ILayerZeroUserApplicationConfig.sol\":{\"content\":\"// SPDX-License-Identifier: BUSL-1.1\\r\\n\\r\\npragma solidity >=0.5.0;\\r\\n\\r\\ninterface ILayerZeroUserApplicationConfig {\\r\\n // @notice set the configuration of the LayerZero messaging library of the specified version\\r\\n // @param _version - messaging library version\\r\\n // @param _chainId - the chainId for the pending config change\\r\\n // @param _configType - type of configuration. every messaging library has its own convention.\\r\\n // @param _config - configuration in the bytes. can encode arbitrary content.\\r\\n function setConfig(uint16 _version, uint16 _chainId, uint _configType, bytes calldata _config) external;\\r\\n\\r\\n // @notice set the send() LayerZero messaging library version to _version\\r\\n // @param _version - new messaging library version\\r\\n function setSendVersion(uint16 _version) external;\\r\\n\\r\\n // @notice set the lzReceive() LayerZero messaging library version to _version\\r\\n // @param _version - new messaging library version\\r\\n function setReceiveVersion(uint16 _version) external;\\r\\n\\r\\n // @notice Only when the UA needs to resume the message flow in blocking mode and clear the stored payload\\r\\n // @param _srcChainId - the chainId of the source chain\\r\\n // @param _srcAddress - the contract address of the source contract at the source chain\\r\\n function forceResumeReceive(uint16 _srcChainId, bytes calldata _srcAddress) external;\\r\\n}\\r\\n\",\"keccak256\":\"0x3f6707ec8829588ae4eb629ca952b9b019532ce47aa01aad48bcdf9d03c72bac\",\"license\":\"BUSL-1.1\"}},\"version\":1}",
- "bytecode": "0x60a06040523480156200001157600080fd5b5060405162002b7938038062002b79833981810160405260a08110156200003757600080fd5b81019080805160405193929190846401000000008211156200005857600080fd5b9083019060208201858111156200006e57600080fd5b82516401000000008111828201881017156200008957600080fd5b82525081516020918201929091019080838360005b83811015620000b85781810151838201526020016200009e565b50505050905090810190601f168015620000e65780820380516001836020036101000a031916815260200191505b50604052602001805160405193929190846401000000008211156200010a57600080fd5b9083019060208201858111156200012057600080fd5b82516401000000008111828201881017156200013b57600080fd5b82525081516020918201929091019080838360005b838110156200016a57818101518382015260200162000150565b50505050905090810190601f168015620001985780820380516001836020036101000a031916815260200191505b5060409081526020828101519183015160609093015187519295509293508691869186918691869186918691620001d691600391908501906200048c565b508051620001ec9060049060208401906200048c565b50506005805460ff191660121790555060006200020862000312565b60058054610100600160a81b0319166101006001600160a01b03841690810291909117909155604051919250906000907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908290a3508161ffff16836001600160a01b0316633408e4706040518163ffffffff1660e01b815260040160206040518083038186803b1580156200029d57600080fd5b505afa158015620002b2573d6000803e3d6000fd5b505050506040513d6020811015620002c957600080fd5b505161ffff161415620002f257620002e2338262000316565b6007805461ff0019166101001790555b505060601b6001600160601b031916608052506200053895505050505050565b3390565b6001600160a01b03821662000372576040805162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f206164647265737300604482015290519081900360640190fd5b620003806000838362000425565b6200039c816002546200042a60201b62001dbb1790919060201c565b6002556001600160a01b03821660009081526020818152604090912054620003cf91839062001dbb6200042a821b17901c565b6001600160a01b0383166000818152602081815260408083209490945583518581529351929391927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9281900390910190a35050565b505050565b60008282018381101562000485576040805162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604482015290519081900360640190fd5b9392505050565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282620004c457600085556200050f565b82601f10620004df57805160ff19168380011785556200050f565b828001600101855582156200050f579182015b828111156200050f578251825591602001919060010190620004f2565b506200051d92915062000521565b5090565b5b808211156200051d576000815560010162000522565b60805160601c6125f66200058360003980610ac45280610e475280610f4b528061109e52806112c252806114cc52806116c4528061175952806119a25280611b0a52506125f66000f3fe6080604052600436106101b65760003560e01c8063604269d1116100ec5780639a8a05921161008a578063cbed8b9c11610064578063cbed8b9c14610989578063dd62ed3e14610a1f578063f187892214610a5a578063f2fde38b14610a86576101b6565b80639a8a0592146108eb578063a457c2d714610917578063a9059cbb14610950576101b6565b806370a08231116100c657806370a0823114610879578063715018a6146108ac5780638da5cb5b146108c157806395d89b41146108d6576101b6565b8063604269d1146107b057806360f05c7a146107c5578063706d8fff146107f3576101b6565b806327b7bbaa11610159578063395093511161013357806339509351146106ab57806342d65a8d146106e45780635c975abb1461076a5780635e280f111461077f576101b6565b806327b7bbaa146104ad5780632e15238c146105a2578063313ce56714610680576101b6565b8063095ea7b311610195578063095ea7b3146103c857806310ddb1371461041557806318160ddd1461044357806323b872dd1461046a576101b6565b80621d3567146101bb57806306fdde031461031057806307e0db171461039a575b600080fd5b3480156101c757600080fd5b5061030e600480360360808110156101de57600080fd5b61ffff8235169190810190604081016020820135600160201b81111561020357600080fd5b82018360208201111561021557600080fd5b803590602001918460018302840111600160201b8311171561023657600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929567ffffffffffffffff853516959094909350604081019250602001359050600160201b81111561029a57600080fd5b8201836020820111156102ac57600080fd5b803590602001918460018302840111600160201b831117156102cd57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550610ab9945050505050565b005b34801561031c57600080fd5b50610325610d4d565b6040805160208082528351818301528351919283929083019185019080838360005b8381101561035f578181015183820152602001610347565b50505050905090810190601f16801561038c5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b3480156103a657600080fd5b5061030e600480360360208110156103bd57600080fd5b503561ffff16610de3565b3480156103d457600080fd5b50610401600480360360408110156103eb57600080fd5b506001600160a01b038135169060200135610eca565b604080519115158252519081900360200190f35b34801561042157600080fd5b5061030e6004803603602081101561043857600080fd5b503561ffff16610ee7565b34801561044f57600080fd5b50610458610fb3565b60408051918252519081900360200190f35b34801561047657600080fd5b506104016004803603606081101561048d57600080fd5b506001600160a01b03813581169160208101359091169060400135610fb9565b3480156104b957600080fd5b50610589600480360360808110156104d057600080fd5b61ffff8235169190810190604081016020820135600160201b8111156104f557600080fd5b82018360208201111561050757600080fd5b803590602001918460018302840111600160201b8311171561052857600080fd5b919390928235151592604081019060200135600160201b81111561054b57600080fd5b82018360208201111561055d57600080fd5b803590602001918460018302840111600160201b8311171561057e57600080fd5b509092509050611040565b6040805192835260208301919091528051918290030190f35b61030e600480360360a08110156105b857600080fd5b61ffff8235169190810190604081016020820135600160201b8111156105dd57600080fd5b8201836020820111156105ef57600080fd5b803590602001918460018302840111600160201b8311171561061057600080fd5b919390928235926001600160a01b03602082013516929190606081019060400135600160201b81111561064257600080fd5b82018360208201111561065457600080fd5b803590602001918460018302840111600160201b8311171561067557600080fd5b5090925090506111fc565b34801561068c57600080fd5b506106956115d9565b6040805160ff9092168252519081900360200190f35b3480156106b757600080fd5b50610401600480360360408110156106ce57600080fd5b506001600160a01b0381351690602001356115e2565b3480156106f057600080fd5b5061030e6004803603604081101561070757600080fd5b61ffff8235169190810190604081016020820135600160201b81111561072c57600080fd5b82018360208201111561073e57600080fd5b803590602001918460018302840111600160201b8311171561075f57600080fd5b509092509050611630565b34801561077657600080fd5b5061040161174e565b34801561078b57600080fd5b50610794611757565b604080516001600160a01b039092168252519081900360200190f35b3480156107bc57600080fd5b5061040161177b565b3480156107d157600080fd5b50610325600480360360208110156107e857600080fd5b503561ffff16611789565b3480156107ff57600080fd5b5061030e6004803603604081101561081657600080fd5b61ffff8235169190810190604081016020820135600160201b81111561083b57600080fd5b82018360208201111561084d57600080fd5b803590602001918460018302840111600160201b8311171561086e57600080fd5b509092509050611824565b34801561088557600080fd5b506104586004803603602081101561089c57600080fd5b50356001600160a01b03166118aa565b3480156108b857600080fd5b5061030e6118c5565b3480156108cd57600080fd5b50610794611929565b3480156108e257600080fd5b5061032561193d565b3480156108f757600080fd5b5061090061199e565b6040805161ffff9092168252519081900360200190f35b34801561092357600080fd5b506104016004803603604081101561093a57600080fd5b506001600160a01b038135169060200135611a2a565b34801561095c57600080fd5b506104016004803603604081101561097357600080fd5b506001600160a01b038135169060200135611a92565b34801561099557600080fd5b5061030e600480360360808110156109ac57600080fd5b61ffff823581169260208101359091169160408201359190810190608081016060820135600160201b8111156109e157600080fd5b8201836020820111156109f357600080fd5b803590602001918460018302840111600160201b83111715610a1457600080fd5b509092509050611aa6565b348015610a2b57600080fd5b5061045860048036036040811015610a4257600080fd5b506001600160a01b0381358116916020013516611bd9565b348015610a6657600080fd5b5061030e60048036036020811015610a7d57600080fd5b50351515611c04565b348015610a9257600080fd5b5061030e60048036036020811015610aa957600080fd5b50356001600160a01b0316611cad565b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610aee57600080fd5b61ffff8416600090815260066020526040902054835160026000196101006001851615020190921691909104148015610baf5750600660008561ffff1661ffff1681526020019081526020016000206040518082805460018160011615610100020316600290048015610b985780601f10610b76576101008083540402835291820191610b98565b820191906000526020600020905b815481529060010190602001808311610b84575b505091505060405180910390208380519060200120145b610bea5760405162461bcd60e51b81526004018080602001828103825260248152602001806124116024913960400191505060405180910390fd5b600080828060200190516040811015610c0257600080fd5b8101908080516040519392919084600160201b821115610c2157600080fd5b908301906020820185811115610c3657600080fd5b8251600160201b811182820188101715610c4f57600080fd5b82525081516020918201929091019080838360005b83811015610c7c578181015183820152602001610c64565b50505050905090810190601f168015610ca95780820380516001836020036101000a031916815260200191505b506040526020015160148401519395509350505060075460ff6101009091041615610cde57610cd9308284611e1c565b610ce8565b610ce88183611f77565b6040805161ffff891681526001600160a01b038316602082015280820184905267ffffffffffffffff8716606082015290517fd4d39d20f72eabd06c301e516d54653dfc9116de62c1d54bf1cb48cf3b42a7db9181900360800190a150505050505050565b60038054604080516020601f6002600019610100600188161502019095169490940493840181900481028201810190925282815260609390929091830182828015610dd95780601f10610dae57610100808354040283529160200191610dd9565b820191906000526020600020905b815481529060010190602001808311610dbc57829003601f168201915b5050505050905090565b610deb612067565b6001600160a01b0316610dfc611929565b6001600160a01b031614610e45576040805162461bcd60e51b815260206004820181905260248201526000805160206124ed833981519152604482015290519081900360640190fd5b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166307e0db17826040518263ffffffff1660e01b8152600401808261ffff168152602001915050600060405180830381600087803b158015610eaf57600080fd5b505af1158015610ec3573d6000803e3d6000fd5b5050505050565b6000610ede610ed7612067565b848461206b565b50600192915050565b610eef612067565b6001600160a01b0316610f00611929565b6001600160a01b031614610f49576040805162461bcd60e51b815260206004820181905260248201526000805160206124ed833981519152604482015290519081900360640190fd5b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166310ddb137826040518263ffffffff1660e01b8152600401808261ffff168152602001915050600060405180830381600087803b158015610eaf57600080fd5b60025490565b6000610fc6848484611e1c565b61103684610fd2612067565b611031856040518060600160405280602881526020016124c5602891396001600160a01b038a16600090815260016020526040812090611010612067565b6001600160a01b031681526020810191909152604001600020549190612157565b61206b565b5060019392505050565b60008060008787600160405160200180806020018381526020018281038252858582818152602001925080828437600081840152601f19601f82011690508083019250505094505050505060405160208183030381529060405290507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166340a7bb108a30848a8a8a6040518763ffffffff1660e01b8152600401808761ffff168152602001866001600160a01b0316815260200180602001851515815260200180602001838103835287818151815260200191508051906020019080838360005b8381101561114257818101518382015260200161112a565b50505050905090810190601f16801561116f5780820380516001836020036101000a031916815260200191505b508381038252848152602001858580828437600081840152601f19601f82011690508083019250505098505050505050505050604080518083038186803b1580156111b957600080fd5b505afa1580156111cd573d6000803e3d6000fd5b505050506040513d60408110156111e357600080fd5b508051602090910151909a909950975050505050505050565b60075460ff161561123e5760405162461bcd60e51b815260040180806020018281038252602581526020018061252e6025913960400191505060405180910390fd5b600754610100900460ff161561125e57611259333086611e1c565b611268565b61126833856121ee565b600086868660405160200180806020018381526020018281038252858582818152602001925080828437600081840152601f19601f82011690508083019250505094505050505060405160208183030381529060405290507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663c5803100348a600660008d61ffff1661ffff16815260200190815260200160002085338a8a8a6040518963ffffffff1660e01b8152600401808861ffff1681526020018060200180602001876001600160a01b03168152602001866001600160a01b031681526020018060200184810384528a8181546001816001161561010002031660029004815260200191508054600181600116156101000203166002900480156113d95780601f106113ae576101008083540402835291602001916113d9565b820191906000526020600020905b8154815290600101906020018083116113bc57829003601f168201915b505084810383528951815289516020918201918b019080838360005b8381101561140d5781810151838201526020016113f5565b50505050905090810190601f16801561143a5780820380516001836020036101000a031916815260200191505b508481038252858152602001868680828437600081840152601f19601f8201169050808301925050509a50505050505050505050506000604051808303818588803b15801561148857600080fd5b505af115801561149c573d6000803e3d6000fd5b505060408051630f428ae960e31b815261ffff8d1660048201523060248201529051600094506001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169350637a14574892506044808301926020929190829003018186803b15801561151457600080fd5b505afa158015611528573d6000803e3d6000fd5b505050506040513d602081101561153e57600080fd5b50516040805161ffff8c16815290810188905267ffffffffffffffff821660608201526080602082018181529082018a90529192507fef1c12e81f50500a9877e43d6690ac985d26149831e5b1aacc13c404acbca077918b918b918b918b9187919060a08201868680828437600083820152604051601f909101601f19169092018290039850909650505050505050a1505050505050505050565b60055460ff1690565b6000610ede6115ef612067565b846110318560016000611600612067565b6001600160a01b03908116825260208083019390935260409182016000908120918c168152925290205490611dbb565b611638612067565b6001600160a01b0316611649611929565b6001600160a01b031614611692576040805162461bcd60e51b815260206004820181905260248201526000805160206124ed833981519152604482015290519081900360640190fd5b604080516342d65a8d60e01b815261ffff85166004820190815260248201928352604482018490526001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016926342d65a8d92879287928792606401848480828437600081840152601f19601f820116905080830192505050945050505050600060405180830381600087803b15801561173157600080fd5b505af1158015611745573d6000803e3d6000fd5b50505050505050565b60075460ff1681565b7f000000000000000000000000000000000000000000000000000000000000000081565b600754610100900460ff1681565b60066020908152600091825260409182902080548351601f60026000196101006001861615020190931692909204918201849004840281018401909452808452909183018282801561181c5780601f106117f15761010080835404028352916020019161181c565b820191906000526020600020905b8154815290600101906020018083116117ff57829003601f168201915b505050505081565b61182c612067565b6001600160a01b031661183d611929565b6001600160a01b031614611886576040805162461bcd60e51b815260206004820181905260248201526000805160206124ed833981519152604482015290519081900360640190fd5b61ffff831660009081526006602052604090206118a490838361234c565b50505050565b6001600160a01b031660009081526020819052604090205490565b6118cd612067565b6001600160a01b03166118de611929565b6001600160a01b031614611927576040805162461bcd60e51b815260206004820181905260248201526000805160206124ed833981519152604482015290519081900360640190fd5b565b60055461010090046001600160a01b031690565b60048054604080516020601f6002600019610100600188161502019095169490940493840181900481028201810190925282815260609390929091830182828015610dd95780601f10610dae57610100808354040283529160200191610dd9565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316633408e4706040518163ffffffff1660e01b815260040160206040518083038186803b1580156119f957600080fd5b505afa158015611a0d573d6000803e3d6000fd5b505050506040513d6020811015611a2357600080fd5b5051905090565b6000610ede611a37612067565b846110318560405180606001604052806025815260200161259c6025913960016000611a61612067565b6001600160a01b03908116825260208083019390935260409182016000908120918d16815292529020549190612157565b6000610ede611a9f612067565b8484611e1c565b611aae612067565b6001600160a01b0316611abf611929565b6001600160a01b031614611b08576040805162461bcd60e51b815260206004820181905260248201526000805160206124ed833981519152604482015290519081900360640190fd5b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663cbed8b9c86868686866040518663ffffffff1660e01b8152600401808661ffff1681526020018561ffff168152602001848152602001806020018281038252848482818152602001925080828437600081840152601f19601f8201169050808301925050509650505050505050600060405180830381600087803b158015611bba57600080fd5b505af1158015611bce573d6000803e3d6000fd5b505050505050505050565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b611c0c612067565b6001600160a01b0316611c1d611929565b6001600160a01b031614611c66576040805162461bcd60e51b815260206004820181905260248201526000805160206124ed833981519152604482015290519081900360640190fd5b6007805482151560ff19909116811790915560408051918252517f0e2fb031ee032dc02d8011dc50b816eb450cf856abd8261680dac74f72165bd29181900360200190a150565b611cb5612067565b6001600160a01b0316611cc6611929565b6001600160a01b031614611d0f576040805162461bcd60e51b815260206004820181905260248201526000805160206124ed833981519152604482015290519081900360640190fd5b6001600160a01b038116611d545760405162461bcd60e51b81526004018080602001828103825260268152602001806124576026913960400191505060405180910390fd5b6005546040516001600160a01b0380841692610100900416907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a3600580546001600160a01b0390921661010002610100600160a81b0319909216919091179055565b600082820183811015611e15576040805162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604482015290519081900360640190fd5b9392505050565b6001600160a01b038316611e615760405162461bcd60e51b81526004018080602001828103825260258152602001806125536025913960400191505060405180910390fd5b6001600160a01b038216611ea65760405162461bcd60e51b81526004018080602001828103825260238152602001806123ee6023913960400191505060405180910390fd5b611eb18383836122ea565b611eee8160405180606001604052806026815260200161249f602691396001600160a01b0386166000908152602081905260409020549190612157565b6001600160a01b038085166000908152602081905260408082209390935590841681522054611f1d9082611dbb565b6001600160a01b038084166000818152602081815260409182902094909455805185815290519193928716927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef92918290030190a3505050565b6001600160a01b038216611fd2576040805162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f206164647265737300604482015290519081900360640190fd5b611fde600083836122ea565b600254611feb9082611dbb565b6002556001600160a01b0382166000908152602081905260409020546120119082611dbb565b6001600160a01b0383166000818152602081815260408083209490945583518581529351929391927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9281900390910190a35050565b3390565b6001600160a01b0383166120b05760405162461bcd60e51b81526004018080602001828103825260248152602001806125786024913960400191505060405180910390fd5b6001600160a01b0382166120f55760405162461bcd60e51b815260040180806020018281038252602281526020018061247d6022913960400191505060405180910390fd5b6001600160a01b03808416600081815260016020908152604080832094871680845294825291829020859055815185815291517f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9259281900390910190a3505050565b600081848411156121e65760405162461bcd60e51b81526004018080602001828103825283818151815260200191508051906020019080838360005b838110156121ab578181015183820152602001612193565b50505050905090810190601f1680156121d85780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b505050900390565b6001600160a01b0382166122335760405162461bcd60e51b815260040180806020018281038252602181526020018061250d6021913960400191505060405180910390fd5b61223f826000836122ea565b61227c81604051806060016040528060228152602001612435602291396001600160a01b0385166000908152602081905260409020549190612157565b6001600160a01b0383166000908152602081905260409020556002546122a290826122ef565b6002556040805182815290516000916001600160a01b038516917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9181900360200190a35050565b505050565b600082821115612346576040805162461bcd60e51b815260206004820152601e60248201527f536166654d6174683a207375627472616374696f6e206f766572666c6f770000604482015290519081900360640190fd5b50900390565b828054600181600116156101000203166002900490600052602060002090601f01602090048101928261238257600085556123c8565b82601f1061239b5782800160ff198235161785556123c8565b828001600101855582156123c8579182015b828111156123c85782358255916020019190600101906123ad565b506123d49291506123d8565b5090565b5b808211156123d457600081556001016123d956fe45524332303a207472616e7366657220746f20746865207a65726f20616464726573734f46543a20696e76616c696420736f757263652073656e64696e6720636f6e747261637445524332303a206275726e20616d6f756e7420657863656564732062616c616e63654f776e61626c653a206e6577206f776e657220697320746865207a65726f206164647265737345524332303a20617070726f766520746f20746865207a65726f206164647265737345524332303a207472616e7366657220616d6f756e7420657863656564732062616c616e636545524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e63654f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657245524332303a206275726e2066726f6d20746865207a65726f20616464726573734f46543a2073656e64546f6b656e7328292069732063757272656e746c792070617573656445524332303a207472616e736665722066726f6d20746865207a65726f206164647265737345524332303a20617070726f76652066726f6d20746865207a65726f206164647265737345524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726fa2646970667358221220636eab9e9bdc440fe7cd8f04cf5a8cddcff8e0abab376986f29544aa7af5982064736f6c63430007060033",
- "deployedBytecode": "0x6080604052600436106101b65760003560e01c8063604269d1116100ec5780639a8a05921161008a578063cbed8b9c11610064578063cbed8b9c14610989578063dd62ed3e14610a1f578063f187892214610a5a578063f2fde38b14610a86576101b6565b80639a8a0592146108eb578063a457c2d714610917578063a9059cbb14610950576101b6565b806370a08231116100c657806370a0823114610879578063715018a6146108ac5780638da5cb5b146108c157806395d89b41146108d6576101b6565b8063604269d1146107b057806360f05c7a146107c5578063706d8fff146107f3576101b6565b806327b7bbaa11610159578063395093511161013357806339509351146106ab57806342d65a8d146106e45780635c975abb1461076a5780635e280f111461077f576101b6565b806327b7bbaa146104ad5780632e15238c146105a2578063313ce56714610680576101b6565b8063095ea7b311610195578063095ea7b3146103c857806310ddb1371461041557806318160ddd1461044357806323b872dd1461046a576101b6565b80621d3567146101bb57806306fdde031461031057806307e0db171461039a575b600080fd5b3480156101c757600080fd5b5061030e600480360360808110156101de57600080fd5b61ffff8235169190810190604081016020820135600160201b81111561020357600080fd5b82018360208201111561021557600080fd5b803590602001918460018302840111600160201b8311171561023657600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929567ffffffffffffffff853516959094909350604081019250602001359050600160201b81111561029a57600080fd5b8201836020820111156102ac57600080fd5b803590602001918460018302840111600160201b831117156102cd57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550610ab9945050505050565b005b34801561031c57600080fd5b50610325610d4d565b6040805160208082528351818301528351919283929083019185019080838360005b8381101561035f578181015183820152602001610347565b50505050905090810190601f16801561038c5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b3480156103a657600080fd5b5061030e600480360360208110156103bd57600080fd5b503561ffff16610de3565b3480156103d457600080fd5b50610401600480360360408110156103eb57600080fd5b506001600160a01b038135169060200135610eca565b604080519115158252519081900360200190f35b34801561042157600080fd5b5061030e6004803603602081101561043857600080fd5b503561ffff16610ee7565b34801561044f57600080fd5b50610458610fb3565b60408051918252519081900360200190f35b34801561047657600080fd5b506104016004803603606081101561048d57600080fd5b506001600160a01b03813581169160208101359091169060400135610fb9565b3480156104b957600080fd5b50610589600480360360808110156104d057600080fd5b61ffff8235169190810190604081016020820135600160201b8111156104f557600080fd5b82018360208201111561050757600080fd5b803590602001918460018302840111600160201b8311171561052857600080fd5b919390928235151592604081019060200135600160201b81111561054b57600080fd5b82018360208201111561055d57600080fd5b803590602001918460018302840111600160201b8311171561057e57600080fd5b509092509050611040565b6040805192835260208301919091528051918290030190f35b61030e600480360360a08110156105b857600080fd5b61ffff8235169190810190604081016020820135600160201b8111156105dd57600080fd5b8201836020820111156105ef57600080fd5b803590602001918460018302840111600160201b8311171561061057600080fd5b919390928235926001600160a01b03602082013516929190606081019060400135600160201b81111561064257600080fd5b82018360208201111561065457600080fd5b803590602001918460018302840111600160201b8311171561067557600080fd5b5090925090506111fc565b34801561068c57600080fd5b506106956115d9565b6040805160ff9092168252519081900360200190f35b3480156106b757600080fd5b50610401600480360360408110156106ce57600080fd5b506001600160a01b0381351690602001356115e2565b3480156106f057600080fd5b5061030e6004803603604081101561070757600080fd5b61ffff8235169190810190604081016020820135600160201b81111561072c57600080fd5b82018360208201111561073e57600080fd5b803590602001918460018302840111600160201b8311171561075f57600080fd5b509092509050611630565b34801561077657600080fd5b5061040161174e565b34801561078b57600080fd5b50610794611757565b604080516001600160a01b039092168252519081900360200190f35b3480156107bc57600080fd5b5061040161177b565b3480156107d157600080fd5b50610325600480360360208110156107e857600080fd5b503561ffff16611789565b3480156107ff57600080fd5b5061030e6004803603604081101561081657600080fd5b61ffff8235169190810190604081016020820135600160201b81111561083b57600080fd5b82018360208201111561084d57600080fd5b803590602001918460018302840111600160201b8311171561086e57600080fd5b509092509050611824565b34801561088557600080fd5b506104586004803603602081101561089c57600080fd5b50356001600160a01b03166118aa565b3480156108b857600080fd5b5061030e6118c5565b3480156108cd57600080fd5b50610794611929565b3480156108e257600080fd5b5061032561193d565b3480156108f757600080fd5b5061090061199e565b6040805161ffff9092168252519081900360200190f35b34801561092357600080fd5b506104016004803603604081101561093a57600080fd5b506001600160a01b038135169060200135611a2a565b34801561095c57600080fd5b506104016004803603604081101561097357600080fd5b506001600160a01b038135169060200135611a92565b34801561099557600080fd5b5061030e600480360360808110156109ac57600080fd5b61ffff823581169260208101359091169160408201359190810190608081016060820135600160201b8111156109e157600080fd5b8201836020820111156109f357600080fd5b803590602001918460018302840111600160201b83111715610a1457600080fd5b509092509050611aa6565b348015610a2b57600080fd5b5061045860048036036040811015610a4257600080fd5b506001600160a01b0381358116916020013516611bd9565b348015610a6657600080fd5b5061030e60048036036020811015610a7d57600080fd5b50351515611c04565b348015610a9257600080fd5b5061030e60048036036020811015610aa957600080fd5b50356001600160a01b0316611cad565b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610aee57600080fd5b61ffff8416600090815260066020526040902054835160026000196101006001851615020190921691909104148015610baf5750600660008561ffff1661ffff1681526020019081526020016000206040518082805460018160011615610100020316600290048015610b985780601f10610b76576101008083540402835291820191610b98565b820191906000526020600020905b815481529060010190602001808311610b84575b505091505060405180910390208380519060200120145b610bea5760405162461bcd60e51b81526004018080602001828103825260248152602001806124116024913960400191505060405180910390fd5b600080828060200190516040811015610c0257600080fd5b8101908080516040519392919084600160201b821115610c2157600080fd5b908301906020820185811115610c3657600080fd5b8251600160201b811182820188101715610c4f57600080fd5b82525081516020918201929091019080838360005b83811015610c7c578181015183820152602001610c64565b50505050905090810190601f168015610ca95780820380516001836020036101000a031916815260200191505b506040526020015160148401519395509350505060075460ff6101009091041615610cde57610cd9308284611e1c565b610ce8565b610ce88183611f77565b6040805161ffff891681526001600160a01b038316602082015280820184905267ffffffffffffffff8716606082015290517fd4d39d20f72eabd06c301e516d54653dfc9116de62c1d54bf1cb48cf3b42a7db9181900360800190a150505050505050565b60038054604080516020601f6002600019610100600188161502019095169490940493840181900481028201810190925282815260609390929091830182828015610dd95780601f10610dae57610100808354040283529160200191610dd9565b820191906000526020600020905b815481529060010190602001808311610dbc57829003601f168201915b5050505050905090565b610deb612067565b6001600160a01b0316610dfc611929565b6001600160a01b031614610e45576040805162461bcd60e51b815260206004820181905260248201526000805160206124ed833981519152604482015290519081900360640190fd5b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166307e0db17826040518263ffffffff1660e01b8152600401808261ffff168152602001915050600060405180830381600087803b158015610eaf57600080fd5b505af1158015610ec3573d6000803e3d6000fd5b5050505050565b6000610ede610ed7612067565b848461206b565b50600192915050565b610eef612067565b6001600160a01b0316610f00611929565b6001600160a01b031614610f49576040805162461bcd60e51b815260206004820181905260248201526000805160206124ed833981519152604482015290519081900360640190fd5b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166310ddb137826040518263ffffffff1660e01b8152600401808261ffff168152602001915050600060405180830381600087803b158015610eaf57600080fd5b60025490565b6000610fc6848484611e1c565b61103684610fd2612067565b611031856040518060600160405280602881526020016124c5602891396001600160a01b038a16600090815260016020526040812090611010612067565b6001600160a01b031681526020810191909152604001600020549190612157565b61206b565b5060019392505050565b60008060008787600160405160200180806020018381526020018281038252858582818152602001925080828437600081840152601f19601f82011690508083019250505094505050505060405160208183030381529060405290507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166340a7bb108a30848a8a8a6040518763ffffffff1660e01b8152600401808761ffff168152602001866001600160a01b0316815260200180602001851515815260200180602001838103835287818151815260200191508051906020019080838360005b8381101561114257818101518382015260200161112a565b50505050905090810190601f16801561116f5780820380516001836020036101000a031916815260200191505b508381038252848152602001858580828437600081840152601f19601f82011690508083019250505098505050505050505050604080518083038186803b1580156111b957600080fd5b505afa1580156111cd573d6000803e3d6000fd5b505050506040513d60408110156111e357600080fd5b508051602090910151909a909950975050505050505050565b60075460ff161561123e5760405162461bcd60e51b815260040180806020018281038252602581526020018061252e6025913960400191505060405180910390fd5b600754610100900460ff161561125e57611259333086611e1c565b611268565b61126833856121ee565b600086868660405160200180806020018381526020018281038252858582818152602001925080828437600081840152601f19601f82011690508083019250505094505050505060405160208183030381529060405290507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663c5803100348a600660008d61ffff1661ffff16815260200190815260200160002085338a8a8a6040518963ffffffff1660e01b8152600401808861ffff1681526020018060200180602001876001600160a01b03168152602001866001600160a01b031681526020018060200184810384528a8181546001816001161561010002031660029004815260200191508054600181600116156101000203166002900480156113d95780601f106113ae576101008083540402835291602001916113d9565b820191906000526020600020905b8154815290600101906020018083116113bc57829003601f168201915b505084810383528951815289516020918201918b019080838360005b8381101561140d5781810151838201526020016113f5565b50505050905090810190601f16801561143a5780820380516001836020036101000a031916815260200191505b508481038252858152602001868680828437600081840152601f19601f8201169050808301925050509a50505050505050505050506000604051808303818588803b15801561148857600080fd5b505af115801561149c573d6000803e3d6000fd5b505060408051630f428ae960e31b815261ffff8d1660048201523060248201529051600094506001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169350637a14574892506044808301926020929190829003018186803b15801561151457600080fd5b505afa158015611528573d6000803e3d6000fd5b505050506040513d602081101561153e57600080fd5b50516040805161ffff8c16815290810188905267ffffffffffffffff821660608201526080602082018181529082018a90529192507fef1c12e81f50500a9877e43d6690ac985d26149831e5b1aacc13c404acbca077918b918b918b918b9187919060a08201868680828437600083820152604051601f909101601f19169092018290039850909650505050505050a1505050505050505050565b60055460ff1690565b6000610ede6115ef612067565b846110318560016000611600612067565b6001600160a01b03908116825260208083019390935260409182016000908120918c168152925290205490611dbb565b611638612067565b6001600160a01b0316611649611929565b6001600160a01b031614611692576040805162461bcd60e51b815260206004820181905260248201526000805160206124ed833981519152604482015290519081900360640190fd5b604080516342d65a8d60e01b815261ffff85166004820190815260248201928352604482018490526001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016926342d65a8d92879287928792606401848480828437600081840152601f19601f820116905080830192505050945050505050600060405180830381600087803b15801561173157600080fd5b505af1158015611745573d6000803e3d6000fd5b50505050505050565b60075460ff1681565b7f000000000000000000000000000000000000000000000000000000000000000081565b600754610100900460ff1681565b60066020908152600091825260409182902080548351601f60026000196101006001861615020190931692909204918201849004840281018401909452808452909183018282801561181c5780601f106117f15761010080835404028352916020019161181c565b820191906000526020600020905b8154815290600101906020018083116117ff57829003601f168201915b505050505081565b61182c612067565b6001600160a01b031661183d611929565b6001600160a01b031614611886576040805162461bcd60e51b815260206004820181905260248201526000805160206124ed833981519152604482015290519081900360640190fd5b61ffff831660009081526006602052604090206118a490838361234c565b50505050565b6001600160a01b031660009081526020819052604090205490565b6118cd612067565b6001600160a01b03166118de611929565b6001600160a01b031614611927576040805162461bcd60e51b815260206004820181905260248201526000805160206124ed833981519152604482015290519081900360640190fd5b565b60055461010090046001600160a01b031690565b60048054604080516020601f6002600019610100600188161502019095169490940493840181900481028201810190925282815260609390929091830182828015610dd95780601f10610dae57610100808354040283529160200191610dd9565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316633408e4706040518163ffffffff1660e01b815260040160206040518083038186803b1580156119f957600080fd5b505afa158015611a0d573d6000803e3d6000fd5b505050506040513d6020811015611a2357600080fd5b5051905090565b6000610ede611a37612067565b846110318560405180606001604052806025815260200161259c6025913960016000611a61612067565b6001600160a01b03908116825260208083019390935260409182016000908120918d16815292529020549190612157565b6000610ede611a9f612067565b8484611e1c565b611aae612067565b6001600160a01b0316611abf611929565b6001600160a01b031614611b08576040805162461bcd60e51b815260206004820181905260248201526000805160206124ed833981519152604482015290519081900360640190fd5b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663cbed8b9c86868686866040518663ffffffff1660e01b8152600401808661ffff1681526020018561ffff168152602001848152602001806020018281038252848482818152602001925080828437600081840152601f19601f8201169050808301925050509650505050505050600060405180830381600087803b158015611bba57600080fd5b505af1158015611bce573d6000803e3d6000fd5b505050505050505050565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b611c0c612067565b6001600160a01b0316611c1d611929565b6001600160a01b031614611c66576040805162461bcd60e51b815260206004820181905260248201526000805160206124ed833981519152604482015290519081900360640190fd5b6007805482151560ff19909116811790915560408051918252517f0e2fb031ee032dc02d8011dc50b816eb450cf856abd8261680dac74f72165bd29181900360200190a150565b611cb5612067565b6001600160a01b0316611cc6611929565b6001600160a01b031614611d0f576040805162461bcd60e51b815260206004820181905260248201526000805160206124ed833981519152604482015290519081900360640190fd5b6001600160a01b038116611d545760405162461bcd60e51b81526004018080602001828103825260268152602001806124576026913960400191505060405180910390fd5b6005546040516001600160a01b0380841692610100900416907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a3600580546001600160a01b0390921661010002610100600160a81b0319909216919091179055565b600082820183811015611e15576040805162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604482015290519081900360640190fd5b9392505050565b6001600160a01b038316611e615760405162461bcd60e51b81526004018080602001828103825260258152602001806125536025913960400191505060405180910390fd5b6001600160a01b038216611ea65760405162461bcd60e51b81526004018080602001828103825260238152602001806123ee6023913960400191505060405180910390fd5b611eb18383836122ea565b611eee8160405180606001604052806026815260200161249f602691396001600160a01b0386166000908152602081905260409020549190612157565b6001600160a01b038085166000908152602081905260408082209390935590841681522054611f1d9082611dbb565b6001600160a01b038084166000818152602081815260409182902094909455805185815290519193928716927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef92918290030190a3505050565b6001600160a01b038216611fd2576040805162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f206164647265737300604482015290519081900360640190fd5b611fde600083836122ea565b600254611feb9082611dbb565b6002556001600160a01b0382166000908152602081905260409020546120119082611dbb565b6001600160a01b0383166000818152602081815260408083209490945583518581529351929391927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9281900390910190a35050565b3390565b6001600160a01b0383166120b05760405162461bcd60e51b81526004018080602001828103825260248152602001806125786024913960400191505060405180910390fd5b6001600160a01b0382166120f55760405162461bcd60e51b815260040180806020018281038252602281526020018061247d6022913960400191505060405180910390fd5b6001600160a01b03808416600081815260016020908152604080832094871680845294825291829020859055815185815291517f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9259281900390910190a3505050565b600081848411156121e65760405162461bcd60e51b81526004018080602001828103825283818151815260200191508051906020019080838360005b838110156121ab578181015183820152602001612193565b50505050905090810190601f1680156121d85780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b505050900390565b6001600160a01b0382166122335760405162461bcd60e51b815260040180806020018281038252602181526020018061250d6021913960400191505060405180910390fd5b61223f826000836122ea565b61227c81604051806060016040528060228152602001612435602291396001600160a01b0385166000908152602081905260409020549190612157565b6001600160a01b0383166000908152602081905260409020556002546122a290826122ef565b6002556040805182815290516000916001600160a01b038516917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9181900360200190a35050565b505050565b600082821115612346576040805162461bcd60e51b815260206004820152601e60248201527f536166654d6174683a207375627472616374696f6e206f766572666c6f770000604482015290519081900360640190fd5b50900390565b828054600181600116156101000203166002900490600052602060002090601f01602090048101928261238257600085556123c8565b82601f1061239b5782800160ff198235161785556123c8565b828001600101855582156123c8579182015b828111156123c85782358255916020019190600101906123ad565b506123d49291506123d8565b5090565b5b808211156123d457600081556001016123d956fe45524332303a207472616e7366657220746f20746865207a65726f20616464726573734f46543a20696e76616c696420736f757263652073656e64696e6720636f6e747261637445524332303a206275726e20616d6f756e7420657863656564732062616c616e63654f776e61626c653a206e6577206f776e657220697320746865207a65726f206164647265737345524332303a20617070726f766520746f20746865207a65726f206164647265737345524332303a207472616e7366657220616d6f756e7420657863656564732062616c616e636545524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e63654f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657245524332303a206275726e2066726f6d20746865207a65726f20616464726573734f46543a2073656e64546f6b656e7328292069732063757272656e746c792070617573656445524332303a207472616e736665722066726f6d20746865207a65726f206164647265737345524332303a20617070726f76652066726f6d20746865207a65726f206164647265737345524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726fa2646970667358221220636eab9e9bdc440fe7cd8f04cf5a8cddcff8e0abab376986f29544aa7af5982064736f6c63430007060033",
- "devdoc": {
- "kind": "dev",
- "methods": {
- "allowance(address,address)": {
- "details": "See {IERC20-allowance}."
- },
- "approve(address,uint256)": {
- "details": "See {IERC20-approve}. Requirements: - `spender` cannot be the zero address."
- },
- "balanceOf(address)": {
- "details": "See {IERC20-balanceOf}."
- },
- "decimals()": {
- "details": "Returns the number of decimals used to get its user representation. For example, if `decimals` equals `2`, a balance of `505` tokens should be displayed to a user as `5,05` (`505 / 10 ** 2`). Tokens usually opt for a value of 18, imitating the relationship between Ether and Wei. This is the value {ERC20} uses, unless {_setupDecimals} is called. NOTE: This information is only used for _display_ purposes: it in no way affects any of the arithmetic of the contract, including {IERC20-balanceOf} and {IERC20-transfer}."
- },
- "decreaseAllowance(address,uint256)": {
- "details": "Atomically decreases the allowance granted to `spender` by the caller. This is an alternative to {approve} that can be used as a mitigation for problems described in {IERC20-approve}. Emits an {Approval} event indicating the updated allowance. Requirements: - `spender` cannot be the zero address. - `spender` must have allowance for the caller of at least `subtractedValue`."
- },
- "increaseAllowance(address,uint256)": {
- "details": "Atomically increases the allowance granted to `spender` by the caller. This is an alternative to {approve} that can be used as a mitigation for problems described in {IERC20-approve}. Emits an {Approval} event indicating the updated allowance. Requirements: - `spender` cannot be the zero address."
- },
- "name()": {
- "details": "Returns the name of the token."
- },
- "owner()": {
- "details": "Returns the address of the current owner."
- },
- "renounceOwnership()": {
- "details": "Leaves the contract without owner. It will not be possible to call `onlyOwner` functions anymore. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby removing any functionality that is only available to the owner."
- },
- "symbol()": {
- "details": "Returns the symbol of the token, usually a shorter version of the name."
- },
- "totalSupply()": {
- "details": "See {IERC20-totalSupply}."
- },
- "transfer(address,uint256)": {
- "details": "See {IERC20-transfer}. Requirements: - `recipient` cannot be the zero address. - the caller must have a balance of at least `amount`."
- },
- "transferFrom(address,address,uint256)": {
- "details": "See {IERC20-transferFrom}. Emits an {Approval} event indicating the updated allowance. This is not required by the EIP. See the note at the beginning of {ERC20}. Requirements: - `sender` and `recipient` cannot be the zero address. - `sender` must have a balance of at least `amount`. - the caller must have allowance for ``sender``'s tokens of at least `amount`."
- },
- "transferOwnership(address)": {
- "details": "Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner."
- }
- },
- "version": 1
- },
- "userdoc": {
- "kind": "user",
- "methods": {},
- "version": 1
- },
- "storageLayout": {
- "storage": [
- {
- "astId": 481,
- "contract": "contracts/MirrorgateToken.sol:MirrorgateToken",
- "label": "_balances",
- "offset": 0,
- "slot": "0",
- "type": "t_mapping(t_address,t_uint256)"
- },
- {
- "astId": 487,
- "contract": "contracts/MirrorgateToken.sol:MirrorgateToken",
- "label": "_allowances",
- "offset": 0,
- "slot": "1",
- "type": "t_mapping(t_address,t_mapping(t_address,t_uint256))"
- },
- {
- "astId": 489,
- "contract": "contracts/MirrorgateToken.sol:MirrorgateToken",
- "label": "_totalSupply",
- "offset": 0,
- "slot": "2",
- "type": "t_uint256"
- },
- {
- "astId": 491,
- "contract": "contracts/MirrorgateToken.sol:MirrorgateToken",
- "label": "_name",
- "offset": 0,
- "slot": "3",
- "type": "t_string_storage"
- },
- {
- "astId": 493,
- "contract": "contracts/MirrorgateToken.sol:MirrorgateToken",
- "label": "_symbol",
- "offset": 0,
- "slot": "4",
- "type": "t_string_storage"
- },
- {
- "astId": 495,
- "contract": "contracts/MirrorgateToken.sol:MirrorgateToken",
- "label": "_decimals",
- "offset": 0,
- "slot": "5",
- "type": "t_uint8"
- },
- {
- "astId": 7,
- "contract": "contracts/MirrorgateToken.sol:MirrorgateToken",
- "label": "_owner",
- "offset": 1,
- "slot": "5",
- "type": "t_address"
- },
- {
- "astId": 5038,
- "contract": "contracts/MirrorgateToken.sol:MirrorgateToken",
- "label": "dstContractLookup",
- "offset": 0,
- "slot": "6",
- "type": "t_mapping(t_uint16,t_bytes_storage)"
- },
- {
- "astId": 5040,
- "contract": "contracts/MirrorgateToken.sol:MirrorgateToken",
- "label": "paused",
- "offset": 0,
- "slot": "7",
- "type": "t_bool"
- },
- {
- "astId": 5042,
- "contract": "contracts/MirrorgateToken.sol:MirrorgateToken",
- "label": "isMain",
- "offset": 1,
- "slot": "7",
- "type": "t_bool"
- }
- ],
- "types": {
- "t_address": {
- "encoding": "inplace",
- "label": "address",
- "numberOfBytes": "20"
- },
- "t_bool": {
- "encoding": "inplace",
- "label": "bool",
- "numberOfBytes": "1"
- },
- "t_bytes_storage": {
- "encoding": "bytes",
- "label": "bytes",
- "numberOfBytes": "32"
- },
- "t_mapping(t_address,t_mapping(t_address,t_uint256))": {
- "encoding": "mapping",
- "key": "t_address",
- "label": "mapping(address => mapping(address => uint256))",
- "numberOfBytes": "32",
- "value": "t_mapping(t_address,t_uint256)"
- },
- "t_mapping(t_address,t_uint256)": {
- "encoding": "mapping",
- "key": "t_address",
- "label": "mapping(address => uint256)",
- "numberOfBytes": "32",
- "value": "t_uint256"
- },
- "t_mapping(t_uint16,t_bytes_storage)": {
- "encoding": "mapping",
- "key": "t_uint16",
- "label": "mapping(uint16 => bytes)",
- "numberOfBytes": "32",
- "value": "t_bytes_storage"
- },
- "t_string_storage": {
- "encoding": "bytes",
- "label": "string",
- "numberOfBytes": "32"
- },
- "t_uint16": {
- "encoding": "inplace",
- "label": "uint16",
- "numberOfBytes": "2"
- },
- "t_uint256": {
- "encoding": "inplace",
- "label": "uint256",
- "numberOfBytes": "32"
- },
- "t_uint8": {
- "encoding": "inplace",
- "label": "uint8",
- "numberOfBytes": "1"
- }
- }
- }
- }
|