miniCOREVault
Verified contract
Active on
Ethereum with 90 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
0x0209…7036
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 53.970518 | -- | -- | |
miniCORE | ERC-20 | 8.322823 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11332278 | 4 years ago | | | 0 | 0.0021723460 | |
| 11332049 | 4 years ago | | | 0 | 0.014842960 | |
| 11332003 | 4 years ago | | | 0 | 0.029767936 | |
| 11331904 | 4 years ago | | | 0 | 0.026088864 | |
| 11331274 | 4 years ago | | | 0 | 0.0045878240 | |
| 11328990 | 4 years ago | | | 0 | 0.0016922700 | |
| 11328712 | 4 years ago | | | 0 | 0.010390072 | |
| 11327440 | 4 years ago | | | 0 | 0.0061654400 | |
| 11326076 | 4 years ago | | | 0 | 0.0052406240 | |
| 11325357 | 4 years ago | | | 0 | 0.0084222080 |
ABI
ABI objects
Getter at block 21118867
averageFeesPerBlockEpoch() view returns (uint256 averagePerBlock)
2372184216946
averageFeesPerBlockSinceStart() view returns (uint256 averagePerBlock)
2724649518077
contractStartBlock() view returns (uint256)
11190618
cumulativeRewardsSinceStart() view returns (uint256)
3696636485160805734
devaddr() view returns (address)
0xc62956db4adac62e29033f1086f8f669dcbac91f
epoch() view returns (uint256)
1
epochCalculationStartBlock() view returns (uint256)
11273779
miniCORE() view returns (address)
0x0209ce3516587cc4a22b54c024b2ee724c117036
owner() view returns (address)
0xe4683ebdcc77931606057acf5dfe4fcddf474603
pendingRewards() view returns (uint256)
0
poolLength() view returns (uint256)
1
rewardsInThisEpoch() view returns (uint256)
23354362368044965847
superAdmin() view returns (address)
0xe4683ebdcc77931606057acf5dfe4fcddf474603
totalAllocPoint() view returns (uint256)
100
Read-only
epochRewards(uint256) view returns (uint256)
pendingminiCORE(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address token, uint256 allocPoint, uint256 accminiCOREPerShare, 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 _miniCORE, 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.