@roninbuilders/contracts
Version:
Type safe Contract ABIs for Ronin Network
1 lines • 4.17 kB
JavaScript
var t={id:184,address:"0x213073989821f738a7ba3520c3d31a1f9ad31bbd",contract_name:"ClockAuctionProxy",display_name:"Clock Auction Proxy",is_deprecated:true,is_proxy:true,proxy_to:"0xc19885924f6523a9bf60d30e852d664291f2d433",created_at:1619438333,abi:[{type:"constructor",stateMutability:"nonpayable",inputs:[{type:"address",name:"_proxyTo"},{type:"uint256",name:"_tokenMaxOccurrences"},{type:"address",name:"_exchangeContract"},{type:"uint256",name:"_ownerCut"}]},{name:"AdminChanged",type:"event",inputs:[{type:"address",name:"_oldAdmin",indexed:true},{type:"address",name:"_newAdmin",indexed:true}]},{name:"AdminRemoved",type:"event",inputs:[{type:"address",name:"_oldAdmin",indexed:true}]},{name:"OperatorAdded",type:"event",inputs:[{type:"address",name:"_operator",indexed:true}]},{name:"OperatorRemoved",type:"event",inputs:[{type:"address",name:"_operator",indexed:true}]},{name:"Paused",type:"event",inputs:[]},{name:"ProxyUpdated",type:"event",inputs:[{type:"address",name:"_new",indexed:true},{type:"address",name:"_old",indexed:true}]},{name:"Unpaused",type:"event",inputs:[]},{type:"fallback",stateMutability:"payable"},{name:"addOperators",type:"function",stateMutability:"nonpayable",inputs:[{type:"address[]",name:"_addedOperators"}],outputs:[]},{name:"admin",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"address"}]},{name:"auctions",type:"function",stateMutability:"view",inputs:[{type:"address"},{type:"uint256"}],outputs:[{type:"address",name:"seller"}]},{name:"changeAdmin",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"_newAdmin"}],outputs:[]},{name:"completeInitilization",type:"function",stateMutability:"nonpayable",inputs:[],outputs:[]},{name:"exchangeContract",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"address"}]},{name:"getTokenAuctions",type:"function",stateMutability:"view",inputs:[{type:"address",name:"_tokenAddress"},{type:"uint256",name:"_tokenNumber"}],outputs:[{type:"address[]",name:"_sellers"},{type:"uint256[]",name:"_listingIndexes"}]},{name:"getTokenAuctionsCount",type:"function",stateMutability:"view",inputs:[{type:"address",name:"_tokenAddress"},{type:"uint256",name:"_tokenNumber"}],outputs:[{type:"uint256"}]},{name:"implementation",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"address"}]},{name:"initialized",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"bool"}]},{name:"operator",type:"function",stateMutability:"view",inputs:[{type:"address"}],outputs:[{type:"bool"}]},{name:"operators",type:"function",stateMutability:"view",inputs:[{type:"uint256"}],outputs:[{type:"address"}]},{name:"ownerCut",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"uint256"}]},{name:"pause",type:"function",stateMutability:"nonpayable",inputs:[],outputs:[]},{name:"paused",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"bool"}]},{name:"proxyType",type:"function",stateMutability:"pure",inputs:[],outputs:[{type:"uint256"}]},{name:"removeAdmin",type:"function",stateMutability:"nonpayable",inputs:[],outputs:[]},{name:"removeOperators",type:"function",stateMutability:"nonpayable",inputs:[{type:"address[]",name:"_removedOperators"}],outputs:[]},{name:"setOwnerCut",type:"function",stateMutability:"nonpayable",inputs:[{type:"uint256",name:"_newOwnerCut"}],outputs:[]},{name:"setTokenMaxOccurrences",type:"function",stateMutability:"nonpayable",inputs:[{type:"uint256",name:"_tokenMaxOccurrences"}],outputs:[]},{name:"tokenMaxOccurrences",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"uint256"}]},{name:"unpause",type:"function",stateMutability:"nonpayable",inputs:[],outputs:[]},{name:"updateExchangeContract",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"_exchangeContract"}],outputs:[]},{name:"updateProxyTo",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"_newProxyTo"}],outputs:[]},{name:"withdrawEther",type:"function",stateMutability:"nonpayable",inputs:[],outputs:[]},{name:"withdrawToken",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"_token"}],outputs:[]}]},e=t;export{e as default};