Interstellar
Verified contract
Active on
Ethereum with 4,924 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x80c8…c1de
Balances ($7.03)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MILK2 | ERC-20 | 3.662555K | $0.00192 |
$7.03 | |
UNI-V2 | ERC-20 | 15.785422K | -- | -- | |
UNI-V2 | ERC-20 | 1.352876K | -- | -- | |
UNI-V2 | ERC-20 | 50.516057 | -- | -- | |
UNI-V2 | ERC-20 | 33.043691 | -- | -- | |
UNI-V2 | ERC-20 | 2.244019 | -- | -- | |
UNI-V2 | ERC-20 | 0.549183 | -- | -- | |
MOON-V1-ETH-USDT | ERC-20 | 0.013333 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16560120 | 2 years ago | | | 0 | 0.0029832729 | |
| 12041669 | 4 years ago | | | 0 | 0.014951338 | |
| 12041369 | 4 years ago | | | 0 | 0.012574515 | |
| 11976362 | 4 years ago | | | 0 | 0.010111425 | |
| 11976315 | 4 years ago | | | 0 | 0.0090177010 | |
| 11976308 | 4 years ago | | | 0 | 0.0090186250 | |
| 11958473 | 4 years ago | | | 0 | 0.0078473750 | |
| 11956753 | 4 years ago | | | 0 | 0.013335387 | |
| 11934404 | 4 years ago | | | 0 | 0.013141425 | |
| 11927024 | 4 years ago | | | 0 | 0.018918150 |
ABI
ABI objects
Getter at block 21184978
BONUS_MULTIPLIER_1() view returns (uint256)
20
BONUS_MULTIPLIER_2() view returns (uint256)
10
BONUS_MULTIPLIER_3() view returns (uint256)
5
bonusEndBlock() view returns (uint256)
11030100
devAddr() view returns (address)
0x72d49544d17e3c98b0f94d97ee851981279f3aa9
distributor() view returns (address)
0x956754c96377f26a5b0035e7638515382aecb907
milk() view returns (address)
0x80c8c3dcfb854f9542567c8dac3f44d709ebc1de
milkPerBlock() view returns (uint256)
2000000000000000000
owner() view returns (address)
0xa17809ce669594dc13b0f218cad87e445bb4d770
poolLength() view returns (uint256)
13
startFirstPhaseBlock() view returns (uint256)
10930100
startSecondPhaseBlock() view returns (uint256)
10940100
startThirdPhaseBlock() view returns (uint256)
10970100
totalAllocPoint() view returns (uint256)
1
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingMilk(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accMilkPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
dev(address _devAddr)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
transferOwnership(address newOwner)
updateDistributor(address _distributor)
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 _milk, address _devAddr, address _distributor, uint256 _milkPerBlock, uint256 _startFirstPhaseBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.