UNPKG

@ethereum-tag-service/contracts

Version:

Composable content tagging service for Web3

2,315 lines 165 kB
// src/chainConfig/localhost.json var name = "localhost"; var chainId = "31337"; var contracts = { ETSAccessControls: { address: "0xe7f1725E7734CE288F8367e1Bb143E90bb3F0512", abi: [ { inputs: [], stateMutability: "nonpayable", type: "constructor" }, { anonymous: false, inputs: [ { indexed: false, internalType: "address", name: "previousAdmin", type: "address" }, { indexed: false, internalType: "address", name: "newAdmin", type: "address" } ], name: "AdminChanged", type: "event" }, { anonymous: false, inputs: [ { indexed: true, internalType: "address", name: "beacon", type: "address" } ], name: "BeaconUpgraded", type: "event" }, { anonymous: false, inputs: [ { indexed: false, internalType: "uint8", name: "version", type: "uint8" } ], name: "Initialized", type: "event" }, { anonymous: false, inputs: [ { indexed: false, internalType: "address", name: "newAddress", type: "address" }, { indexed: false, internalType: "address", name: "prevAddress", type: "address" } ], name: "PlatformSet", type: "event" }, { anonymous: false, inputs: [ { indexed: false, internalType: "address", name: "relayer", type: "address" } ], name: "RelayerAdded", type: "event" }, { anonymous: false, inputs: [ { indexed: false, internalType: "address", name: "relayer", type: "address" } ], name: "RelayerLockToggled", type: "event" }, { anonymous: false, inputs: [ { indexed: true, internalType: "bytes32", name: "role", type: "bytes32" }, { indexed: true, internalType: "bytes32", name: "previousAdminRole", type: "bytes32" }, { indexed: true, internalType: "bytes32", name: "newAdminRole", type: "bytes32" } ], name: "RoleAdminChanged", type: "event" }, { anonymous: false, inputs: [ { indexed: true, internalType: "bytes32", name: "role", type: "bytes32" }, { indexed: true, internalType: "address", name: "account", type: "address" }, { indexed: true, internalType: "address", name: "sender", type: "address" } ], name: "RoleGranted", type: "event" }, { anonymous: false, inputs: [ { indexed: true, internalType: "bytes32", name: "role", type: "bytes32" }, { indexed: true, internalType: "address", name: "account", type: "address" }, { indexed: true, internalType: "address", name: "sender", type: "address" } ], name: "RoleRevoked", type: "event" }, { anonymous: false, inputs: [ { indexed: true, internalType: "address", name: "implementation", type: "address" } ], name: "Upgraded", type: "event" }, { inputs: [], name: "AUCTION_ORACLE_ROLE", outputs: [ { internalType: "bytes32", name: "", type: "bytes32" } ], stateMutability: "view", type: "function" }, { inputs: [], name: "DEFAULT_ADMIN_ROLE", outputs: [ { internalType: "bytes32", name: "", type: "bytes32" } ], stateMutability: "view", type: "function" }, { inputs: [], name: "NAME", outputs: [ { internalType: "string", name: "", type: "string" } ], stateMutability: "view", type: "function" }, { inputs: [], name: "RELAYER_ADMIN_ROLE", outputs: [ { internalType: "bytes32", name: "", type: "bytes32" } ], stateMutability: "view", type: "function" }, { inputs: [], name: "RELAYER_FACTORY_ROLE", outputs: [ { internalType: "bytes32", name: "", type: "bytes32" } ], stateMutability: "view", type: "function" }, { inputs: [], name: "RELAYER_ROLE", outputs: [ { internalType: "bytes32", name: "", type: "bytes32" } ], stateMutability: "view", type: "function" }, { inputs: [], name: "SMART_CONTRACT_ROLE", outputs: [ { internalType: "bytes32", name: "", type: "bytes32" } ], stateMutability: "view", type: "function" }, { inputs: [], name: "VERSION", outputs: [ { internalType: "string", name: "", type: "string" } ], stateMutability: "view", type: "function" }, { inputs: [ { internalType: "address", name: "_currentOwner", type: "address" }, { internalType: "address", name: "_newOwner", type: "address" } ], name: "changeRelayerOwner", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "getPlatformAddress", outputs: [ { internalType: "address payable", name: "", type: "address" } ], stateMutability: "view", type: "function" }, { inputs: [ { internalType: "string", name: "_name", type: "string" } ], name: "getRelayerAddressFromName", outputs: [ { internalType: "address", name: "", type: "address" } ], stateMutability: "view", type: "function" }, { inputs: [ { internalType: "address", name: "_address", type: "address" } ], name: "getRelayerAddressFromOwner", outputs: [ { internalType: "address", name: "", type: "address" } ], stateMutability: "view", type: "function" }, { inputs: [ { internalType: "address", name: "_address", type: "address" } ], name: "getRelayerNameFromAddress", outputs: [ { internalType: "string", name: "", type: "string" } ], stateMutability: "view", type: "function" }, { inputs: [ { internalType: "bytes32", name: "role", type: "bytes32" } ], name: "getRoleAdmin", outputs: [ { internalType: "bytes32", name: "", type: "bytes32" } ], stateMutability: "view", type: "function" }, { inputs: [ { internalType: "bytes32", name: "role", type: "bytes32" }, { internalType: "address", name: "account", type: "address" } ], name: "grantRole", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [ { internalType: "bytes32", name: "role", type: "bytes32" }, { internalType: "address", name: "account", type: "address" } ], name: "hasRole", outputs: [ { internalType: "bool", name: "", type: "bool" } ], stateMutability: "view", type: "function" }, { inputs: [ { internalType: "address", name: "_platformAddress", type: "address" } ], name: "initialize", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [ { internalType: "address", name: "_addr", type: "address" } ], name: "isAdmin", outputs: [ { internalType: "bool", name: "", type: "bool" } ], stateMutability: "view", type: "function" }, { inputs: [ { internalType: "address", name: "_addr", type: "address" } ], name: "isAuctionOracle", outputs: [ { internalType: "bool", name: "", type: "bool" } ], stateMutability: "view", type: "function" }, { inputs: [ { internalType: "address", name: "_addr", type: "address" } ], name: "isRelayer", outputs: [ { internalType: "bool", name: "", type: "bool" } ], stateMutability: "view", type: "function" }, { inputs: [ { internalType: "address", name: "_addr", type: "address" } ], name: "isRelayerAdmin", outputs: [ { internalType: "bool", name: "", type: "bool" } ], stateMutability: "view", type: "function" }, { inputs: [ { internalType: "address", name: "_addr", type: "address" } ], name: "isRelayerAndNotPaused", outputs: [ { internalType: "bool", name: "", type: "bool" } ], stateMutability: "view", type: "function" }, { inputs: [ { internalType: "address", name: "_addr", type: "address" } ], name: "isRelayerByAddress", outputs: [ { internalType: "bool", name: "", type: "bool" } ], stateMutability: "view", type: "function" }, { inputs: [ { internalType: "string", name: "_name", type: "string" } ], name: "isRelayerByName", outputs: [ { internalType: "bool", name: "", type: "bool" } ], stateMutability: "view", type: "function" }, { inputs: [ { internalType: "address", name: "_addr", type: "address" } ], name: "isRelayerByOwner", outputs: [ { internalType: "bool", name: "", type: "bool" } ], stateMutability: "view", type: "function" }, { inputs: [ { internalType: "address", name: "_addr", type: "address" } ], name: "isRelayerFactory", outputs: [ { internalType: "bool", name: "", type: "bool" } ], stateMutability: "view", type: "function" }, { inputs: [ { internalType: "address", name: "_addr", type: "address" } ], name: "isRelayerLocked", outputs: [ { internalType: "bool", name: "", type: "bool" } ], stateMutability: "view", type: "function" }, { inputs: [ { internalType: "address", name: "_addr", type: "address" } ], name: "isSmartContract", outputs: [ { internalType: "bool", name: "", type: "bool" } ], stateMutability: "view", type: "function" }, { inputs: [ { internalType: "address", name: "_relayerOwner", type: "address" } ], name: "pauseRelayerByOwnerAddress", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "proxiableUUID", outputs: [ { internalType: "bytes32", name: "", type: "bytes32" } ], stateMutability: "view", type: "function" }, { inputs: [ { internalType: "address", name: "_relayer", type: "address" }, { internalType: "string", name: "_name", type: "string" }, { internalType: "address", name: "_owner", type: "address" } ], name: "registerRelayer", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [ { internalType: "address", name: "", type: "address" } ], name: "relayerContractToName", outputs: [ { internalType: "string", name: "", type: "string" } ], stateMutability: "view", type: "function" }, { inputs: [ { internalType: "address", name: "", type: "address" } ], name: "relayerLocked", outputs: [ { internalType: "bool", name: "", type: "bool" } ], stateMutability: "view", type: "function" }, { inputs: [ { internalType: "string", name: "", type: "string" } ], name: "relayerNameToContract", outputs: [ { internalType: "address", name: "", type: "address" } ], stateMutability: "view", type: "function" }, { inputs: [ { internalType: "address", name: "", type: "address" } ], name: "relayerOwnerToAddress", outputs: [ { internalType: "address", name: "", type: "address" } ], stateMutability: "view", type: "function" }, { inputs: [ { internalType: "bytes32", name: "role", type: "bytes32" }, { internalType: "address", name: "account", type: "address" } ], name: "renounceRole", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [ { internalType: "bytes32", name: "role", type: "bytes32" }, { internalType: "address", name: "account", type: "address" } ], name: "revokeRole", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [ { internalType: "address payable", name: "_platform", type: "address" } ], name: "setPlatform", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [ { internalType: "bytes32", name: "_role", type: "bytes32" }, { internalType: "bytes32", name: "_adminRole", type: "bytes32" } ], name: "setRoleAdmin", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [ { internalType: "bytes4", name: "interfaceId", type: "bytes4" } ], name: "supportsInterface", outputs: [ { internalType: "bool", name: "", type: "bool" } ], stateMutability: "view", type: "function" }, { inputs: [ { internalType: "address", name: "_relayer", type: "address" } ], name: "toggleRelayerLock", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [ { internalType: "address", name: "newImplementation", type: "address" } ], name: "upgradeTo", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [ { internalType: "address", name: "newImplementation", type: "address" }, { internalType: "bytes", name: "data", type: "bytes" } ], name: "upgradeToAndCall", outputs: [], stateMutability: "payable", type: "function" } ] }, ETSToken: { address: "0xCf7Ed3AccA5a467e9e704C703E8D87F634fB0Fc9", abi: [ { inputs: [], stateMutability: "nonpayable", type: "constructor" }, { anonymous: false, inputs: [ { indexed: false, internalType: "address", name: "etsAccessControls", type: "address" } ], name: "AccessControlsSet", type: "event" }, { anonymous: false, inputs: [ { indexed: false, internalType: "address", name: "previousAdmin", type: "address" }, { indexed: false, internalType: "address", name: "newAdmin", type: "address" } ], name: "AdminChanged", type: "event" }, { anonymous: false, inputs: [ { indexed: true, internalType: "address", name: "owner", type: "address" }, { indexed: true, internalType: "address", name: "approved", type: "address" }, { indexed: true, internalType: "uint256", name: "tokenId", type: "uint256" } ], name: "Approval", type: "event" }, { anonymous: false, inputs: [ { indexed: true, internalType: "address", name: "owner", type: "address" }, { indexed: true, internalType: "address", name: "operator", type: "address" }, { indexed: false, internalType: "bool", name: "approved", type: "bool" } ], name: "ApprovalForAll", type: "event" }, { anonymous: false, inputs: [ { indexed: true, internalType: "address", name: "beacon", type: "address" } ], name: "BeaconUpgraded", type: "event" }, { anonymous: false, inputs: [ { indexed: false, internalType: "address", name: "ets", type: "address" } ], name: "ETSCoreSet", type: "event" }, { anonymous: false, inputs: [ { indexed: false, internalType: "uint8", name: "version", type: "uint8" } ], name: "Initialized", type: "event" }, { anonymous: false, inputs: [ { indexed: false, internalType: "uint256", name: "termLength", type: "uint256" } ], name: "OwnershipTermLengthSet", type: "event" }, { anonymous: false, inputs: [ { indexed: false, internalType: "address", name: "account", type: "address" } ], name: "Paused", type: "event" }, { anonymous: false, inputs: [ { indexed: false, internalType: "uint256", name: "tagId", type: "uint256" }, { indexed: false, internalType: "bool", name: "isPremium", type: "bool" } ], name: "PremiumFlagSet", type: "event" }, { anonymous: false, inputs: [ { indexed: false, internalType: "string", name: "tag", type: "string" }, { indexed: false, internalType: "bool", name: "isPremium", type: "bool" } ], name: "PremiumTagPreSet", type: "event" }, { anonymous: false, inputs: [ { indexed: false, internalType: "uint256", name: "tagId", type: "uint256" }, { indexed: false, internalType: "bool", name: "isReserved", type: "bool" } ], name: "ReservedFlagSet", type: "event" }, { anonymous: false, inputs: [ { indexed: false, internalType: "uint256", name: "maxStringLength", type: "uint256" } ], name: "TagMaxStringLengthSet", type: "event" }, { anonymous: false, inputs: [ { indexed: false, internalType: "uint256", name: "minStringLength", type: "uint256" } ], name: "TagMinStringLengthSet", type: "event" }, { anonymous: false, inputs: [ { indexed: true, internalType: "uint256", name: "tokenId", type: "uint256" }, { indexed: true, internalType: "address", name: "caller", type: "address" } ], name: "TagRecycled", type: "event" }, { anonymous: false, inputs: [ { indexed: true, internalType: "uint256", name: "tokenId", type: "uint256" }, { indexed: true, internalType: "address", name: "caller", type: "address" } ], name: "TagRenewed", type: "event" }, { anonymous: false, inputs: [ { indexed: true, internalType: "address", name: "from", type: "address" }, { indexed: true, internalType: "address", name: "to", type: "address" }, { indexed: true, internalType: "uint256", name: "tokenId", type: "uint256" } ], name: "Transfer", type: "event" }, { anonymous: false, inputs: [ { indexed: false, internalType: "address", name: "account", type: "address" } ], name: "Unpaused", type: "event" }, { anonymous: false, inputs: [ { indexed: true, internalType: "address", name: "implementation", type: "address" } ], name: "Upgraded", type: "event" }, { inputs: [], name: "NAME", outputs: [ { internalType: "string", name: "", type: "string" } ], stateMutability: "view", type: "function" }, { inputs: [], name: "VERSION", outputs: [ { internalType: "string", name: "", type: "string" } ], stateMutability: "view", type: "function" }, { inputs: [ { internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "tokenId", type: "uint256" } ], name: "approve", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [ { internalType: "address", name: "owner", type: "address" } ], name: "balanceOf", outputs: [ { internalType: "uint256", name: "", type: "uint256" } ], stateMutability: "view", type: "function" }, { inputs: [ { internalType: "uint256", name: "tokenId", type: "uint256" } ], name: "burn", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [ { internalType: "string", name: "_tag", type: "string" } ], name: "computeTagId", outputs: [ { internalType: "uint256", name: "", type: "uint256" } ], stateMutability: "pure", type: "function" }, { inputs: [ { internalType: "string", name: "_tag", type: "string" }, { internalType: "address payable", name: "_relayer", type: "address" }, { internalType: "address payable", name: "_creator", type: "address" } ], name: "createTag", outputs: [ { internalType: "uint256", name: "_tokenId", type: "uint256" } ], stateMutability: "payable", type: "function" }, { inputs: [], name: "ets", outputs: [ { internalType: "contract IETS", name: "", type: "address" } ], stateMutability: "view", type: "function" }, { inputs: [], name: "etsAccessControls", outputs: [ { internalType: "contract IETSAccessControls", name: "", type: "address" } ], stateMutability: "view", type: "function" }, { inputs: [ { internalType: "uint256", name: "tokenId", type: "uint256" } ], name: "getApproved", outputs: [ { internalType: "address", name: "", type: "address" } ], stateMutability: "view", type: "function" }, { inputs: [ { internalType: "uint256", name: "_tokenId", type: "uint256" } ], name: "getCreatorAddress", outputs: [ { internalType: "address", name: "", type: "address" } ], stateMutability: "view", type: "function" }, { inputs: [ { internalType: "uint256", name: "_tokenId", type: "uint256" } ], name: "getLastRenewed", outputs: [ { internalType: "uint256", name: "", type: "uint256" } ], stateMutability: "view", type: "function" }, { inputs: [ { internalType: "string", name: "_tag", type: "string" }, { internalType: "address payable", name: "_relayer", type: "address" }, { internalType: "address payable", name: "_creator", type: "address" } ], name: "getOrCreateTag", outputs: [ { components: [ { internalType: "address", name: "relayer", type: "address" }, { internalType: "address", name: "creator", type: "address" }, { internalType: "string", name: "display", type: "string" }, { internalType: "bool", name: "premium", type: "bool" }, { internalType: "bool", name: "reserved", type: "bool" } ], internalType: "struct IETSToken.Tag", name: "tag", type: "tuple" } ], stateMutability: "payable", type: "function" }, { inputs: [ { internalType: "string", name: "_tag", type: "string" }, { internalType: "address payable", name: "_relayer", type: "address" }, { internalType: "address payable", name: "_creator", type: "address" } ], name: "getOrCreateTagId", outputs: [ { internalType: "uint256", name: "tokenId", type: "uint256" } ], stateMutability: "payable", type: "function" }, { inputs: [], name: "getOwnershipTermLength", outputs: [ { internalType: "uint256", name: "", type: "uint256" } ], stateMutability: "view", type: "function" }, { inputs: [], name: "getPlatformAddress", outputs: [ { internalType: "address payable", name: "", type: "address" } ], stateMutability: "view", type: "function" }, { inputs: [ { internalType: "uint256", name: "_tokenId", type: "uint256" } ], name: "getTagById", outputs: [ { components: [ { internalType: "address", name: "relayer", type: "address" }, { internalType: "address", name: "creator", type: "address" }, { internalType: "string", name: "display", type: "string" }, { internalType: "bool", name: "premium", type: "bool" }, { internalType: "bool", name: "reserved", type: "bool" } ], internalType: "struct IETSToken.Tag", name: "", type: "tuple" } ], stateMutability: "view", type: "function" }, { inputs: [ { internalType: "string", name: "_tag", type: "string" } ], name: "getTagByString", outputs: [ { components: [ { internalType: "address", name: "relayer", type: "address" }, { internalType: "address", name: "creator", type: "address" }, { internalType: "string", name: "display", type: "string" }, { internalType: "bool", name: "premium", type: "bool" }, { internalType: "bool", name: "reserved", type: "bool" } ], internalType: "struct IETSToken.Tag", name: "", type: "tuple" } ], stateMutability: "view", type: "function" }, { inputs: [ { internalType: "contract IETSAccessControls", name: "_etsAccessControls", type: "address" }, { internalType: "uint256", name: "_tagMinStringLength", type: "uint256" }, { internalType: "uint256", name: "_tagMaxStringLength", type: "uint256" }, { internalType: "uint256", name: "_ownershipTermLength", type: "uint256" } ], name: "initialize", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [ { internalType: "address", name: "owner", type: "address" }, { internalType: "address", name: "operator", type: "address" } ], name: "isApprovedForAll", outputs: [ { internalType: "bool", name: "", type: "bool" } ], stateMutability: "view", type: "function" }, { inputs: [ { internalType: "string", name: "", type: "string" } ], name: "isTagPremium", outputs: [ { internalType: "bool", name: "", type: "bool" } ], stateMutability: "view", type: "function" }, { inputs: [], name: "name", outputs: [ { internalType: "string", name: "", type: "string" } ], stateMutability: "view", type: "function" }, { inputs: [ { internalType: "uint256", name: "tokenId", type: "uint256" } ], name: "ownerOf", outputs: [ { internalType: "address", name: "", type: "address" } ], stateMutability: "view", type: "function" }, { inputs: [], name: "ownershipTermLength", outputs: [ { internalType: "uint256", name: "", type: "uint256" } ], stateMutability: "view", type: "function" }, { inputs: [], name: "pause", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "paused", outputs: [ { internalType: "bool", name: "", type: "bool" } ], stateMutability: "view", type: "function" }, { inputs: [ { internalType: "string[]", name: "_tags", type: "string[]" }, { internalType: "bool", name: "_enabled", type: "bool" } ], name: "preSetPremiumTags", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "proxiableUUID", outputs: [ { internalType: "bytes32", name: "", type: "bytes32" } ], stateMutability: "view", type: "function" }, { inputs: [ { internalType: "uint256", name: "_tokenId", type: "uint256" } ], name: "recycleTag", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [ { internalType: "uint256", name: "_tokenId", type: "uint256" } ], name: "renewTag", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [ { internalType: "address", name: "from", type: "address" }, { internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "tokenId", type: "uint256" } ], name: "safeTransferFrom", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [ { internalType: "address", name: "from", type: "address" }, { internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "tokenId", type: "uint256" }, { internalType: "bytes", name: "data", type: "bytes" } ], name: "safeTransferFrom", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [ { internalType: "contract IETSAccessControls", name: "_accessControls", type: "address" } ], name: "setAccessControls", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [ { internalType: "address", name: "operator", type: "address" }, { internalType: "bool", name: "approved", type: "bool" } ], name: "setApprovalForAll", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [ { internalType: "contract IETS", name: "_ets", type: "address" } ], name: "setETSCore", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [ { internalType: "uint256", name: "_ownershipTermLength", type: "uint256" } ], name: "setOwnershipTermLength", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [ { internalType: "uint256[]", name: "_tokenIds", type: "uint256[]" }, { internalType: "bool", name: "_isPremium", type: "bool" } ], name: "setPremiumFlag", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [ { internalType: "uint256[]", name: "_tokenIds", type: "uint256[]" }, { internalType: "bool", name: "_reserved", type: "bool" } ], name: "setReservedFlag", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [ { internalType: "uint256", name: "_tagMaxStringLength", type: "uint256" } ], name: "setTagMaxStringLength", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [ { internalType: "uint256", name: "_tagMinStringLength", type: "uint256" } ], name: "setTagMinStringLength", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [ { internalType: "bytes4", name: "interfaceId", type: "bytes4" } ], name: "supportsInterface", outputs: [ { internalType: "bool", name: "", type: "bool" } ], stateMutability: "view", type: "function" }, { inputs: [], name: "symbol", outputs: [ { internalType: "string", name: "", type: "string" } ], stateMutability: "view", type: "function" }, { inputs: [ { internalType: "uint256", name: "_tokenId", type: "uint256" } ], name: "tagExistsById", outputs: [ { internalType: "bool", name: "", type: "bool" } ], stateMutability: "view", type: "function" }, { inputs: [ { internalType: "string", name: "_tag", type: "string" } ], name: "tagExistsByString", outputs: [ { internalType: "bool", name: "", type: "bool" } ], stateMutability: "view", type: "function" }, { inputs: [], name: "tagMaxStringLength", outputs: [ { internalType: "uint256", name: "", type: "uint256" } ], stateMutability: "view", type: "function" }, { inputs: [], name: "tagMinStringLength", outputs: [ { internalType: "uint256", name: "", type: "uint256" } ], stateMutability: "view", type: "function" }, { inputs: [ { internalType: "uint256", name: "_tokenId", type: "uint256" } ], name: "tagOwnershipTermExpired", outputs: [ { internalType: "bool", name: "", type: "bool" } ], stateMutability: "view", type: "function" }, { inputs: [ { internalType: "uint256", name: "", type: "uint256" } ], name: "tokenIdToLastRenewed", outputs: [ { internalType: "uint256", name: "", type: "uint256" } ], stateMutability: "view", type: "function" }, { inputs: [ { internalType: "uint256", name: "", type: "uint256" } ], name: "tokenIdToTag", outputs: [ { internalType: "address", name: "relayer", type: "address" }, { internalType: "address", name: "creator", type: "address" }, { internalType: "string", name: "display", type: "string" }, { internalType: "bool", name: "premium", type: "bool" }, { internalType: "bool", name: "reserved", type: "bool" } ], stateMutability: "view", type: "function" }, { inputs: [ { internalType: "uint256", name: "tokenId", type: "uint256" } ], name: "tokenURI", outputs: [ { internalType: "string", name: "", type: "string" } ], stateMutability: "view", type: "function" }, { inputs: [ { internalType: "address", name: "from", type: "address" }, { internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "tokenId", type: "uint256" } ], name: "transferFrom", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "unPause", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [ { internalType: "address", name: "newImplementation", type: "address" } ], name: "upgradeTo", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [ { internalType: "address", name: "newImplementation", type: "address" }, { internalType: "bytes", name: "data", type: "bytes" } ], name: "upgradeToAndCall", outputs: [], stateMutability: "payable", type: "function" } ] }, ETSAuctionHouse: { address: "0x0165878A594ca255338adfa4d48449f69242Eb8F", abi: [ { inputs: [], stateMutability: "nonpayable", type: "constructor" }, { anonymous: false, inputs: [ { indexed: false, internalType: "address", name: "previousAdmin", type: "address" }, { indexed: false, internalType: "address", name: "newAdmin", type: "address" } ], name: "AdminChanged", type: "event" }, { anonymous: false, inputs: [ { indexed: true, internalType: "uint256", name: "auctionId", type: "uint256" }, { i