MasterYmen
Verified contract
Active on
Ethereum with 2,995 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa663…e873
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MUTANT | ERC-20 | 55.977489M | -- | -- | |
UNI-V2 | ERC-20 | 107.979552K | -- | -- | |
UNI-V2 | ERC-20 | 138.250391 | -- | -- | |
UNI-V2 | ERC-20 | 6.831206 | -- | -- | |
UNI-V2 | ERC-20 | 2.930523 | -- | -- | |
UNI-V2 | ERC-20 | 0.154839 | -- | -- | |
UNI-V2 | ERC-20 | 0.075001 | -- | -- | |
UNI-V2 | ERC-20 | 0.048377 | -- | -- | |
UNI-V2 | ERC-20 | 0.000005 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12727233 | 3 years ago | | | 0 | 0.0011109200 | |
| 12727074 | 3 years ago | | | 0 | 0.0011734000 | |
| 12727066 | 3 years ago | | | 0 | 0.0012536600 | |
| 12599584 | 3 years ago | | | 0 | 0.0013034452 | |
| 12599579 | 3 years ago | | | 0 | 0.0013037269 | |
| 12361338 | 4 years ago | | | 0 | 0.0042205840 | |
| 12361314 | 4 years ago | | | 0 | 0.0049344680 | |
| 12356086 | 4 years ago | | | 0 | 0.0041141080 | |
| 12356068 | 4 years ago | | | 0 | 0.0041141080 | |
| 11932069 | 4 years ago | | | 0 | 0.012998480 |
ABI
ABI objects
Getter at block 21216578
BONUS_MULTIPLIER() view returns (uint256)
10
bonusEndBlock() view returns (uint256)
10949177
devaddr() view returns (address)
0x91ee692cac9bf92ac6b5a9c24dd90717998d89b7
migrator() view returns (address)
0x0000000000000000000000000000000000000000
mutant() view returns (address)
0xa663121582725aa0eb8bf20b0f56f1917762e873
mutantPerBlock() view returns (uint256)
100000000000000000000
owner() view returns (address)
0x3d2e26f8c9c9de25a241662d011502e4fca84e02
poolLength() view returns (uint256)
12
startBlock() view returns (uint256)
10849177
totalAllocPoint() view returns (uint256)
100
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
lpTokenExistsInPool(address) view returns (bool)
pendingMutant(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accMutantPerShare)
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)
updateLpTokenExists(address _lpTokenAddr, bool _isExists)
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 _mutant, address _devaddr, uint256 _mutantPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.