MysteryMan
Verified contract
Active on
Ethereum with 285 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6af9…c9db
Balances ($12,628.52)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 4 | $3,157.13 |
$12,628.52 | |
MYSTERY | ERC-20 | 2.899076M | -- | -- | |
UNI-V2 | ERC-20 | 696.210087 | -- | -- | |
UNI-V2 | ERC-20 | 164.700425 | -- | -- | |
UNI-V2 | ERC-20 | 32.396714 | -- | -- | |
UNI-V2 | ERC-20 | 7.168995 | -- | -- | |
UNI-V2 | ERC-20 | 1.917809 | -- | -- | |
UNI-V2 | ERC-20 | 0.000353 | -- | -- | |
UNI-V2 | ERC-20 | 0.000043 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19211676 | 9 months ago | | | 0 | 0.0022447528 | |
| 19211676 | 9 months ago | | | 0 | 0.0026150652 | |
| 17496710 | a year ago | | | 0 | 0.0019422826 | |
| 17496705 | a year ago | | | 0 | 0.0021405136 | |
| 11237442 | 4 years ago | | | 0 | 0.0082179360 | |
| 11237439 | 4 years ago | | | 0 | 0.0097065540 | |
| 11180598 | 4 years ago | | | 0 | 0.0021802571 | |
| 11174083 | 4 years ago | | | 0 | 0.0025264994 | |
| 11174065 | 4 years ago | | | 0 | 0.0027169135 | |
| 11169303 | 4 years ago | | | 0 | 0.0019795480 |
ABI
ABI objects
Getter at block 21202863
BONUS_MULTIPLIER() view returns (uint256)
3
bonusEndBlock() view returns (uint256)
10951008
devaddr() view returns (address)
0xf04e951a90a2747feac1eda362cd08df1631ec24
mystery() view returns (address)
0x6af95095805981a752a0e53933ec4ba0560fc9db
mysteryPerBlock() view returns (uint256)
1586000000000000000
owner() view returns (address)
0xf04e951a90a2747feac1eda362cd08df1631ec24
poolLength() view returns (uint256)
8
startBlock() view returns (uint256)
10870500
totalAllocPoint() view returns (uint256)
851
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingMystery(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accMysteryPerShare)
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 _mystery, address _devaddr, uint256 _mysteryPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.