MoutaiSommelier
Verified contract
Active on
Ethereum with 447 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xef69…9684
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 101.341865K | -- | -- | |
UNI-V2 | ERC-20 | 45.572733K | -- | -- | |
MOUTAI | ERC-20 | 41.36396K | -- | -- | |
SLP | ERC-20 | 2.923942K | -- | -- | |
UNI-V2 | ERC-20 | 2.057091K | -- | -- | |
UNI-V2 | ERC-20 | 168.941539 | -- | -- | |
UNI-V2 | ERC-20 | 0.002393 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10857767 | 4 years ago | | | 0 | 0.013375131 | |
| 10857561 | 4 years ago | | | 0 | 0.012759660 | |
| 10857553 | 4 years ago | | | 0 | 0.012759660 | |
| 10857550 | 4 years ago | | | 0 | 0.013586675 | |
| 10857545 | 4 years ago | | | 0 | 0.012268987 | |
| 10857543 | 4 years ago | | | 0 | 0.012518464 | |
| 10857537 | 4 years ago | | | 0 | 0.0028512000 | |
| 10857526 | 4 years ago | | | 0 | 0.012519736 | |
| 10857515 | 4 years ago | | | 0 | 0.012167699 | |
| 10857505 | 4 years ago | | | 0 | 0.012637869 |
ABI
ABI objects
Getter at block 21286771
BONUS_MULTIPLIER() view returns (uint256)
1
bonusEndBlock() view returns (uint256)
10850911
halvePeriod() view returns (uint256)
6000
lastHalveBlock() view returns (uint256)
10857444
minimumMoutaiPerBlock() view returns (uint256)
1000000000000000000
moutai() view returns (address)
0xef69b5697f2fb0345cc680210fd39b593a2f9684
moutaiPerBlock() view returns (uint256)
25000000000000000000
owner() view returns (address)
0x409db174aa8c4d3541a71ed30508f5862a9f42d4
poolLength() view returns (uint256)
10
startBlock() view returns (uint256)
10833025
totalAllocPoint() view returns (uint256)
49
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingMoutai(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accMoutaiPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
doHalvingCheck(bool _withUpdate)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
mint(address to, uint256 amount)
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)
Halve(uint256 newMoutaiPerBlock, uint256 nextHalveBlockNumber)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _moutai, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.