ChickenChef
Verified contract
Active on
Ethereum with 6,152 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe636…a291
Balances ($150,429.27)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 48.204819 | $3,097.09 |
$149,294.66 | |
STPT | ERC-20 | 20.284585K | $0.046581 |
$944.87 | |
MX | ERC-20 | 57 | $2.92 |
$166.44 | |
CBK | ERC-20 | 20 | $0.692984 |
$13.86 | |
TON | ERC-20 | 5.1 | $1.85 |
$9.44 | |
KFC | ERC-20 | 619.193375 | $0.000001 |
$0 | |
WMBL | ERC-20 | 46.629K | -- | -- | |
RINGX | ERC-20 | 206.986939 | -- | -- | |
WTON | ERC-20 | 4.5 | -- | -- | |
UNI-V2 | ERC-20 | 2.2775 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20721517 | 2 months ago | | | 0 | 0.00056622169 | |
| 19931804 | 6 months ago | | | 0 | 0.0012627562 | |
| 17421475 | a year ago | | | 0 | 0.0012113153 | |
| 15104371 | 2 years ago | | | 0 | 0.0049652351 | |
| 12355743 | 4 years ago | | | 0 | 0.0035800901 | |
| 12355743 | 4 years ago | | | 0 | 0.0043501500 | |
| 11957893 | 4 years ago | | | 0 | 0.0022358540 | |
| 11957810 | 4 years ago | | | 0 | 0.0055550241 | |
| 11957759 | 4 years ago | | | 0 | 0.0099731010 | |
| 11840293 | 4 years ago | | | 0 | 0.0045678160 |
ABI
ABI objects
Getter at block 21230338
BONUS_MULTIPLIER() view returns (uint256)
1
bonusEndBlock() view returns (uint256)
10903736
chicken() view returns (address)
0xe63684bcf2987892cefb4caa79bd21b34e98a291
devaddr() view returns (address)
0x1413ced060d11fd46e851053b94b5a69e6e91dcc
getChickenBlockReward() view returns (uint256)
0
halvingPeriod() view returns (uint256)
80640
halvingTimes() view returns (uint256)
40
initChickenPerBlock() view returns (uint256)
1300000000000000000
owner() view returns (address)
0x1413ced060d11fd46e851053b94b5a69e6e91dcc
poolLength() view returns (uint256)
15
startBlock() view returns (uint256)
10903736
totalAllocPoint() view returns (uint256)
1011
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingChicken(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accChickenPerShare)
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 _chicken, address _devaddr, uint256 _chickenPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.