@roninbuilders/contracts
Version:
Type safe Contract ABIs for Ronin Network
1 lines • 5.74 kB
JavaScript
;var t={id:1278,address:"0x144697847f4bf184534af5945abe0fb5f1b14fba",contract_name:"AxieRelease",display_name:"Axie Release",is_deprecated:false,is_proxy:false,proxy_to:false,created_at:1642472990,abi:[{type:"constructor",stateMutability:"nonpayable",inputs:[{type:"address",name:"_axieContract"},{type:"address",name:"_itemContract"},{type:"uint256",name:"_newStartedAtBlock"},{type:"uint256",name:"_newEndedAtBlock"},{type:"address",name:"_treasury"},{type:"uint256[]",name:"_newItemTypes"},{type:"uint256[]",name:"_newItemRatios"}]},{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:"AxieBlacklistSet",type:"event",inputs:[{type:"uint256[]",name:"_axieIds"},{type:"bool",name:"_blacklisted"}]},{name:"AxieContractUpdated",type:"event",inputs:[{type:"address"}]},{name:"AxiesReleased",type:"event",inputs:[{type:"address",name:"_user",indexed:true},{type:"uint256[]",name:"_axieIds"}]},{name:"ItemContractUpdated",type:"event",inputs:[{type:"address"}]},{name:"OperatorAdded",type:"event",inputs:[{type:"address",name:"_operator",indexed:true}]},{name:"OperatorRemoved",type:"event",inputs:[{type:"address",name:"_operator",indexed:true}]},{name:"PeriodUpdated",type:"event",inputs:[{type:"uint256",name:"_startedAtBlock"},{type:"uint256",name:"_endedAtBlock"}]},{name:"RewardItemRaritiesUpdated",type:"event",inputs:[{type:"uint256[]",name:"_itemTypes"},{type:"uint256[]",name:"_itemRatios"}]},{name:"RewardUpdated",type:"event",inputs:[{type:"uint256",name:"_axieId",indexed:true},{type:"uint256",name:"_itemId",indexed:true}]},{name:"TreasuryUpdated",type:"event",inputs:[{type:"address"}]},{name:"UserClaimed",type:"event",inputs:[{type:"address",name:"_user"},{type:"uint256",name:"_itemId"}]},{name:"UserRewardUpdated",type:"event",inputs:[{type:"address",name:"_user"},{type:"uint256",name:"_claimedAmount"},{type:"uint256",name:"_total"}]},{name:"addOperators",type:"function",stateMutability:"nonpayable",inputs:[{type:"address[]",name:"_addedOperators"}],outputs:[]},{name:"admin",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"address"}]},{name:"axieBlacklisted",type:"function",stateMutability:"view",inputs:[{type:"uint256"}],outputs:[{type:"bool"}]},{name:"axieContract",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"address"}]},{name:"axieReleased",type:"function",stateMutability:"view",inputs:[{type:"uint256"}],outputs:[{type:"bool"}]},{name:"changeAdmin",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"_newAdmin"}],outputs:[]},{name:"claimAllRewards",type:"function",stateMutability:"nonpayable",inputs:[],outputs:[]},{name:"claimAllRewardsFor",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"_user"}],outputs:[]},{name:"claimRewardsFor",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"_user"},{type:"uint256",name:"_amount"}],outputs:[]},{name:"claimedAmounts",type:"function",stateMutability:"view",inputs:[{type:"address"}],outputs:[{type:"uint256"}]},{name:"getPeriod",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"uint256"},{type:"uint256"}]},{name:"getRewardInfo",type:"function",stateMutability:"view",inputs:[{type:"address",name:"_user"}],outputs:[{type:"uint256",name:"_claimed"},{type:"uint256[]",name:"_itemIds"}]},{name:"getRewardItemRarities",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"uint256[]"},{type:"uint256[]"}]},{name:"isInPeriod",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"bool"}]},{name:"itemContract",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"address"}]},{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:"randomRewards",type:"function",stateMutability:"nonpayable",inputs:[{type:"uint256",name:"_initialSeed"},{type:"uint256",name:"_amount"}],outputs:[]},{name:"releaseAxies",type:"function",stateMutability:"nonpayable",inputs:[{type:"uint256[]",name:"_axieIds"}],outputs:[]},{name:"releasedAxies",type:"function",stateMutability:"view",inputs:[{type:"uint256"}],outputs:[{type:"uint256"}]},{name:"removeAdmin",type:"function",stateMutability:"nonpayable",inputs:[],outputs:[]},{name:"removeOperators",type:"function",stateMutability:"nonpayable",inputs:[{type:"address[]",name:"_removedOperators"}],outputs:[]},{name:"rewards",type:"function",stateMutability:"view",inputs:[{type:"uint256"}],outputs:[{type:"uint256"}]},{name:"setAxieContract",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"_axieContract"}],outputs:[]},{name:"setBlacklistAxies",type:"function",stateMutability:"nonpayable",inputs:[{type:"uint256[]",name:"_axieIds"},{type:"bool",name:"_blacklisted"}],outputs:[]},{name:"setItemContract",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"_itemContract"}],outputs:[]},{name:"setPeriod",type:"function",stateMutability:"nonpayable",inputs:[{type:"uint256",name:"_newStartedAtBlock"},{type:"uint256",name:"_newEndedAtBlock"}],outputs:[]},{name:"setRewardItemRarities",type:"function",stateMutability:"nonpayable",inputs:[{type:"uint256[]",name:"_newItemTypes"},{type:"uint256[]",name:"_newItemRatios"}],outputs:[]},{name:"setTreasury",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"_treasury"}],outputs:[]},{name:"treasury",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"address"}]}]},e=t;module.exports=e;