@roninbuilders/contracts
Version:
Type safe Contract ABIs for Ronin Network
1 lines • 1.32 kB
JavaScript
;var t={id:25831,address:"0x0d06c62bd5ef822106172799d339d378a43f754f",contract_name:"TokenWithdrawer",display_name:"Token Withdrawer",is_deprecated:false,is_proxy:false,proxy_to:false,created_at:1740245952,abi:[{type:"constructor",stateMutability:"nonpayable",inputs:[]},{name:"OwnershipTransferred",type:"event",inputs:[{type:"address",name:"previousOwner",indexed:true},{type:"address",name:"newOwner",indexed:true}]},{name:"getEtherBalance",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"uint256"}]},{name:"getOwner",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"address"}]},{name:"getTokenBalance",type:"function",stateMutability:"view",inputs:[{type:"address",name:"tokenAddress"}],outputs:[{type:"uint256"}]},{name:"owner",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"address"}]},{name:"transferOwnership",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"newOwner"}],outputs:[]},{name:"withdrawEther",type:"function",stateMutability:"nonpayable",inputs:[{type:"uint256",name:"amount"}],outputs:[]},{name:"withdrawToken",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"tokenAddress"},{type:"uint256",name:"amount"}],outputs:[]},{type:"receive",stateMutability:"payable"}]},e=t;module.exports=e;