MOONDUSTChef
Verified contract
Active on
Ethereum with 160 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x05dd…52ac
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 1.129244 | -- | -- | |
UNI-V2 | ERC-20 | 0.814572 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- | |
MOONDUST | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11238658 | 4 years ago | | | 0 | 0.00059553600 | |
| 11238549 | 4 years ago | | | 0 | 0.0030139290 | |
| 11107409 | 4 years ago | | | 0 | 0.0012256992 | |
| 11107386 | 4 years ago | | | 0 | 0.0015666380 | |
| 11096967 | 4 years ago | | | 0 | 0.0060000000 | |
| 11096960 | 4 years ago | | | 0 | 0.0060000000 | |
| 11096944 | 4 years ago | | | 0 | 0.0060000000 | |
| 11096929 | 4 years ago | | | 0 | 0.0094918000 | |
| 11089844 | 4 years ago | | | 0 | 0.00087052500 | |
| 11089842 | 4 years ago | | | 0 | 0.00067527500 |
ABI
ABI objects
Getter at block 21390570
BONUS_MULTIPLIER() view returns (uint256)
1
MOONDUST() view returns (address)
0x05ddfb6844dbed9ce1409280cb797433548e52ac
MOONDUSTPerBlock() view returns (uint256)
100
bonusEndBlock() view returns (uint256)
19075500
devaddr() view returns (address)
0x881898e48608c72a9132fc123c339fee8ff96973
owner() view returns (address)
0x881898e48608c72a9132fc123c339fee8ff96973
perDayBlocks() view returns (uint256)
7000
poolLength() view returns (uint256)
3
startBlock() view returns (uint256)
11075500
totalAllocPoint() view returns (uint256)
25000000000000000
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
getRewardPerBlock(uint256 blockNumber) view returns (uint256)
pendingMOONDUST(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accMOONDUSTPerShare)
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)
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 _MOONDUST, address _devaddr, uint256 _MOONDUSTPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.