UNPKG

gemsdkbeta

Version:

JavaScript SDK for the GEM swap

890 lines 23.8 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GEMSWAPABI = void 0; exports.GEMSWAPABI = [ { "inputs": [ { "internalType": "address", "name": "_marketRegistry", "type": "address" }, { "internalType": "address", "name": "_converter", "type": "address" }, { "internalType": "address", "name": "_guardian", "type": "address" } ], "stateMutability": "nonpayable", "type": "constructor" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "previousOwner", "type": "address" }, { "indexed": true, "internalType": "address", "name": "newOwner", "type": "address" } ], "name": "OwnershipTransferred", "type": "event" }, { "inputs": [], "name": "GOV", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "_affiliate", "type": "address" } ], "name": "addAffiliate", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "_marketId", "type": "uint256" } ], "name": "addSponsoredMarket", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "name": "affiliates", "outputs": [ { "internalType": "address", "name": "affiliate", "type": "address" }, { "internalType": "bool", "name": "isActive", "type": "bool" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "baseFees", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "closeAllTrades", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "converter", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "guardian", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "marketRegistry", "outputs": [ { "internalType": "contract MarketRegistry", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "components": [ { "internalType": "address[]", "name": "tokenAddrs", "type": "address[]" }, { "internalType": "uint256[]", "name": "amounts", "type": "uint256[]" } ], "internalType": "struct GemSwap.ERC20Details", "name": "erc20Details", "type": "tuple" }, { "components": [ { "internalType": "address", "name": "tokenAddr", "type": "address" }, { "internalType": "address[]", "name": "to", "type": "address[]" }, { "internalType": "uint256[]", "name": "ids", "type": "uint256[]" } ], "internalType": "struct SpecialTransferHelper.ERC721Details[]", "name": "erc721Details", "type": "tuple[]" }, { "components": [ { "internalType": "address", "name": "tokenAddr", "type": "address" }, { "internalType": "uint256[]", "name": "ids", "type": "uint256[]" }, { "internalType": "uint256[]", "name": "amounts", "type": "uint256[]" } ], "internalType": "struct GemSwap.ERC1155Details[]", "name": "erc1155Details", "type": "tuple[]" }, { "components": [ { "internalType": "bytes", "name": "conversionData", "type": "bytes" } ], "internalType": "struct GemSwap.ConverstionDetails[]", "name": "converstionDetails", "type": "tuple[]" }, { "components": [ { "internalType": "uint256", "name": "marketId", "type": "uint256" }, { "internalType": "uint256", "name": "value", "type": "uint256" }, { "internalType": "bytes", "name": "tradeData", "type": "bytes" } ], "internalType": "struct MarketRegistry.TradeDetails[]", "name": "tradeDetails", "type": "tuple[]" }, { "internalType": "address[]", "name": "dustTokens", "type": "address[]" }, { "internalType": "uint256[2]", "name": "feeDetails", "type": "uint256[2]" } ], "name": "multiAssetSwap", "outputs": [], "stateMutability": "payable", "type": "function" }, { "inputs": [ { "components": [ { "internalType": "address[]", "name": "tokenAddrs", "type": "address[]" }, { "internalType": "uint256[]", "name": "amounts", "type": "uint256[]" } ], "internalType": "struct GemSwap.ERC20Details", "name": "erc20Details", "type": "tuple" }, { "components": [ { "internalType": "address", "name": "tokenAddr", "type": "address" }, { "internalType": "address[]", "name": "to", "type": "address[]" }, { "internalType": "uint256[]", "name": "ids", "type": "uint256[]" } ], "internalType": "struct SpecialTransferHelper.ERC721Details[]", "name": "erc721Details", "type": "tuple[]" }, { "components": [ { "internalType": "address", "name": "tokenAddr", "type": "address" }, { "internalType": "uint256[]", "name": "ids", "type": "uint256[]" }, { "internalType": "uint256[]", "name": "amounts", "type": "uint256[]" } ], "internalType": "struct GemSwap.ERC1155Details[]", "name": "erc1155Details", "type": "tuple[]" }, { "components": [ { "internalType": "bytes", "name": "conversionData", "type": "bytes" } ], "internalType": "struct GemSwap.ConverstionDetails[]", "name": "converstionDetails", "type": "tuple[]" }, { "components": [ { "internalType": "uint256", "name": "marketId", "type": "uint256" }, { "internalType": "uint256", "name": "value", "type": "uint256" }, { "internalType": "bytes", "name": "tradeData", "type": "bytes" } ], "internalType": "struct MarketRegistry.TradeDetails[]", "name": "tradeDetails", "type": "tuple[]" }, { "internalType": "address[]", "name": "dustTokens", "type": "address[]" }, { "internalType": "uint256", "name": "sponsoredMarketIndex", "type": "uint256" } ], "name": "multiAssetSwapWithoutFee", "outputs": [], "stateMutability": "payable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "", "type": "address" }, { "internalType": "address", "name": "", "type": "address" }, { "internalType": "uint256[]", "name": "", "type": "uint256[]" }, { "internalType": "uint256[]", "name": "", "type": "uint256[]" }, { "internalType": "bytes", "name": "", "type": "bytes" } ], "name": "onERC1155BatchReceived", "outputs": [ { "internalType": "bytes4", "name": "", "type": "bytes4" } ], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "", "type": "address" }, { "internalType": "address", "name": "", "type": "address" }, { "internalType": "uint256", "name": "", "type": "uint256" }, { "internalType": "uint256", "name": "", "type": "uint256" }, { "internalType": "bytes", "name": "", "type": "bytes" } ], "name": "onERC1155Received", "outputs": [ { "internalType": "bytes4", "name": "", "type": "bytes4" } ], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "", "type": "address" }, { "internalType": "address", "name": "", "type": "address" }, { "internalType": "uint256", "name": "", "type": "uint256" }, { "internalType": "bytes", "name": "", "type": "bytes" } ], "name": "onERC721Received", "outputs": [ { "internalType": "bytes4", "name": "", "type": "bytes4" } ], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "", "type": "address" }, { "internalType": "uint256", "name": "", "type": "uint256" }, { "internalType": "bytes", "name": "", "type": "bytes" } ], "name": "onERC721Received", "outputs": [ { "internalType": "bytes4", "name": "", "type": "bytes4" } ], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "openForFreeTrades", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "openForTrades", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "owner", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "punkProxy", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "renounceOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "asset", "type": "address" }, { "internalType": "uint256[]", "name": "ids", "type": "uint256[]" }, { "internalType": "uint256[]", "name": "amounts", "type": "uint256[]" }, { "internalType": "address", "name": "recipient", "type": "address" } ], "name": "rescueERC1155", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "asset", "type": "address" }, { "internalType": "address", "name": "recipient", "type": "address" } ], "name": "rescueERC20", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "asset", "type": "address" }, { "internalType": "uint256[]", "name": "ids", "type": "uint256[]" }, { "internalType": "address", "name": "recipient", "type": "address" } ], "name": "rescueERC721", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "recipient", "type": "address" } ], "name": "rescueETH", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "_baseFees", "type": "uint256" } ], "name": "setBaseFees", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "_converter", "type": "address" } ], "name": "setConverter", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "contract MarketRegistry", "name": "_marketRegistry", "type": "address" } ], "name": "setMarketRegistry", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "contract IERC20", "name": "token", "type": "address" }, { "internalType": "address", "name": "operator", "type": "address" }, { "internalType": "uint256", "name": "amount", "type": "uint256" } ], "name": "setOneTimeApproval", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "bool", "name": "_openForFreeTrades", "type": "bool" } ], "name": "setOpenForFreeTrades", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "bool", "name": "_openForTrades", "type": "bool" } ], "name": "setOpenForTrades", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "setUp", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "name": "sponsoredMarkets", "outputs": [ { "internalType": "uint256", "name": "marketId", "type": "uint256" }, { "internalType": "bool", "name": "isActive", "type": "bool" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "bytes4", "name": "interfaceId", "type": "bytes4" } ], "name": "supportsInterface", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "newOwner", "type": "address" } ], "name": "transferOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "_affiliateIndex", "type": "uint256" }, { "internalType": "address", "name": "_affiliate", "type": "address" }, { "internalType": "bool", "name": "_IsActive", "type": "bool" } ], "name": "updateAffiliate", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "_guardian", "type": "address" } ], "name": "updateGuardian", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "_marketIndex", "type": "uint256" }, { "internalType": "uint256", "name": "_marketId", "type": "uint256" }, { "internalType": "bool", "name": "_isActive", "type": "bool" } ], "name": "updateSponsoredMarket", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "stateMutability": "payable", "type": "receive" } ]; //# sourceMappingURL=GemSwap.js.map