@roninbuilders/contracts
Version:
Type safe Contract ABIs for Ronin Network
1 lines • 8.2 kB
JavaScript
var e={id:6805,address:"0x6fb6ebf02aeed3f9165e08f0986c64a8e2fb259f",contract_name:"ERC1967Proxy",display_name:"ERC1967 Proxy",is_deprecated:false,is_proxy:true,proxy_to:"0x12770ddef183215161a75afe0da4feb6c06ee907",created_at:1736774351,abi:[{type:"constructor",stateMutability:"payable",inputs:[{type:"address",name:"_logic"},{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"},{type:"receive",stateMutability:"payable"}],proxy_abi:[{type:"constructor",stateMutability:"nonpayable",inputs:[]},{name:"AddressCannotBeEOA",type:"error",inputs:[]},{name:"AddressCannotBeZero",type:"error",inputs:[]},{name:"CallerIsNotRouter",type:"error",inputs:[]},{name:"CannotVerifyCalldataHash",type:"error",inputs:[]},{name:"FailedToCollectFunds",type:"error",inputs:[]},{name:"FailedToRemoveFreeNode",type:"error",inputs:[]},{name:"FreeNodeAlreadyWhitelisted",type:"error",inputs:[]},{name:"FreeNodeNotWhitelisted",type:"error",inputs:[]},{name:"GasPaymentAfterCalculationMustBeSet",type:"error",inputs:[]},{name:"IncorrectInputMessage",type:"error",inputs:[]},{name:"IncorrectPublicKeyOrSignaturePoints",type:"error",inputs:[]},{name:"NonceAlreadyProcessed",type:"error",inputs:[]},{name:"PaymentFailed",type:"error",inputs:[]},{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:"FreeNodeRemovedFromWhitelist",type:"event",inputs:[{type:"address",name:"freeNodeWallet"}]},{name:"FreeNodeWhitelisted",type:"event",inputs:[{type:"address",name:"freeNodeWalletAddress"}]},{name:"Initialized",type:"event",inputs:[{type:"uint8",name:"version"}]},{name:"MultipleFreeNodesWhitelisted",type:"event",inputs:[{type:"address[]",name:"freeNodeWallets"}]},{name:"NonceProcessed",type:"event",inputs:[{type:"uint256",name:"nonce",indexed:true},{type:"address",name:"clientWalletAddress",indexed:true},{type:"uint256",name:"timestamp"},{type:"bool",name:"status"},{type:"bytes",name:"data"}]},{name:"OwnershipTransferStarted",type:"event",inputs:[{type:"address",name:"previousOwner",indexed:true},{type:"address",name:"newOwner",indexed:true}]},{name:"OwnershipTransferred",type:"event",inputs:[{type:"address",name:"previousOwner",indexed:true},{type:"address",name:"newOwner",indexed:true}]},{name:"PublicKeyUpdated",type:"event",inputs:[{type:"uint256",name:"_timestamp"}]},{name:"RequestGenerated",type:"event",inputs:[{type:"uint256",name:"nonce",indexed:true},{type:"uint256",name:"instanceId"},{type:"address",name:"callerContract",indexed:true},{type:"string",name:"functionName"},{type:"uint8",name:"rngCount"},{type:"uint256",name:"numConfirmations"},{type:"uint256",name:"clientSeed"},{type:"address",name:"clientWalletAddress",indexed:true},{type:"uint256",name:"chainId"}]},{name:"RequestRetry",type:"event",inputs:[{type:"uint256",name:"nonce"},{type:"uint256",name:"instanceId"},{type:"address",name:"callerContract"},{type:"string",name:"functionName"},{type:"uint8",name:"rngCount"},{type:"uint256",name:"clientSeed"},{type:"address",name:"clientWalletAddress"},{type:"uint256",name:"chainId"},{type:"uint256",name:"requestBlockNumber"}]},{name:"Upgraded",type:"event",inputs:[{type:"address",name:"implementation",indexed:true}]},{name:"acceptOwnership",type:"function",stateMutability:"nonpayable",inputs:[],outputs:[]},{name:"addFreeNodeToWhitelistBulk",type:"function",stateMutability:"nonpayable",inputs:[{type:"address[]",name:"_freeNodeWallets"}],outputs:[]},{name:"addFreeNodeToWhitelistSingle",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"_freeNodeWallet"}],outputs:[]},{name:"depositContract",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"address"}]},{name:"domain",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"bytes32"}]},{name:"gasAfterPaymentCalculation",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"uint256"}]},{name:"generateRngCallback",type:"function",stateMutability:"nonpayable",inputs:[{type:"uint256",name:"_nonce"},{type:"uint256[2]",name:"_signature"},{type:"uint8",name:"_rngCount"},{type:"uint256",name:"_clientSeed"},{type:"address",name:"_callerContract"},{type:"string",name:"_func"},{type:"address",name:"_clientWalletAddress"},{type:"uint256",name:"_requestBlockNumber"}],outputs:[{type:"bool",name:"_rngSuccess"},{type:"bool",name:"paymentSuccess"},{type:"bytes",name:"data"}]},{name:"initialize",type:"function",stateMutability:"nonpayable",inputs:[{type:"bytes32",name:"_domain"},{type:"address",name:"_supraRouterContract"},{type:"uint256[4]",name:"_publicKey"},{type:"uint256",name:"_instanceId"},{type:"uint256",name:"_blsPreCompileGasCost"},{type:"uint256",name:"_gasAfterPaymentCalculation"},{type:"uint256",name:"_supraMinimumGasPerTx"}],outputs:[]},{name:"initialize",type:"function",stateMutability:"nonpayable",inputs:[{type:"bytes32",name:"_domain"},{type:"address",name:"_supraRouterContract"},{type:"uint256[4]",name:"_publicKey"},{type:"uint256",name:"_instanceId"},{type:"uint256",name:"_blsPreCompileGasCost"},{type:"uint256",name:"_gasAfterPaymentCalculation"},{type:"uint256",name:"_requiredL1Gas"},{type:"uint256",name:"_supraMinimumGasPerTx"}],outputs:[]},{name:"instanceId",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"uint256"}]},{name:"isFreeNodeWhitelisted",type:"function",stateMutability:"view",inputs:[{type:"address",name:"_freeNodeWallet"}],outputs:[{type:"bool"}]},{name:"listAllWhitelistedFreeNodes",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"address[]"}]},{name:"owner",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"address"}]},{name:"pendingOwner",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"address"}]},{name:"proxiableUUID",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"bytes32"}]},{name:"publicKey",type:"function",stateMutability:"view",inputs:[{type:"uint256"}],outputs:[{type:"uint256"}]},{name:"removeFreeNodeFromWhitelist",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"_freeNodeWallet"}],outputs:[]},{name:"renounceOwnership",type:"function",stateMutability:"nonpayable",inputs:[],outputs:[]},{name:"requiredL1Gas",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"uint256"}]},{name:"rngRequest",type:"function",stateMutability:"nonpayable",inputs:[{type:"uint256",name:"_nonce"},{type:"string",name:"_functionName"},{type:"uint8",name:"_rngCount"},{type:"address",name:"_callerContract"},{type:"uint256",name:"_numConfirmations"},{type:"uint256",name:"_clientSeed"},{type:"address",name:"_clientWalletAddress"}],outputs:[]},{name:"setGasAfterPaymentCalculation",type:"function",stateMutability:"nonpayable",inputs:[{type:"uint256",name:"_newGas"}],outputs:[]},{name:"setSupraMinimumGasPerTx",type:"function",stateMutability:"nonpayable",inputs:[{type:"uint256",name:"_supraMinimumGasPerTx"}],outputs:[]},{name:"supraMinimumGasPerTx",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"uint256"}]},{name:"supraRouterContract",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"address"}]},{name:"transferOwnership",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"newOwner"}],outputs:[]},{name:"updateDepositContract",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"_newDepositSC"}],outputs:[]},{name:"updatePublicKey",type:"function",stateMutability:"nonpayable",inputs:[{type:"uint256[4]",name:"_publicKey"}],outputs:[{type:"bool"}]},{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:[]}]},t=e;export{t as default};