UNPKG

@roninbuilders/contracts

Version:

Type safe Contract ABIs for Ronin Network

1 lines 8.72 kB
'use strict';var e={id:35240,address:"0xb693bd5fdafe1c69de15cd89ab5498d403ea5b78",contract_name:"TransparentUpgradeableProxy",display_name:"Calamity Cosmetics Proxy",is_deprecated:false,is_proxy:true,proxy_to:"0x48f6b1fe99d07be587e2f682f61eae020a99be1e",created_at:1748948433,abi:[{type:"constructor",stateMutability:"payable",inputs:[{type:"address",name:"_logic"},{type:"address",name:"admin_"},{type:"bytes",name:"_data"}]},{name:"AdminChanged",type:"event",inputs:[{type:"address",name:"previousAdmin"},{type:"address",name:"newAdmin"}]},{name:"BeaconUpgraded",type:"event",inputs:[{type:"address",name:"beacon",indexed:true}]},{name:"Upgraded",type:"event",inputs:[{type:"address",name:"implementation",indexed:true}]},{type:"fallback",stateMutability:"payable"},{name:"admin",type:"function",stateMutability:"nonpayable",inputs:[],outputs:[{type:"address",name:"admin_"}]},{name:"changeAdmin",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"newAdmin"}],outputs:[]},{name:"implementation",type:"function",stateMutability:"nonpayable",inputs:[],outputs:[{type:"address",name:"implementation_"}]},{name:"upgradeTo",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"newImplementation"}],outputs:[]},{name:"upgradeToAndCall",type:"function",stateMutability:"payable",inputs:[{type:"address",name:"newImplementation"},{type:"bytes",name:"data"}],outputs:[]},{type:"receive",stateMutability:"payable"}],proxy_abi:[{name:"ECDSAInvalidSignature",type:"error",inputs:[]},{name:"ECDSAInvalidSignatureLength",type:"error",inputs:[{type:"uint256",name:"length"}]},{name:"ECDSAInvalidSignatureS",type:"error",inputs:[{type:"bytes32",name:"s"}]},{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:"ERC721EnumerableForbiddenBatchMint",type:"error",inputs:[]},{name:"ERC721IncorrectOwner",type:"error",inputs:[{type:"address",name:"sender"},{type:"uint256",name:"tokenId"},{type:"address",name:"owner"}]},{name:"ERC721InsufficientApproval",type:"error",inputs:[{type:"address",name:"operator"},{type:"uint256",name:"tokenId"}]},{name:"ERC721InvalidApprover",type:"error",inputs:[{type:"address",name:"approver"}]},{name:"ERC721InvalidOperator",type:"error",inputs:[{type:"address",name:"operator"}]},{name:"ERC721InvalidOwner",type:"error",inputs:[{type:"address",name:"owner"}]},{name:"ERC721InvalidReceiver",type:"error",inputs:[{type:"address",name:"receiver"}]},{name:"ERC721InvalidSender",type:"error",inputs:[{type:"address",name:"sender"}]},{name:"ERC721NonexistentToken",type:"error",inputs:[{type:"uint256",name:"tokenId"}]},{name:"ERC721OutOfBoundsIndex",type:"error",inputs:[{type:"address",name:"owner"},{type:"uint256",name:"index"}]},{name:"InvalidInitialization",type:"error",inputs:[]},{name:"NotInitializing",type:"error",inputs:[]},{name:"OwnableInvalidOwner",type:"error",inputs:[{type:"address",name:"owner"}]},{name:"OwnableUnauthorizedAccount",type:"error",inputs:[{type:"address",name:"account"}]},{name:"ReentrancyGuardReentrantCall",type:"error",inputs:[]},{name:"Approval",type:"event",inputs:[{type:"address",name:"owner",indexed:true},{type:"address",name:"approved",indexed:true},{type:"uint256",name:"tokenId",indexed:true}]},{name:"ApprovalForAll",type:"event",inputs:[{type:"address",name:"owner",indexed:true},{type:"address",name:"operator",indexed:true},{type:"bool",name:"approved"}]},{name:"EIP712DomainChanged",type:"event",inputs:[]},{name:"Initialized",type:"event",inputs:[{type:"uint64",name:"version"}]},{name:"Mint",type:"event",inputs:[{type:"address",name:"user",indexed:true},{type:"uint256",name:"nftId"}]},{name:"OwnershipTransferred",type:"event",inputs:[{type:"address",name:"previousOwner",indexed:true},{type:"address",name:"newOwner",indexed:true}]},{name:"SetRoyalty",type:"event",inputs:[{type:"address",name:"receiver",indexed:true},{type:"uint256",name:"royalty"}]},{name:"SetSigner",type:"event",inputs:[{type:"address",name:"signer",indexed:true}]},{name:"SetUri",type:"event",inputs:[{type:"string",name:"_url"}]},{name:"Transfer",type:"event",inputs:[{type:"address",name:"from",indexed:true},{type:"address",name:"to",indexed:true},{type:"uint256",name:"tokenId",indexed:true}]},{name:"CALAMITY_TYPEHASH",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"bytes32"}]},{name:"approve",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"to"},{type:"uint256",name:"tokenId"}],outputs:[]},{name:"balanceOf",type:"function",stateMutability:"view",inputs:[{type:"address",name:"owner"}],outputs:[{type:"uint256"}]},{name:"batchMint",type:"function",stateMutability:"nonpayable",inputs:[{type:"uint256[]",name:"nftIds"},{type:"bytes[]",name:"signature"}],outputs:[]},{name:"burn",type:"function",stateMutability:"nonpayable",inputs:[{type:"uint256",name:"tokenId"}],outputs:[]},{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:"getApproved",type:"function",stateMutability:"view",inputs:[{type:"uint256",name:"tokenId"}],outputs:[{type:"address"}]},{name:"initialize",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"_owner"},{type:"address",name:"_oracle"}],outputs:[]},{name:"isApprovedForAll",type:"function",stateMutability:"view",inputs:[{type:"address",name:"owner"},{type:"address",name:"operator"}],outputs:[{type:"bool"}]},{name:"name",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"string"}]},{name:"oracle",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"address"}]},{name:"owner",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"address"}]},{name:"ownerOf",type:"function",stateMutability:"view",inputs:[{type:"uint256",name:"tokenId"}],outputs:[{type:"address"}]},{name:"renounceOwnership",type:"function",stateMutability:"nonpayable",inputs:[],outputs:[]},{name:"royaltyInfo",type:"function",stateMutability:"view",inputs:[{type:"uint256",name:"tokenId"},{type:"uint256",name:"salePrice"}],outputs:[{type:"address",name:"receiver"},{type:"uint256",name:"amount"}]},{name:"safeTransferFrom",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"from"},{type:"address",name:"to"},{type:"uint256",name:"tokenId"}],outputs:[]},{name:"safeTransferFrom",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"from"},{type:"address",name:"to"},{type:"uint256",name:"tokenId"},{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:"setOracle",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"_oracle"}],outputs:[]},{name:"setUri",type:"function",stateMutability:"nonpayable",inputs:[{type:"string",name:"_url"}],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:"tokenByIndex",type:"function",stateMutability:"view",inputs:[{type:"uint256",name:"index"}],outputs:[{type:"uint256"}]},{name:"tokenOfOwnerByIndex",type:"function",stateMutability:"view",inputs:[{type:"address",name:"owner"},{type:"uint256",name:"index"}],outputs:[{type:"uint256"}]},{name:"tokenURI",type:"function",stateMutability:"view",inputs:[{type:"uint256",name:"tokenId"}],outputs:[{type:"string"}]},{name:"totalSupply",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"uint256"}]},{name:"transferFrom",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"from"},{type:"address",name:"to"},{type:"uint256",name:"tokenId"}],outputs:[]},{name:"transferOwnership",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"newOwner"}],outputs:[]}]},t=e;module.exports=t;