MasterChef
Verified contract
Active on
Ethereum with 2,064 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc87c…329e
Balances ($923.37)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LINK | ERC-20 | 15.58367 | $23.07 |
$359.52 | |
AAVE | ERC-20 | 0.5146 | $317.69 |
$163.48 | |
0x9f8f…79a2 | ERC-20 | 0.093315 | $1,645.03 |
$153.51 | |
CRV | ERC-20 | 144.754136 | $0.841384 |
$121.79 | |
WETH | ERC-20 | 0.0192 | $3,420.73 |
$65.68 | |
UNI | ERC-20 | 3.824677 | $12.85 |
$49.15 | |
DAI | ERC-20 | 10.254304 | $0.999593 |
$10.25 | |
MCC | ERC-20 | 23.184011B | -- | -- | |
MPRINT | ERC-20 | 9.284568K | -- | -- | |
RC | ERC-20 | 3.07929K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21412150 | 4 days ago | | | 0 | 0.0014911818 | |
| 21412096 | 4 days ago | | | 0 | 0.0029723953 | |
| 21292362 | 21 days ago | | | 0 | 0.00068340233 | |
| 21292352 | 21 days ago | | | 0 | 0.00070317638 | |
| 21292338 | 21 days ago | | | 0 | 0.00087102050 | |
| 21008970 | 2 months ago | | | 0 | 0.00082341265 | |
| 21008967 | 2 months ago | | | 0 | 0.0010185250 | |
| 20734116 | 3 months ago | | | 0 | 0.00022763213 | |
| 20734113 | 3 months ago | | | 0 | 0.00022447032 | |
| 20734091 | 3 months ago | | | 0 | 0.00020387840 |
ABI
ABI objects
Getter at block 21440290
BONUS_MULTIPLIER() view returns (uint256)
1
devaddr() view returns (address)
0x43853a1999f1dc727f407e22283b16bc0fe7b49b
mprint() view returns (address)
0xc87cee866ebdfc4f0e07e80157f0f4cbb7ad329e
mprintPerBlock() view returns (uint256)
4832000000000000
owner() view returns (address)
0xed528fc31f2575312ec3336e0f6ec9812b534937
poolLength() view returns (uint256)
20
startBlock() view returns (uint256)
14796000
totalAllocPoint() view returns (uint256)
21900
treasuryAddress() view returns (address)
0xfbf335f8224a102e22abe78d78cc52dc95e074fa
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingPrint(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accPrintPerShare, uint16 depositFeeBP)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, uint16 _depositFeeBP, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, uint16 _depositFeeBP, bool _withUpdate)
setTreasuryAddress(address _treasuryAddress)
transferOwnership(address newOwner)
updateEmissionRate(uint256 _mprintPerBlock)
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 _mprint, address _devaddr, address _treasuryAddress, uint256 _mprintPerBlock, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.