BurgerChef
Verified contract
Active on
Ethereum with 1,368 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xeeb9…13a3
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BURGER | ERC-20 | 262.976308M | -- | -- | |
UNI-V2 | ERC-20 | 464.826221 | -- | -- | |
UNI-V2 | ERC-20 | 25.904725 | -- | -- | |
UNI-V2 | ERC-20 | 0.002498 | -- | -- | |
UNI-V2 | ERC-20 | 0.000407 | -- | -- | |
UNI-V2 | ERC-20 | 0.000026 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21088952 | a month ago | | | 0 | 0.00058371753 | |
| 21088951 | a month ago | | | 0 | 0.00069979382 | |
| 20856098 | 2 months ago | | | 0 | 0.00058536200 | |
| 20856097 | 2 months ago | | | 0 | 0.00067678674 | |
| 20598629 | 3 months ago | | | 0 | 0.00017674634 | |
| 20598432 | 3 months ago | | | 0 | 0.00016228993 | |
| 12539268 | 4 years ago | | | 0 | 0.0015943440 | |
| 12539268 | 4 years ago | | | 0 | 0.0028632240 | |
| 12475468 | 4 years ago | | | 0 | 0.0068220600 | |
| 11982835 | 4 years ago | | | 0 | 0.0084706702 |
ABI
ABI objects
Getter at block 21304354
BONUS_MULTIPLIER() view returns (uint256)
1
bonusEndBlock() view returns (uint256)
99999999
burger() view returns (address)
0xeeb92d7e5c0341bc0325a959851c83db51df13a3
burgerPerBlock() view returns (uint256)
100000000000000000000
devaddr() view returns (address)
0x8abc8caad9b365e4cb0def405cee30965bed594d
owner() view returns (address)
0x874686cf7e3b7457d3a13f16884a2f6a654da9e3
poolLength() view returns (uint256)
6
startBlock() view returns (uint256)
10788600
totalAllocPoint() view returns (uint256)
900
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingBurger(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accBurgerPerShare)
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()
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 _burger, address _devaddr, uint256 _burgerPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.