Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa50c…9fbf
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BACON | ERC-20 | 474.100455K | -- | -- | |
UNI-V2 | ERC-20 | 712.440818 | -- | -- | |
UNI-V2 | ERC-20 | 37.830291 | -- | -- | |
UNI-V2 | ERC-20 | 0.000108 | -- | -- | |
UNI-V2 | ERC-20 | 0.00001 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10789644 | 4 years ago | | | 0 | 0.086662200 | |
| 10789565 | 4 years ago | | | 0 | 0.017885252 | |
| 10789551 | 4 years ago | | | 0 | 0.024027250 | |
| 10786045 | 4 years ago | | | 0 | 0.014920065 | |
| 10786042 | 4 years ago | | | 0 | 0.020515575 | |
| 10786039 | 4 years ago | | | 0 | 0.014920065 | |
| 10786038 | 4 years ago | | | 0 | 0.014781200 | |
| 10786034 | 4 years ago | | | 0 | 0.020515575 | |
| 10786026 | 4 years ago | | | 0 | 0.012229035 | |
| 10785990 | 4 years ago | | | 0 | 0.054860715 |
ABI
ABI objects
Getter at block 21204003
BONUS_MULTIPLIER() view returns (uint256)
1
bacon() view returns (address)
0xa50ccef3903b93afbd8e1f77372403a4a87c9fbf
baconPerBlock() view returns (uint256)
500000000000000000000
blockInADay() view returns (uint256)
5760
bonusEndBlock() view returns (uint256)
0
devaddr() view returns (address)
0xb51ce09988a45ca47fdb94d82763d34b405fe1d3
halvePeriod() view returns (uint256)
5760
lastHalveBlock() view returns (uint256)
10789644
minimumBaconPerBlock() view returns (uint256)
1000000000000000000
owner() view returns (address)
0xb51ce09988a45ca47fdb94d82763d34b405fe1d3
poolLength() view returns (uint256)
10
startBlock() view returns (uint256)
10782600
totalAllocPoint() view returns (uint256)
1600
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.