EggChef
Verified contract
Active on
Ethereum with 19,438 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2e51…82e0
0xc54b…cd8b
Balances ($1,954.61)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EGGS | ERC-20 | 10.565454B | $0.00 |
$1,954.61 | |
CHICKENS | ERC-20 | 40.740416B | -- | -- | |
EGGCOIN | ERC-20 | 336.391205M | -- | -- | |
UNI-V2 | ERC-20 | 357.469941K | -- | -- | |
EGGT | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19047413 | 10 months ago | | | 0 | 0.0022057226 | |
| 18308549 | a year ago | | | 0 | 0.00055793158 | |
| 18301390 | a year ago | | | 0 | 0.00045255459 | |
| 18301304 | a year ago | | | 0 | 0.0010405278 | |
| 18120673 | a year ago | | | 0 | 0.00057222878 | |
| 17979985 | a year ago | | | 0 | 0.0038572334 | |
| 17954642 | a year ago | | | 0 | 0.0014125929 | |
| 17865529 | a year ago | | | 0 | 0.0028336036 | |
| 17775020 | a year ago | | | 0 | 0.0013320852 | |
| 17775018 | a year ago | | | 0 | 0.0012645213 |
ABI
ABI objects
Getter at block 21157758
compoundRatio() view returns (uint256)
10000000000000
eggs() view returns (address)
0x2e516ba5bf3b7ee47fb99b09eadb60bde80a82e0
eggsLp() view returns (address)
0xc54ba7aabe7164ca2aa092900060fe2ba6eccd8b
lastBlock() view returns (uint256)
16811117
owner() view returns (address)
0x70dcd5cafdfc982bccafa97091f6bca29859149a
poolLength() view returns (uint256)
2
rewardPerBlock() view returns (uint256)
0
startBlock() view returns (uint256)
16571963
totalAllocPoint() view returns (uint256)
1000
Read-only
compound(uint256 principal, uint256 ratio, uint256 n) pure returns (uint256)
lockDurations(uint256) view returns (uint256)
pendingReward(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accRewardPerShare)
pow(int128 x, uint256 n) pure returns (int128 r)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 lockEndedTimestamp)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
claim(uint256 _pid, address _account)
deposit(uint256 _pid, uint256 _amount)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setLockDuration(uint256 _pid, uint256 _lockDuration)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
updateRewardPerBlock(uint256 _rewardPerBlock)
withdraw(uint256 _pid, uint256 _amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
LogPoolAddition(uint256 indexed pid, uint256 allocPoint, address indexed lpToken)
LogRewardPerBlock(uint256 amount)
LogSetLockDuration(uint256 indexed pid, uint256 lockDuration)
LogSetPool(uint256 indexed pid, uint256 allocPoint)
LogUpdatePool(uint256 indexed pid, uint256 lastRewardBlock, uint256 lpSupply, uint256 accRewardPerShare)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardPaid(address indexed user, uint256 indexed pid, uint256 amount)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _eggs, address _eggsLp, uint256 _rewardPerBlock, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.