@roninbuilders/contracts
Version:
Type safe Contract ABIs for Ronin Network
1 lines • 9.99 kB
JavaScript
var e={id:33496,address:"0x8834a4cf81d94df43704f558b23924befe0909a7",contract_name:"Land",display_name:"Land",is_deprecated:false,is_proxy:false,proxy_to:false,created_at:1744772119,abi:[{type:"constructor",stateMutability:"nonpayable",inputs:[{type:"address",name:"admin"},{type:"string",name:"name"},{type:"string",name:"symbol"},{type:"string",name:"uri"},{type:"address",name:"feeRecipient"},{type:"uint96",name:"feeNumerator"}]},{name:"AccessControlBadConfirmation",type:"error",inputs:[]},{name:"AccessControlUnauthorizedAccount",type:"error",inputs:[{type:"address",name:"account"},{type:"bytes32",name:"neededRole"}]},{name:"ERC1155InsufficientBalance",type:"error",inputs:[{type:"address",name:"sender"},{type:"uint256",name:"balance"},{type:"uint256",name:"needed"},{type:"uint256",name:"tokenId"}]},{name:"ERC1155InvalidApprover",type:"error",inputs:[{type:"address",name:"approver"}]},{name:"ERC1155InvalidArrayLength",type:"error",inputs:[{type:"uint256",name:"idsLength"},{type:"uint256",name:"valuesLength"}]},{name:"ERC1155InvalidOperator",type:"error",inputs:[{type:"address",name:"operator"}]},{name:"ERC1155InvalidReceiver",type:"error",inputs:[{type:"address",name:"receiver"}]},{name:"ERC1155InvalidSender",type:"error",inputs:[{type:"address",name:"sender"}]},{name:"ERC1155MissingApprovalForAll",type:"error",inputs:[{type:"address",name:"operator"},{type:"address",name:"owner"}]},{name:"ERC2981InvalidDefaultRoyalty",type:"error",inputs:[{type:"uint256",name:"numerator"},{type:"uint256",name:"denominator"}]},{name:"ERC2981InvalidDefaultRoyaltyReceiver",type:"error",inputs:[{type:"address",name:"receiver"}]},{name:"ERC2981InvalidTokenRoyalty",type:"error",inputs:[{type:"uint256",name:"tokenId"},{type:"uint256",name:"numerator"},{type:"uint256",name:"denominator"}]},{name:"ERC2981InvalidTokenRoyaltyReceiver",type:"error",inputs:[{type:"uint256",name:"tokenId"},{type:"address",name:"receiver"}]},{name:"EnforcedPause",type:"error",inputs:[]},{name:"ExpectedPause",type:"error",inputs:[]},{name:"SameTransferValidator",type:"error",inputs:[]},{name:"ApprovalForAll",type:"event",inputs:[{type:"address",name:"account",indexed:true},{type:"address",name:"operator",indexed:true},{type:"bool",name:"approved"}]},{name:"DefaultRoyaltySet",type:"event",inputs:[{type:"address",name:"receiver",indexed:true},{type:"uint96",name:"feeNumerator"}]},{name:"LandMinted",type:"event",inputs:[{type:"address",name:"owner",indexed:true},{type:"uint256",name:"amount"}]},{name:"Paused",type:"event",inputs:[{type:"address",name:"account"}]},{name:"RoleAdminChanged",type:"event",inputs:[{type:"bytes32",name:"role",indexed:true},{type:"bytes32",name:"previousAdminRole",indexed:true},{type:"bytes32",name:"newAdminRole",indexed:true}]},{name:"RoleGranted",type:"event",inputs:[{type:"bytes32",name:"role",indexed:true},{type:"address",name:"account",indexed:true},{type:"address",name:"sender",indexed:true}]},{name:"RoleRevoked",type:"event",inputs:[{type:"bytes32",name:"role",indexed:true},{type:"address",name:"account",indexed:true},{type:"address",name:"sender",indexed:true}]},{name:"TokenRoyaltySet",type:"event",inputs:[{type:"uint256",name:"tokenId",indexed:true},{type:"address",name:"receiver",indexed:true},{type:"uint96",name:"feeNumerator"}]},{name:"TransferBatch",type:"event",inputs:[{type:"address",name:"operator",indexed:true},{type:"address",name:"from",indexed:true},{type:"address",name:"to",indexed:true},{type:"uint256[]",name:"ids"},{type:"uint256[]",name:"values"}]},{name:"TransferSingle",type:"event",inputs:[{type:"address",name:"operator",indexed:true},{type:"address",name:"from",indexed:true},{type:"address",name:"to",indexed:true},{type:"uint256",name:"id"},{type:"uint256",name:"value"}]},{name:"TransferValidatorUpdated",type:"event",inputs:[{type:"address",name:"oldValidator"},{type:"address",name:"newValidator"}]},{name:"URI",type:"event",inputs:[{type:"string",name:"value"},{type:"uint256",name:"id",indexed:true}]},{name:"Unpaused",type:"event",inputs:[{type:"address",name:"account"}]},{name:"CONFIGURER_ROLE",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"bytes32"}]},{name:"DEFAULT_ADMIN_ROLE",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"bytes32"}]},{name:"MINTER_ROLE",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"bytes32"}]},{name:"balanceOf",type:"function",stateMutability:"view",inputs:[{type:"address",name:"account"},{type:"uint256",name:"id"}],outputs:[{type:"uint256"}]},{name:"balanceOfBatch",type:"function",stateMutability:"view",inputs:[{type:"address[]",name:"accounts"},{type:"uint256[]",name:"ids"}],outputs:[{type:"uint256[]"}]},{name:"bulkMint",type:"function",stateMutability:"nonpayable",inputs:[{type:"uint256",name:"id"},{type:"address[]",name:"tos"},{type:"uint256[]",name:"amounts"},{type:"bytes[]",name:"datas"}],outputs:[]},{name:"burn",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"account"},{type:"uint256",name:"id"},{type:"uint256",name:"value"}],outputs:[]},{name:"burnBatch",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"account"},{type:"uint256[]",name:"ids"},{type:"uint256[]",name:"values"}],outputs:[]},{name:"exists",type:"function",stateMutability:"view",inputs:[{type:"uint256",name:"id"}],outputs:[{type:"bool"}]},{name:"getRoleAdmin",type:"function",stateMutability:"view",inputs:[{type:"bytes32",name:"role"}],outputs:[{type:"bytes32"}]},{name:"getRoleMember",type:"function",stateMutability:"view",inputs:[{type:"bytes32",name:"role"},{type:"uint256",name:"index"}],outputs:[{type:"address"}]},{name:"getRoleMemberCount",type:"function",stateMutability:"view",inputs:[{type:"bytes32",name:"role"}],outputs:[{type:"uint256"}]},{name:"getTransferValidationFunction",type:"function",stateMutability:"pure",inputs:[],outputs:[{type:"bytes4",name:"functionSignature"},{type:"bool",name:"isViewFunction"}]},{name:"getTransferValidator",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"address"}]},{name:"grantRole",type:"function",stateMutability:"nonpayable",inputs:[{type:"bytes32",name:"role"},{type:"address",name:"account"}],outputs:[]},{name:"hasRole",type:"function",stateMutability:"view",inputs:[{type:"bytes32",name:"role"},{type:"address",name:"account"}],outputs:[{type:"bool"}]},{name:"isApprovedForAll",type:"function",stateMutability:"view",inputs:[{type:"address",name:"account"},{type:"address",name:"operator"}],outputs:[{type:"bool"}]},{name:"mint",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"account"},{type:"uint256",name:"id"},{type:"uint256",name:"amount"},{type:"bytes",name:"data"}],outputs:[]},{name:"mintBatch",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"to"},{type:"uint256[]",name:"ids"},{type:"uint256[]",name:"amounts"},{type:"bytes",name:"data"}],outputs:[]},{name:"mintLaunchpad",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"to"},{type:"uint256",name:"quantity"},{type:"bytes"}],outputs:[{type:"uint256[]",name:"tokenIds"},{type:"uint256[]",name:"amounts"}]},{name:"mintPresale",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"to"},{type:"uint256",name:"quantity"},{type:"bytes"}],outputs:[{type:"uint256[]",name:"tokenIds"},{type:"uint256[]",name:"amounts"}]},{name:"name",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"string"}]},{name:"pause",type:"function",stateMutability:"nonpayable",inputs:[],outputs:[]},{name:"paused",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"bool"}]},{name:"renounceRole",type:"function",stateMutability:"nonpayable",inputs:[{type:"bytes32",name:"role"},{type:"address",name:"callerConfirmation"}],outputs:[]},{name:"revokeRole",type:"function",stateMutability:"nonpayable",inputs:[{type:"bytes32",name:"role"},{type:"address",name:"account"}],outputs:[]},{name:"royaltyInfo",type:"function",stateMutability:"view",inputs:[{type:"uint256",name:"tokenId"},{type:"uint256",name:"salePrice"}],outputs:[{type:"address"},{type:"uint256"}]},{name:"safeBatchTransferFrom",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"from"},{type:"address",name:"to"},{type:"uint256[]",name:"ids"},{type:"uint256[]",name:"values"},{type:"bytes",name:"data"}],outputs:[]},{name:"safeTransferFrom",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"from"},{type:"address",name:"to"},{type:"uint256",name:"id"},{type:"uint256",name:"value"},{type:"bytes",name:"data"}],outputs:[]},{name:"setApprovalForAll",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"operator"},{type:"bool",name:"approved"}],outputs:[]},{name:"setDefaultRoyalty",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"receiver"},{type:"uint96",name:"feeNumerator"}],outputs:[]},{name:"setTokenRoyalty",type:"function",stateMutability:"nonpayable",inputs:[{type:"uint256",name:"tokenId"},{type:"address",name:"receiver"},{type:"uint96",name:"feeNumerator"}],outputs:[]},{name:"setTransferValidator",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"newValidator"}],outputs:[]},{name:"setURI",type:"function",stateMutability:"nonpayable",inputs:[{type:"string",name:"newURI"}],outputs:[]},{name:"supportsInterface",type:"function",stateMutability:"view",inputs:[{type:"bytes4",name:"interfaceId"}],outputs:[{type:"bool"}]},{name:"symbol",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"string"}]},{name:"totalSupply",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"uint256"}]},{name:"totalSupply",type:"function",stateMutability:"view",inputs:[{type:"uint256",name:"id"}],outputs:[{type:"uint256"}]},{name:"unpause",type:"function",stateMutability:"nonpayable",inputs:[],outputs:[]},{name:"uri",type:"function",stateMutability:"view",inputs:[{type:"uint256",name:"tokenId"}],outputs:[{type:"string"}]}]},t=e;export{t as default};