ZombieChef
Verified contract
Active on
Ethereum with 30,932 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd047…e9e2
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ROT | ERC-20 | 261.966226M | -- | -- | |
UNI-V2 | ERC-20 | 13.377059M | -- | -- | |
UNI-V2 | ERC-20 | 259.453876K | -- | -- | |
UNI-V2 | ERC-20 | 21.543039K | -- | -- | |
UNI-V2 | ERC-20 | 2.46998K | -- | -- | |
UNI-V2 | ERC-20 | 2.371468K | -- | -- | |
UNI-V2 | ERC-20 | 2.32069K | -- | -- | |
CRD | ERC-20 | 40 | -- | -- | |
UNI-V2 | ERC-20 | 3.37477 | -- | -- | |
UNI-V2 | ERC-20 | 0.312203 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21062180 | 14 days ago | | | 0 | 0.00063063722 | |
| 21062154 | 14 days ago | | | 0 | 0.00078847265 | |
| 21047158 | 16 days ago | | | 0 | 0.00058998444 | |
| 20903738 | a month ago | | | 0 | 0.00078873643 | |
| 20888610 | a month ago | | | 0 | 0.0011581319 | |
| 20860108 | a month ago | | | 0 | 0.0015258546 | |
| 20379707 | 4 months ago | | | 0 | 0.00039379016 | |
| 20379687 | 4 months ago | | | 0 | 0.00034197489 | |
| 20379658 | 4 months ago | | | 0 | 0.00037626660 | |
| 20150320 | 5 months ago | | | 0 | 0.00023278500 |
ABI
ABI objects
Getter at block 21160765
BONUS_MULTIPLIER() view returns (uint256)
10
bonusEndBlock() view returns (uint256)
1
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x722b2d1500480d72299a8fcc3e99fe89754d1948
poolLength() view returns (uint256)
19
startBlock() view returns (uint256)
10888814
sushi() view returns (address)
0xd04785c4d8195e4a54d9dec3a9043872875ae9e2
sushiPerBlock() view returns (uint256)
100000000000000000000
totalAllocPoint() view returns (uint256)
12155
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingSushi(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accSushiPerShare)
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)
setBonusEndBlock(uint256 _bonusEndBlock)
setMigrator(address _migrator)
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 _sushi, uint256 _sushiPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.