UNPKG

@roninbuilders/contracts

Version:

Type safe Contract ABIs for Ronin Network

1 lines 2.79 kB
var t={id:4612,address:"0xf125090a4992a0ff5d485961504a069028786ef9",contract_name:"RewardMultiplier",display_name:"Reward Multiplier",is_deprecated:false,is_proxy:false,proxy_to:false,created_at:1729045341,abi:[{type:"constructor",stateMutability:"nonpayable",inputs:[{type:"address",name:"_depositToken"}]},{name:"OwnershipTransferred",type:"event",inputs:[{type:"address",name:"previousOwner",indexed:true},{type:"address",name:"newOwner",indexed:true}]},{name:"Staked",type:"event",inputs:[{type:"address",name:"user",indexed:true},{type:"uint256",name:"amount"}]},{name:"Withdrawn",type:"event",inputs:[{type:"address",name:"user",indexed:true},{type:"uint256",name:"amount"}]},{name:"depositToken",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"address"}]},{name:"getStakingHistory",type:"function",stateMutability:"view",inputs:[{type:"address",name:"_user"},{type:"uint256",name:"_days"}],outputs:[{type:"tuple[]",components:[{type:"uint256",name:"currentBalance"},{type:"uint256",name:"lowestBalance"},{type:"uint256",name:"day"}]}]},{name:"getSystemStats",type:"function",stateMutability:"view",inputs:[{type:"uint256",name:"_days"}],outputs:[{type:"tuple[]",components:[{type:"uint256",name:"totalStaked"},{type:"uint256",name:"day"}]}]},{name:"hasStaked",type:"function",stateMutability:"view",inputs:[{type:"address"}],outputs:[{type:"bool"}]},{name:"lastStakingHistory",type:"function",stateMutability:"view",inputs:[{type:"address",name:"_user"}],outputs:[{type:"tuple",components:[{type:"uint256",name:"currentBalance"},{type:"uint256",name:"lowestBalance"},{type:"uint256",name:"day"}]}]},{name:"owner",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"address"}]},{name:"renounceOwnership",type:"function",stateMutability:"nonpayable",inputs:[],outputs:[]},{name:"stake",type:"function",stateMutability:"nonpayable",inputs:[{type:"uint256",name:"_amount"}],outputs:[]},{name:"stakingHistory",type:"function",stateMutability:"view",inputs:[{type:"address"},{type:"uint256"}],outputs:[{type:"uint256",name:"currentBalance"},{type:"uint256",name:"lowestBalance"},{type:"uint256",name:"day"}]},{name:"systemStakingHistory",type:"function",stateMutability:"view",inputs:[{type:"uint256"}],outputs:[{type:"uint256",name:"totalStaked"},{type:"uint256",name:"day"}]},{name:"totalStaked",type:"function",stateMutability:"view",inputs:[{type:"address"}],outputs:[{type:"uint256"}]},{name:"transferOwnership",type:"function",stateMutability:"nonpayable",inputs:[{type:"address",name:"newOwner"}],outputs:[]},{name:"walletCount",type:"function",stateMutability:"view",inputs:[],outputs:[{type:"uint256"}]},{name:"withdraw",type:"function",stateMutability:"nonpayable",inputs:[{type:"uint256",name:"_amount"}],outputs:[]}]},e=t;export{e as default};