KoreVault
Verified contract
Active on
Ethereum with 1,095 txns
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
0xa866…399e
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 10.786008 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11141204 | 4 years ago | | | 0 | 0.0013597230 | |
| 11141193 | 4 years ago | | | 0 | 0.0023934680 | |
| 11127643 | 4 years ago | | | 0 | 0.00073276500 | |
| 11127628 | 4 years ago | | | 0 | 0.00076114500 | |
| 11127617 | 4 years ago | | | 0 | 0.0013738653 | |
| 11111524 | 4 years ago | | | 0 | 0.0029674271 | |
| 11109255 | 4 years ago | | | 0 | 0.0024902610 | |
| 11102529 | 4 years ago | | | 0 | 0.0022603700 | |
| 11102517 | 4 years ago | | | 0 | 0.0022603700 | |
| 11102465 | 4 years ago | | | 0 | 0.0019984500 |
ABI
ABI objects
Getter at block 21265019
averageFeesPerBlockEpoch() view returns (uint256 averagePerBlock)
35211096718346
averageFeesPerBlockSinceStart() view returns (uint256 averagePerBlock)
71184140442078
contractStartBlock() view returns (uint256)
11036354
cumulativeRewardsSinceStart() view returns (uint256)
369656275452161934241
devaddr() view returns (address)
0x903ac91a1a0da1c96830b4ea4ad60bbe42994678
epoch() view returns (uint256)
1
epochCalculationStartBlock() view returns (uint256)
11084636
kore() view returns (address)
0xa866f0198208eb07c83081d5136be7f775c2399e
owner() view returns (address)
0x903ac91a1a0da1c96830b4ea4ad60bbe42994678
pendingRewards() view returns (uint256)
0
poolLength() view returns (uint256)
1
rewardsInThisEpoch() view returns (uint256)
358462450442811207993
superAdmin() view returns (address)
0x903ac91a1a0da1c96830b4ea4ad60bbe42994678
totalAllocPoint() view returns (uint256)
100
Read-only
epochRewards(uint256) view returns (uint256)
pendingKore(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address token, uint256 allocPoint, uint256 accKorePerShare, 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 _kore)
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.