@roninbuilders/contracts
Version:
Type safe Contract ABIs for Ronin Network
1 lines • 4.09 kB
JavaScript
;var t={id:36171,address:"0x6c1dbd72ada46ec96cd30b3b649cf9d60a2d5f2f",contract_name:"TransparentUpgradeableProxy",display_name:"Nyx Random Box VRF Proxy",is_deprecated:false,is_proxy:true,proxy_to:"0xe47568fd1db6f63da2a9a25ad0ee21508faa218a",created_at:1752476841,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:[{type:"constructor",stateMutability:"nonpayable",inputs:[]},{name:"Initialized",type:"event",inputs:[{type:"uint8",name:"version"}]},{name:"OwnershipTransferred",type:"event",inputs:[{type:"address",name:"previousOwner",indexed:true},{type:"address",name:"newOwner",indexed:true}]},{name:"Paused",type:"event",inputs:[{type:"address",name:"account"}]},{name:"RequestFulfilled",type:"event",inputs:[{type:"uint256",name:"requestId"},{type:"uint256[]",name:"randomWords"}]},{name:"RequestSent",type:"event",inputs:[{type:"uint256",name:"requestId"},{type:"uint32",name:"numWords"}]},{name:"Unpaused",type:"event",inputs:[{type:"address",name:"account"}]},{name:"MsFulfillRandomWords",type:"function",stateMutability:"nonpayable",inputs:[{type:"uint256",name:"_requestId"},{type:"uint256[]",name:"_randomWords"}],outputs:[]},{name:"MsSetAuthorizedContract",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"contractAddress"},{type:"bool",name:"isAuthorized"}],outputs:[]},{name:"MsSetMasterAddr",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"_masterAddr"}],outputs:[]},{name:"authorizedContracts",type:"function",stateMutability:"view",inputs:[{type:"address"}],outputs:[{type:"bool"}]},{name:"getRequestStatus",type:"function",stateMutability:"view",inputs:[{type:"uint256",name:"_requestId"}],outputs:[{type:"bool",name:"fulfilled"},{type:"uint256[]",name:"randomWords"}]},{name:"initialize",type:"function",stateMutability:"nonpayable",inputs:[],outputs:[]},{name:"lastRequestId",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"uint256"}]},{name:"masterAddr",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"address"}]},{name:"owner",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"address"}]},{name:"paused",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"bool"}]},{name:"renounceOwnership",type:"function",stateMutability:"nonpayable",inputs:[],outputs:[]},{name:"requestIds",type:"function",stateMutability:"view",inputs:[{type:"uint256"}],outputs:[{type:"uint256"}]},{name:"requestRandomWords",type:"function",stateMutability:"nonpayable",inputs:[{type:"uint32",name:"numWords"}],outputs:[{type:"uint256",name:"requestId"}]},{name:"s_requests",type:"function",stateMutability:"view",inputs:[{type:"uint256"}],outputs:[{type:"bool",name:"fulfilled"},{type:"bool",name:"exists"},{type:"address",name:"callerContract"},{type:"bool",name:"callByOwner"}]},{name:"transferOwnership",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"newOwner"}],outputs:[]}]},e=t;module.exports=e;