BaconChef
Verified contract
Active on
Ethereum with 5,019 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x175a…1046
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BACON | ERC-20 | 9.384281M | -- | -- | |
UNI-V2 | ERC-20 | 15.366644K | -- | -- | |
UNI-V2 | ERC-20 | 2.473333K | -- | -- | |
UNI-V2 | ERC-20 | 163.01364 | -- | -- | |
UNI-V2 | ERC-20 | 0.237045 | -- | -- | |
UNI-V2 | ERC-20 | 0.033637 | -- | -- | |
UNI-V2 | ERC-20 | 0.001911 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20305474 | 4 months ago | | | 0 | 0.00075420184 | |
| 20275582 | 4 months ago | | | 0 | 0.00052203398 | |
| 19127830 | 9 months ago | | | 0 | 0.0041750529 | |
| 18132334 | a year ago | | | 0 | 0.0015747448 | |
| 14780769 | 2 years ago | | | 0 | 0.0035940970 | |
| 14022176 | 3 years ago | | | 0 | 0.010767624 | |
| 12246614 | 4 years ago | | | 0 | 0.0096982450 | |
| 12241677 | 4 years ago | | | 0 | 0.010685992 | |
| 12241501 | 4 years ago | | | 0 | 0.0028495980 | |
| 12072883 | 4 years ago | | | 0 | 0.0050782150 |
ABI
ABI objects
Getter at block 21161242
BONUS_MULTIPLIER() view returns (uint256)
1
bacon() view returns (address)
0x175ab41e2cedf3919b2e4426c19851223cf51046
baconPerBlock() view returns (uint256)
1953125000000000000
blockInADay() view returns (uint256)
5760
bonusEndBlock() view returns (uint256)
0
devaddr() view returns (address)
0x1ebcc824d3ad3ab9c8f24221b962c1a952ee9594
halvePeriod() view returns (uint256)
5760
lastHalveBlock() view returns (uint256)
10839846
minimumBaconPerBlock() view returns (uint256)
1000000000000000000
owner() view returns (address)
0x1452b2a2835c7983e387656d578dd2e3b5e9e031
poolLength() view returns (uint256)
8
startBlock() view returns (uint256)
10787050
totalAllocPoint() view returns (uint256)
2090
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingBacon(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accBaconPerShare)
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)
doHalvingCheck(bool _withUpdate)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
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)
Halve(uint256 newBaconPerBlock, uint256 nextHalveBlockNumber)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _bacon, address _devaddr, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.