MasterChef
Verified contract
Active on
Ethereum with 348 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4b5e…2755
0x8780…da49
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDB | ERC-20 | 9.53324M | -- | -- | |
UNI-V2 | ERC-20 | 193.258113 | -- | -- | |
UNI-V2 | ERC-20 | 2.135207 | -- | -- | |
UNI-V2 | ERC-20 | 1.303591 | -- | -- | |
UNI-V2 | ERC-20 | 0.759826 | -- | -- | |
UNI-V2 | ERC-20 | 0.000002 | -- | -- | |
UNI-V2 | ERC-20 | 0.000002 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21235727 | 23 days ago | | | 0 | 0.0016653157 | |
| 20995751 | 2 months ago | | | 0 | 0.0010262322 | |
| 20699497 | 3 months ago | | | 0 | 0.00052508880 | |
| 11198936 | 4 years ago | | | 0 | 0.0025163844 | |
| 11118308 | 4 years ago | | | 0 | 0.0022761293 | |
| 11117309 | 4 years ago | | | 0 | 0.0026356663 | |
| 11096394 | 4 years ago | | | 0 | 0.0046906080 | |
| 11088554 | 4 years ago | | | 0 | 0.0034878880 | |
| 11088540 | 4 years ago | | | 0 | 0.0036673110 | |
| 11087898 | 4 years ago | | | 0 | 0.0031270720 |
ABI
ABI objects
Getter at block 21398561
bonusEndBlock() view returns (uint256)
11109370
devaddr() view returns (address)
0x77db5625a6a34f21b174d6a88da32fe9c616fefa
migrator() view returns (address)
0x87800880be0031684e6c80358a53c462fcc0da49
owner() view returns (address)
0x77db5625a6a34f21b174d6a88da32fe9c616fefa
poolLength() view returns (uint256)
7
startBlock() view returns (uint256)
11040250
totalAllocPoint() view returns (uint256)
10014
usdb() view returns (address)
0x4b5ee861a3a713642809b1817a1e79b67b502755
usdbPerBlock() view returns (uint256)
1000000000000000000
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
lpTokenInfo(address) view returns (bool)
pendingUsdb(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accUsdbPerShare)
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)
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 _usdb, address _migrator, uint256 _usdbPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.