XCOREVault
Verified contract
Active on
Ethereum with 1,605 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
0xb244…e1a9
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 0.12 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20832436 | 2 months ago | | | 0 | 0.0016310810 | |
| 20705852 | 2 months ago | | | 0 | 0.000055348222 | |
| 20705054 | 2 months ago | | | 0 | 0.000070590718 | |
| 20704847 | 2 months ago | | | 0 | 0.00011407049 | |
| 14522747 | 3 years ago | | | 0 | 0.0028541876 | |
| 11090382 | 4 years ago | | | 0 | 0.0010214640 | |
| 11089887 | 4 years ago | | | 0 | 0.00065572800 | |
| 11089800 | 4 years ago | | | 0 | 0.0033522732 | |
| 11089288 | 4 years ago | | | 0 | 0.0027679322 | |
| 11089258 | 4 years ago | | | 0 | 0.0029205662 |
ABI
ABI objects
Getter at block 21160792
XCORE() view returns (address)
0xb244ac0f3ee2e9cae5dfdde5dab8d49fa467e1a9
averageFeesPerBlockEpoch() view returns (uint256 averagePerBlock)
10396931777655
averageFeesPerBlockSinceStart() view returns (uint256 averagePerBlock)
10396887505359
contractStartBlock() view returns (uint256)
11062647
cumulativeRewardsSinceStart() view returns (uint256)
0
devaddr() view returns (address)
0xf104f1d4f71920334dc765ad2194b8f450567df2
epoch() view returns (uint256)
1
epochCalculationStartBlock() view returns (uint256)
11062690
owner() view returns (address)
0xf104f1d4f71920334dc765ad2194b8f450567df2
pendingRewards() view returns (uint256)
0
poolLength() view returns (uint256)
2
rewardsInThisEpoch() view returns (uint256)
104989277577803616474
superAdmin() view returns (address)
0xf104f1d4f71920334dc765ad2194b8f450567df2
totalAllocPoint() view returns (uint256)
100
Read-only
epochRewards(uint256) view returns (uint256)
pendingXCORE(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address token, uint256 allocPoint, uint256 accXCOREPerShare, 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()
deposit(uint256 _pid, uint256 _amount)
depositFor(address depositFor, uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
initialize(address _XCORE, address _devaddr, address superAdmin)
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.