UNPKG

@nexusmutual/deployments

Version:

Nexus Mutual deployed contract addresses and abis

1,074 lines 20.2 kB
[ { "inputs": [ { "internalType": "address", "name": "_verifyingAddress", "type": "address" }, { "internalType": "address", "name": "_master", "type": "address" } ], "stateMutability": "nonpayable", "type": "constructor" }, { "inputs": [], "name": "AddressAlreadyUsedForJoining", "type": "error" }, { "inputs": [], "name": "AdvisoryBoardMemberCannotLeave", "type": "error" }, { "inputs": [], "name": "AlreadyAdvisoryBoardMember", "type": "error" }, { "inputs": [], "name": "AlreadyMember", "type": "error" }, { "inputs": [], "name": "ContractAlreadyExists", "type": "error" }, { "inputs": [], "name": "ContractDoesNotExist", "type": "error" }, { "inputs": [], "name": "ContractIsNotProxy", "type": "error" }, { "inputs": [], "name": "FeeTransferFailed", "type": "error" }, { "inputs": [], "name": "InvalidContractAddress", "type": "error" }, { "inputs": [], "name": "InvalidContractIndex", "type": "error" }, { "inputs": [], "name": "InvalidJoinFee", "type": "error" }, { "inputs": [], "name": "InvalidSeat", "type": "error" }, { "inputs": [], "name": "InvalidSignature", "type": "error" }, { "inputs": [], "name": "NoConfigProposed", "type": "error" }, { "inputs": [], "name": "NotAdvisoryBoardMember", "type": "error" }, { "inputs": [], "name": "NotMember", "type": "error" }, { "inputs": [], "name": "NotMemberRoles", "type": "error" }, { "inputs": [], "name": "NotProxyOwner", "type": "error" }, { "inputs": [], "name": "OnlyEmergencyAdmin", "type": "error" }, { "inputs": [], "name": "OnlyGovernor", "type": "error" }, { "inputs": [], "name": "PauseConfigMismatch", "type": "error" }, { "inputs": [ { "internalType": "uint256", "name": "currentState", "type": "uint256" }, { "internalType": "uint256", "name": "checks", "type": "uint256" } ], "name": "Paused", "type": "error" }, { "inputs": [], "name": "ProposerCannotConfirmPause", "type": "error" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "uint256", "name": "seat", "type": "uint256" }, { "indexed": true, "internalType": "uint256", "name": "from", "type": "uint256" }, { "indexed": true, "internalType": "uint256", "name": "to", "type": "uint256" } ], "name": "AdvisoryBoardMemberSwapped", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "uint256", "name": "index", "type": "uint256" }, { "indexed": true, "internalType": "address", "name": "contractAddress", "type": "address" }, { "indexed": false, "internalType": "bool", "name": "isProxy", "type": "bool" } ], "name": "ContractAdded", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "uint256", "name": "index", "type": "uint256" }, { "indexed": true, "internalType": "address", "name": "proxy", "type": "address" }, { "indexed": false, "internalType": "address", "name": "implementation", "type": "address" } ], "name": "ContractDeployed", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "uint256", "name": "index", "type": "uint256" }, { "indexed": true, "internalType": "address", "name": "contractAddress", "type": "address" }, { "indexed": false, "internalType": "bool", "name": "isProxy", "type": "bool" } ], "name": "ContractRemoved", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "uint256", "name": "index", "type": "uint256" }, { "indexed": true, "internalType": "address", "name": "proxy", "type": "address" }, { "indexed": false, "internalType": "address", "name": "implementation", "type": "address" } ], "name": "ContractUpgraded", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "emergencyAdmin", "type": "address" }, { "indexed": false, "internalType": "bool", "name": "enabled", "type": "bool" } ], "name": "EmergencyAdminSet", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "uint256", "name": "memberId", "type": "uint256" }, { "indexed": true, "internalType": "address", "name": "previous", "type": "address" }, { "indexed": true, "internalType": "address", "name": "current", "type": "address" } ], "name": "MembershipChanged", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "uint256", "name": "config", "type": "uint256" }, { "indexed": true, "internalType": "address", "name": "confirmer", "type": "address" } ], "name": "PauseConfigConfirmed", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "uint256", "name": "config", "type": "uint256" }, { "indexed": true, "internalType": "address", "name": "proposer", "type": "address" } ], "name": "PauseConfigProposed", "type": "event" }, { "inputs": [], "name": "ADVISORY_BOARD_SEATS", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "DOMAIN_SEPARATOR", "outputs": [ { "internalType": "bytes32", "name": "", "type": "bytes32" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "JOIN_FEE", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "index", "type": "uint256" }, { "internalType": "address", "name": "contractAddress", "type": "address" }, { "internalType": "bool", "name": "isProxy", "type": "bool" } ], "name": "addContract", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "config", "type": "uint256" } ], "name": "confirmPauseConfig", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "index", "type": "uint256" }, { "internalType": "bytes32", "name": "salt", "type": "bytes32" }, { "internalType": "address", "name": "implementation", "type": "address" } ], "name": "deployContract", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "member", "type": "address" } ], "name": "getAdvisoryBoardSeat", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "index", "type": "uint256" } ], "name": "getContractAddressByIndex", "outputs": [ { "internalType": "address payable", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "contractAddress", "type": "address" } ], "name": "getContractIndexByAddress", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint256[]", "name": "indexes", "type": "uint256[]" } ], "name": "getContracts", "outputs": [ { "components": [ { "internalType": "address", "name": "addr", "type": "address" }, { "internalType": "bool", "name": "isProxy", "type": "bool" } ], "internalType": "struct IRegistry.Contract[]", "name": "_contracts", "type": "tuple[]" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getKycAuthAddress", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getLastMemberId", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "memberId", "type": "uint256" } ], "name": "getMemberAddress", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "seat", "type": "uint256" } ], "name": "getMemberAddressBySeat", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getMemberCount", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "member", "type": "address" } ], "name": "getMemberId", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "seat", "type": "uint256" } ], "name": "getMemberIdBySeat", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getPauseConfig", "outputs": [ { "internalType": "uint256", "name": "config", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getSystemPause", "outputs": [ { "components": [ { "internalType": "uint48", "name": "config", "type": "uint48" }, { "internalType": "uint48", "name": "proposedConfig", "type": "uint48" }, { "internalType": "address", "name": "proposer", "type": "address" } ], "internalType": "struct IRegistry.SystemPause", "name": "", "type": "tuple" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "member", "type": "address" } ], "name": "isAdvisoryBoardMember", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "memberId", "type": "uint256" } ], "name": "isAdvisoryBoardMemberById", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "", "type": "address" } ], "name": "isEmergencyAdmin", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "member", "type": "address" } ], "name": "isMember", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "mask", "type": "uint256" } ], "name": "isPaused", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "index", "type": "uint256" } ], "name": "isProxyContract", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "index", "type": "uint256" } ], "name": "isValidContractIndex", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "pure", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "member", "type": "address" }, { "internalType": "bytes", "name": "signature", "type": "bytes" } ], "name": "join", "outputs": [], "stateMutability": "payable", "type": "function" }, { "inputs": [], "name": "leave", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "master", "outputs": [ { "internalType": "contract INXMMaster", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "governorImplementation", "type": "address" }, { "internalType": "address", "name": "coverNFT", "type": "address" }, { "internalType": "address", "name": "stakingNFT", "type": "address" }, { "internalType": "address", "name": "stakingPoolFactory", "type": "address" }, { "internalType": "address", "name": "token", "type": "address" }, { "internalType": "bytes32", "name": "governorSalt", "type": "bytes32" }, { "internalType": "bytes32", "name": "poolSalt", "type": "bytes32" }, { "internalType": "bytes32", "name": "swapOperatorSalt", "type": "bytes32" }, { "internalType": "bytes32", "name": "assessmentSalt", "type": "bytes32" }, { "internalType": "bytes32", "name": "claimsSalt", "type": "bytes32" } ], "name": "migrate", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address[]", "name": "abMembers", "type": "address[]" } ], "name": "migrateAdvisoryBoardMembers", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address[]", "name": "membersToMigrate", "type": "address[]" } ], "name": "migrateMembers", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "config", "type": "uint256" } ], "name": "proposePauseConfig", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "index", "type": "uint256" } ], "name": "removeContract", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "_emergencyAdmin", "type": "address" }, { "internalType": "bool", "name": "enabled", "type": "bool" } ], "name": "setEmergencyAdmin", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "_kycAuthAddress", "type": "address" } ], "name": "setKycAuthAddress", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "from", "type": "uint256" }, { "internalType": "uint256", "name": "to", "type": "uint256" } ], "name": "swapAdvisoryBoardMember", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "from", "type": "address" }, { "internalType": "address", "name": "to", "type": "address" } ], "name": "switchFor", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "to", "type": "address" } ], "name": "switchTo", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "index", "type": "uint256" }, { "internalType": "address", "name": "implementation", "type": "address" } ], "name": "upgradeContract", "outputs": [], "stateMutability": "nonpayable", "type": "function" } ]