Interstellar
Verified contract
Active on
Ethereum with 930 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x66d1…5688
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MILK | ERC-20 | 12.538959M | -- | -- | |
UNI-V2 | ERC-20 | 2.410746K | -- | -- | |
UNI-V2 | ERC-20 | 14.463442 | -- | -- | |
UNI-V2 | ERC-20 | 5.613733 | -- | -- | |
UNI-V2 | ERC-20 | 3.5243 | -- | -- | |
UNI-V2 | ERC-20 | 1.37006 | -- | -- | |
UNI-V2 | ERC-20 | 1.170343 | -- | -- | |
UNI-V2 | ERC-20 | 0.763936 | -- | -- | |
UNI-V2 | ERC-20 | 0.381271 | -- | -- | |
UNI-V2 | ERC-20 | 0.367499 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12931405 | 3 years ago | | | 0 | 0.0026902000 | |
| 11411942 | 4 years ago | | | 0 | 0.0044516540 | |
| 11327684 | 4 years ago | | | 0 | 0.0075939980 | |
| 11312849 | 4 years ago | | | 0 | 0.0034772100 | |
| 11236511 | 4 years ago | | | 0 | 0.011031471 | |
| 11215807 | 4 years ago | | | 0 | 0.0018835983 | |
| 11215726 | 4 years ago | | | 0 | 0.0022334328 | |
| 11214587 | 4 years ago | | | 0 | 0.0022235871 | |
| 11214475 | 4 years ago | | | 0 | 0.0022235871 | |
| 11203135 | 4 years ago | | | 0 | 0.0033239970 |
ABI
ABI objects
Getter at block 21184824
BONUS_MULTIPLIER() view returns (uint256)
10
bonusEndBlock() view returns (uint256)
10930000
devaddr() view returns (address)
0x72d49544d17e3c98b0f94d97ee851981279f3aa9
migrator() view returns (address)
0x0000000000000000000000000000000000000000
milk() view returns (address)
0x66d1b01c0fd7c2d8718f0997494b53ff5c485688
milkPerBlock() view returns (uint256)
100000000000000000000
owner() view returns (address)
0x1e2a70bebb3b75de5cae81440b03922d199c4bd0
poolLength() view returns (uint256)
19
startBlock() view returns (uint256)
10830000
totalAllocPoint() view returns (uint256)
22687
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()
migrate(uint256 _pid)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setMigrator(address _migrator)
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 _milk, address _devaddr, uint256 _milkPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.