PizzaChef
Verified contract
Active on
Ethereum with 3,139 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1d8d…0647
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PIZZA | ERC-20 | 945.958732M | -- | -- | |
UNI-V2 | ERC-20 | 2.25485K | -- | -- | |
UNI-V2 | ERC-20 | 0.064864 | -- | -- | |
UNI-V2 | ERC-20 | 0.020275 | -- | -- | |
UNI-V2 | ERC-20 | 0.011125 | -- | -- | |
UNI-V2 | ERC-20 | 0.00637 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14377575 | 3 years ago | | | 0 | 0.00077958666 | |
| 14377573 | 3 years ago | | | 0 | 0.00087777172 | |
| 14377546 | 3 years ago | | | 0 | 0.0016405548 | |
| 14377546 | 3 years ago | | | 0 | 0.0018872375 | |
| 13788976 | 3 years ago | | | 0 | 0.0040940280 | |
| 13788976 | 3 years ago | | | 0 | 0.0047096280 | |
| 13046958 | 3 years ago | | | 0 | 0.0033239896 | |
| 13046954 | 3 years ago | | | 0 | 0.0040911828 | |
| 12872035 | 3 years ago | | | 0 | 0.0017006990 | |
| 12871643 | 3 years ago | | | 0 | 0.0017006990 |
ABI
ABI objects
Getter at block 21259171
BONUS_MULTIPLIER() view returns (uint256)
1
bonusEndBlock() view returns (uint256)
99999999
devaddr() view returns (address)
0x431e76120221884293851d36ecb714f7f4615276
owner() view returns (address)
0x05425dea48662006cd0dc1a0429543951e35aeb5
pizza() view returns (address)
0x1d8dce63d49252dd8eca38b1abfe4d3f160e0647
pizzaPerBlock() view returns (uint256)
1000000000000000000000
poolLength() view returns (uint256)
7
startBlock() view returns (uint256)
10783000
totalAllocPoint() view returns (uint256)
1100
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingPizza(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accPizzaPerShare)
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 _pizza, address _devaddr, uint256 _pizzaPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.