MasterChef
Verified contract
Active on
Ethereum with 9,014 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4018…6559
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CAT | ERC-20 | 8.472927K | -- | -- | |
UNI-V2 | ERC-20 | 5.100629K | -- | -- | |
UNI-V2 | ERC-20 | 605.073734 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18025402 | a year ago | | | 0 | 0.00091177178 | |
| 18025387 | a year ago | | | 0 | 0.0010183215 | |
| 12450533 | 3 years ago | | | 0 | 0.00081994500 | |
| 12450533 | 3 years ago | | | 0 | 0.0010486860 | |
| 12450527 | 3 years ago | | | 0 | 0.0036073590 | |
| 12450513 | 3 years ago | | | 0 | 0.0073002470 | |
| 12450513 | 3 years ago | | | 0 | 0.0017023860 | |
| 12450501 | 3 years ago | | | 0 | 0.0064715330 | |
| 12450461 | 3 years ago | | | 0 | 0.0067491450 | |
| 12450435 | 3 years ago | | | 0 | 0.013027338 |
ABI
ABI objects
Getter at block 21161269
BONUS_MULTIPLIER() view returns (uint256)
10
bonusEndBlock() view returns (uint256)
11191001
cat() view returns (address)
0x40181862dabe0651dd4aa0ae29bd7c9b48eb6559
catPerBlock() view returns (uint256)
0
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x317f5502c7f6d833b43541ab76533571a31c4241
poolLength() view returns (uint256)
10
startBlock() view returns (uint256)
11191000
totalAllocPoint() view returns (uint256)
0
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingCat(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accCatPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
migrate(uint256 _pid)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setEndParam(uint256 _amount)
setMigrator(address _migrator)
setPerParam(uint256 _amount)
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 _cat, uint256 _catPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.