MasterChef
Verified contract
Active on
Ethereum with 1,907 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xebf6…e810
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Ferrari | ERC-20 | 42.932145M | -- | -- | |
UNI-V2 | ERC-20 | 62.247534K | -- | -- | |
UNI-V2 | ERC-20 | 1.032473K | -- | -- | |
UNI-V2 | ERC-20 | 319.909879 | -- | -- | |
UNI-V2 | ERC-20 | 253.073131 | -- | -- | |
UNI-V2 | ERC-20 | 126.491106 | -- | -- | |
UNI-V2 | ERC-20 | 90.094004 | -- | -- | |
UNI-V2 | ERC-20 | 66.483081 | -- | -- | |
UNI-V2 | ERC-20 | 48.492702 | -- | -- | |
UNI-V2 | ERC-20 | 32.68902 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21209997 | 18 days ago | | | 0 | 0.0010967801 | |
| 19770845 | 7 months ago | | | 0 | 0.00086467517 | |
| 18496227 | a year ago | | | 0 | 0.0015756227 | |
| 18045428 | a year ago | | | 0 | 0.0010154377 | |
| 17788956 | a year ago | | | 0 | 0.0024877706 | |
| 11556447 | 4 years ago | | | 0 | 0.010307040 | |
| 11555615 | 4 years ago | | | 0 | 0.0014621810 | |
| 11555536 | 4 years ago | | | 0 | 0.0023759848 | |
| 11555527 | 4 years ago | | | 0 | 0.0023759848 | |
| 11555524 | 4 years ago | | | 0 | 0.0023759848 |
ABI
ABI objects
Getter at block 21336069
Ferrari() view returns (address)
0xebf698ede71af52ab1acb12975472ba2e302e810
ferrariPerBlock() view returns (uint256)
5000000000000000000
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x6ec36451b4c90f81eef479c7ae2bc016253b859b
poolLength() view returns (uint256)
26
startBlock() view returns (uint256)
11339200
totalAllocPoint() view returns (uint256)
528
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingFerrari(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accFerrariPerShare)
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)
setMigrator(address _migrator)
setPerParam(uint256 _amount, 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 _ferrari, uint256 _ferrariPerBlock, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.