Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc6f4…a701
0xfdd2…9b8f
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TAMAGO | ERC-20 | 349.524009B | -- | -- | |
UNI-V2 | ERC-20 | 747.211628K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17061093 | 2 years ago | | | 0 | 0.0039167844 | |
| 17015437 | 2 years ago | | | 0 | 0.0031121305 | |
| 16999537 | 2 years ago | | | 0 | 0.0049482955 | |
| 16998456 | 2 years ago | | | 0 | 0.0044239150 | |
| 16997920 | 2 years ago | | | 0 | 0.0047743887 | |
| 16997919 | 2 years ago | | | 0 | 0.0057235669 | |
| 16992058 | 2 years ago | | | 0 | 0.0023671450 | |
| 16992058 | 2 years ago | | | 0 | 0.019119200 | |
| 16990878 | 2 years ago | | | 0 | 0.0048168005 | |
| 16989787 | 2 years ago | | | 0 | 0.0058347643 |
ABI
ABI objects
Getter at block 21219726
compoundRatio() view returns (uint256)
10000000000000
eggs() view returns (address)
0xc6f432bab0db0e763e103825211945031d89a701
eggsLp() view returns (address)
0xfdd2e2033d162e4a7732904b73cc0a5659669b8f
lastBlock() view returns (uint256)
17061093
owner() view returns (address)
0x00e996d45bed3efeb5d9585d11c47f2a41000000
poolLength() view returns (uint256)
2
rewardPerBlock() view returns (uint256)
10000000000000000000000000
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
startBlock() view returns (uint256)
16971385
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) returns (uint256)
compoundBig(uint256 _amountTokenDesired, uint256 _amountTokenMin, uint256 _amountETHMin) payable
compoundSmol()
deposit(uint256 _pid, uint256 _amount, address _account)
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, address _router, uint256 _rewardPerBlock, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.