UNPKG

@roninbuilders/contracts

Version:

Type safe Contract ABIs for Ronin Network

1 lines 4.69 kB
var e={id:34777,address:"0x6f3b91e09888e3eeee615963c1ee3a0715ad502f",contract_name:"CommanderV2Token",display_name:"Commander V2 Token",is_deprecated:false,is_proxy:false,proxy_to:false,created_at:1746720619,abi:[{type:"constructor",stateMutability:"nonpayable",inputs:[{type:"uint256",name:"maxSupply"}]},{name:"AddressBlacklisted",type:"error",inputs:[{type:"address",name:"account"}]},{name:"BalanceUpdateFailed",type:"error",inputs:[]},{name:"CommanderV2ContractNotSet",type:"error",inputs:[]},{name:"ERC20InsufficientAllowance",type:"error",inputs:[{type:"address",name:"spender"},{type:"uint256",name:"allowance"},{type:"uint256",name:"needed"}]},{name:"ERC20InsufficientBalance",type:"error",inputs:[{type:"address",name:"sender"},{type:"uint256",name:"balance"},{type:"uint256",name:"needed"}]},{name:"ERC20InvalidApprover",type:"error",inputs:[{type:"address",name:"approver"}]},{name:"ERC20InvalidReceiver",type:"error",inputs:[{type:"address",name:"receiver"}]},{name:"ERC20InvalidSender",type:"error",inputs:[{type:"address",name:"sender"}]},{name:"ERC20InvalidSpender",type:"error",inputs:[{type:"address",name:"spender"}]},{name:"NotMinter",type:"error",inputs:[]},{name:"OwnableInvalidOwner",type:"error",inputs:[{type:"address",name:"owner"}]},{name:"OwnableUnauthorizedAccount",type:"error",inputs:[{type:"address",name:"account"}]},{name:"Approval",type:"event",inputs:[{type:"address",name:"owner",indexed:true},{type:"address",name:"spender",indexed:true},{type:"uint256",name:"value"}]},{name:"BlacklistUpdated",type:"event",inputs:[{type:"address",name:"account",indexed:true},{type:"bool",name:"isBlacklisted"}]},{name:"CommanderV2ContractSet",type:"event",inputs:[{type:"address",name:"contractAddress",indexed:true}]},{name:"OwnershipTransferred",type:"event",inputs:[{type:"address",name:"previousOwner",indexed:true},{type:"address",name:"newOwner",indexed:true}]},{name:"Transfer",type:"event",inputs:[{type:"address",name:"from",indexed:true},{type:"address",name:"to",indexed:true},{type:"uint256",name:"value"}]},{name:"MAX_SUPPLY",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"uint256"}]},{name:"allowance",type:"function",stateMutability:"view",inputs:[{type:"address",name:"owner"},{type:"address",name:"spender"}],outputs:[{type:"uint256"}]},{name:"amtBurned",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"uint256"}]},{name:"approve",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"spender"},{type:"uint256",name:"value"}],outputs:[{type:"bool"}]},{name:"balanceOf",type:"function",stateMutability:"view",inputs:[{type:"address",name:"account"}],outputs:[{type:"uint256"}]},{name:"blacklist",type:"function",stateMutability:"view",inputs:[{type:"address"}],outputs:[{type:"bool"}]},{name:"burn",type:"function",stateMutability:"nonpayable",inputs:[{type:"uint256",name:"value"}],outputs:[]},{name:"commanderV2GameContract",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"address"}]},{name:"decimals",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"uint8"}]},{name:"mint",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"to"},{type:"uint256",name:"amount"}],outputs:[]},{name:"minter",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"address"}]},{name:"name",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"string"}]},{name:"owner",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"address"}]},{name:"renounceOwnership",type:"function",stateMutability:"nonpayable",inputs:[],outputs:[]},{name:"setCommanderV2GameContract",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"_contractAddress"}],outputs:[]},{name:"setMinter",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"_minter"}],outputs:[]},{name:"symbol",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"string"}]},{name:"totalSupply",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"uint256"}]},{name:"transfer",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"to"},{type:"uint256",name:"value"}],outputs:[{type:"bool"}]},{name:"transferFrom",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"from"},{type:"address",name:"to"},{type:"uint256",name:"value"}],outputs:[{type:"bool"}]},{name:"transferOwnership",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"newOwner"}],outputs:[]},{name:"updateBlacklist",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"_account"},{type:"bool",name:"_isBlacklisted"}],outputs:[]}]},t=e;export{t as default};