Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0xd2db…38aa
Balances ($0.00)
No balances found for "QoreVault"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11134063 | 4 years ago | | | 0 | 0.0039814200 | |
| 11134051 | 4 years ago | | | 0 | 0.0020652600 | |
| 11134047 | 4 years ago | | | 0 | 0.00063195600 | |
| 11134042 | 4 years ago | | | 0 | 0.0045293750 |
ABI
ABI objects
Getter at block 21288008
averageFeesPerBlockEpoch() view returns (uint256 averagePerBlock)
0
averageFeesPerBlockSinceStart() view returns (uint256 averagePerBlock)
0
contractStartBlock() view returns (uint256)
11134042
cumulativeRewardsSinceStart() view returns (uint256)
0
devaddr() view returns (address)
0x58f9bfe6fd5f0a83b3eb1bb033227732d6601bf0
epoch() view returns (uint256)
1
epochCalculationStartBlock() view returns (uint256)
11134051
owner() view returns (address)
0x58f9bfe6fd5f0a83b3eb1bb033227732d6601bf0
pendingRewards() view returns (uint256)
0
poolLength() view returns (uint256)
1
qore() view returns (address)
0xd2db2f7b6ece15dcc2630ed5f684fc3aecce38aa
rewardsInThisEpoch() view returns (uint256)
0
superAdmin() view returns (address)
0x58f9bfe6fd5f0a83b3eb1bb033227732d6601bf0
totalAllocPoint() view returns (uint256)
100
Read-only
epochRewards(uint256) view returns (uint256)
pendingQore(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address token, uint256 allocPoint, uint256 accQorePerShare, bool withdrawable)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _token, bool _withUpdate, bool _withdrawable)
addPendingRewards(uint256 _)
burnSuperAdmin()
claim(uint256 _pid)
deposit(uint256 _pid, uint256 _amount)
depositFor(address depositFor, uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
initialize(address _qore)
isContract(address addr) returns (bool)
massUpdatePools()
newSuperAdmin(address newOwner)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setAllowanceForPoolToken(address spender, uint256 _pid, uint256 value)
setDevFee(uint16 _DEV_FEE)
setDevFeeReciever(address _devaddr)
setPoolWithdrawable(uint256 _pid, bool _withdrawable)
setStrategyContractOrDistributionContractAllowance(address tokenAddress, uint256 _amount, address contractAddress)
startNewEpoch()
transferOwnership(address newOwner)
withdraw(uint256 _pid, uint256 _amount)
withdrawFrom(address owner, uint256 _pid, uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 _pid, uint256 value)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SuperAdminTransfered(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.