PremiaMining
Verified contract
Active on
Ethereum with 267 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6399…0e70
Balances ($370.91)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PREMIA | ERC-20 | 2.14262K | $0.173111 |
$370.91 | |
uPremia | ERC-20 | 1.002121M | -- | -- | |
MiningDrain | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13457413 | 3 years ago | | | 0 | 0.0072516768 | |
| 12571791 | 4 years ago | | | 0 | 0.0019777200 | |
| 12251271 | 4 years ago | | | 0 | 0.024972743 | |
| 12210109 | 4 years ago | | | 0 | 0.0099367670 | |
| 12206940 | 4 years ago | | | 0 | 0.0088340960 | |
| 12021296 | 4 years ago | | | 0 | 0.010119093 | |
| 12020469 | 4 years ago | | | 0 | 0.0092032200 | |
| 12016827 | 4 years ago | | | 0 | 0.0094478840 | |
| 11998401 | 4 years ago | | | 0 | 0.011500613 | |
| 11985327 | 4 years ago | | | 0 | 0.0054697800 |
ABI
ABI objects
Getter at block 21382738
BONUS_MULTIPLIER() view returns (uint256)
25000
bonusEndBlock() view returns (uint256)
12225000
endBlock() view returns (uint256)
15825000
owner() view returns (address)
0xc22fae86443aeed038a4ed887bba8f5035fd12f0
poolLength() view returns (uint256)
2
premia() view returns (address)
0x6399c842dd2be3de30bf99bc7d1bbf6fa3650e70
premiaPerBlock() view returns (uint256)
4000000000000000000
startBlock() view returns (uint256)
11865000
totalAllocPoint() view returns (uint256)
1000
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingPremia(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accPremiaPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
depositWithPermit(uint256 _pid, uint256 _amount, uint256 _deadline, uint8 _v, bytes32 _r, bytes32 _s)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
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)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _premia, uint256 _startBlock, uint256 _bonusLength, uint256 _postBonusLength)
This contract contains no fallback and receive objects.
This contract contains no error objects.