@roninbuilders/contracts
Version:
Type safe Contract ABIs for Ronin Network
1 lines • 3.92 kB
JavaScript
;var e={id:2393,address:"0xe47c4fa52aaed23681551d6847db52a5a8b3182f",contract_name:"WildForestClaimNft",display_name:"Wild Forest Claim Nft",is_deprecated:false,is_proxy:false,proxy_to:false,created_at:1715158702,abi:[{type:"constructor",stateMutability:"nonpayable",inputs:[]},{name:"Expired",type:"error",inputs:[]},{name:"InvalidContractName",type:"error",inputs:[]},{name:"InvalidSignature",type:"error",inputs:[]},{name:"NonceAlreadyUsed",type:"error",inputs:[{type:"string",name:"identificator"}]},{name:"EIP712DomainChanged",type:"event",inputs:[]},{name:"Initialized",type:"event",inputs:[{type:"uint8",name:"version"}]},{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:"UserMint",type:"event",inputs:[{type:"address",name:"walletAddress",indexed:true},{type:"uint256[]",name:"tokenIds"},{type:"string[]",name:"identificators"},{type:"string",name:"playerId"}]},{name:"DEFAULT_ADMIN_ROLE",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"bytes32"}]},{name:"_mintNonces",type:"function",stateMutability:"view",inputs:[{type:"address"},{type:"string"}],outputs:[{type:"bool"}]},{name:"eip712Domain",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"bytes1",name:"fields"},{type:"string",name:"name"},{type:"string",name:"version"},{type:"uint256",name:"chainId"},{type:"address",name:"verifyingContract"},{type:"bytes32",name:"salt"},{type:"uint256[]",name:"extensions"}]},{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:"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:"initialize",type:"function",stateMutability:"nonpayable",inputs:[{type:"string",name:"name"},{type:"address",name:"ownerAddress"},{type:"address",name:"signerAddress"},{type:"address",name:"nftContractAddress"}],outputs:[]},{name:"renounceRole",type:"function",stateMutability:"nonpayable",inputs:[{type:"bytes32",name:"role"},{type:"address",name:"account"}],outputs:[]},{name:"revokeRole",type:"function",stateMutability:"nonpayable",inputs:[{type:"bytes32",name:"role"},{type:"address",name:"account"}],outputs:[]},{name:"setNftContractAddress",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"nftContractAddress"}],outputs:[]},{name:"setUserMintSigner",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"signerAddress"}],outputs:[]},{name:"supportsInterface",type:"function",stateMutability:"view",inputs:[{type:"bytes4",name:"interfaceId"}],outputs:[{type:"bool"}]},{name:"userMint",type:"function",stateMutability:"nonpayable",inputs:[{type:"tuple",name:"mintData",components:[{type:"address",name:"walletAddress"},{type:"string",name:"playerId"},{type:"string[]",name:"identificators"},{type:"uint256",name:"deadline"}]},{type:"bytes",name:"signature"}],outputs:[{type:"uint256[]",name:"_tokenIds"}]}]},t=e;module.exports=t;