UNPKG

gemsdkbeta

Version:

JavaScript SDK for the GEM swap

5 lines 2.07 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StaticCheckDecentralandEstates = void 0; exports.StaticCheckDecentralandEstates = [{ "constant": false, "inputs": [{ "name": "_newAddress", "type": "address" }], "name": "changeDecentralandEstateAddress", "outputs": [], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": true, "inputs": [{ "name": "_estateId", "type": "uint256" }, { "name": "_fingerprint", "type": "bytes32" }, { "name": "checkTxOrigin", "type": "bool" }], "name": "succeedIfCurrentEstateFingerprintMatchesProvidedEstateFingerprint", "outputs": [], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": false, "inputs": [], "name": "renounceOwnership", "outputs": [], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": false, "inputs": [{ "name": "_newOpenSeaAdminAddress", "type": "address" }], "name": "changeOpenSeaAdminAddress", "outputs": [], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": true, "inputs": [], "name": "owner", "outputs": [{ "name": "", "type": "address" }], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": true, "inputs": [], "name": "isOwner", "outputs": [{ "name": "", "type": "bool" }], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": false, "inputs": [{ "name": "newOwner", "type": "address" }], "name": "transferOwnership", "outputs": [], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "name": "_decentralandEstateAddress", "type": "address" }, { "name": "_openSeaAdminAddress", "type": "address" }], "payable": false, "stateMutability": "nonpayable", "type": "constructor" }, { "anonymous": false, "inputs": [{ "indexed": false, "name": "previousOwner", "type": "address" }, { "indexed": false, "name": "newOwner", "type": "address" }], "name": "OwnershipTransferred", "type": "event" }]; //# sourceMappingURL=StaticCheckDecentralandEstates.js.map