Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xda5f…fe95
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 0.015072 | -- | -- | |
UNI-V2 | ERC-20 | 0.012442 | -- | -- | |
UNI-V2 | ERC-20 | 0.008789 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11053434 | 4 years ago | | | 0 | 0.0059839200 | |
| 11051699 | 4 years ago | | | 0 | 0.010549587 | |
| 11051550 | 4 years ago | | | 0 | 0.0057756631 | |
| 11051516 | 4 years ago | | | 0 | 0.0031786200 | |
| 11051327 | 4 years ago | | | 0 | 0.0062359500 | |
| 11051220 | 4 years ago | | | 0 | 0.0062347500 | |
| 11051203 | 4 years ago | | | 0 | 0.0062353500 | |
| 11051184 | 4 years ago | | | 0 | 0.0047359500 | |
| 11051175 | 4 years ago | | | 0 | 0.0062347500 | |
| 11051159 | 4 years ago | | | 0 | 0.0054847500 |
ABI
ABI objects
Getter at block 21167248
BONUS_MULTIPLIER() view returns (uint256)
2
bonusEndBlock() view returns (uint256)
11055000
burnaddr() view returns (address)
0x7f599619feaba669e4c233421ca9c4b940d651d7
buybackaddr() view returns (address)
0x1077748452c180dc5bdbefd2ba80a3b22a9a4a08
devaddr() view returns (address)
0xa557b172ea4caf710a2f5ed03ac8d527550546c8
diminish() view returns (uint256)
864000
locktime() view returns (uint256)
172800
migrator() view returns (address)
0x0000000000000000000000000000000000000000
moo() view returns (address)
0xda5f5e63084f2ba6eef845cea653913b46c7fe95
mooPerBlock() view returns (uint256)
100000000000000000
owner() view returns (address)
0xa557b172ea4caf710a2f5ed03ac8d527550546c8
poolLength() view returns (uint256)
8
startBlock() view returns (uint256)
11055000
totalAllocPoint() view returns (uint256)
8400
vaultfee() view returns (uint256)
200
Read-only
estimatedMOO(uint256 _pid, address _user) view returns (uint256)
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingMOO(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accMooPerShare, uint256 isFreezone)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 lastDepositTime, uint256 timelock)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, uint256 _isFreezone, bool _withUpdate)
bbto(address _buybackaddr)
burnto(address _burnaddr)
changeBonusEndBlock(uint256 _bonusEndBlock)
changeBonusMultiplier(uint256 _bonusMultiplier)
changeDiminishRate(uint256 _diminish)
changeLocktime(uint256 _locktime)
changeReward(uint256 _mooPerBlock)
changeStartBlock(uint256 _startBlock)
changeVaultfee(uint256 _vaultfee)
deposit(uint256 _pid, uint256 _amount)
depositWithLPlock(uint256 _pid, uint256 _amount)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, address _lpToken, bool _withUpdate)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
DepositWithLPlock(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 _moo, address _devaddr, address _buybackaddr, address _burnaddr, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.