MetaGochiChef
Verified contract
Active on
Ethereum with 684 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9074…6376
0xc1a8…8429
0xba47…3031
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MGCHI | ERC-20 | 191,607.710486T | -- | -- | |
MGINFT | ERC-20 | 77.97K | -- | -- | |
UNI-V2 | ERC-20 | 3.101K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18633351 | a year ago | | | 0 | 0.0034892989 | |
| 18510574 | a year ago | | | 0 | 0.0019922209 | |
| 18070432 | a year ago | | | 0 | 0.0011910044 | |
| 17802628 | a year ago | | | 0 | 0.0013445068 | |
| 17382971 | a year ago | | | 0 | 0.0042585056 | |
| 17140340 | 2 years ago | | | 0 | 0.0031376162 | |
| 16739357 | 2 years ago | | | 0 | 0.0017365931 | |
| 16663571 | 2 years ago | | | 0 | 0.0094543450 | |
| 16663494 | 2 years ago | | | 0 | 0.0024050686 | |
| 16632226 | 2 years ago | | | 0 | 0.0070271191 |
ABI
ABI objects
Getter at block 21190126
farming() view returns (bool)
true
owner() view returns (address)
0x020ad1c44116f5cb14851ee1ef91d1eb97d379fb
quantumLPTokens() view returns (uint256)
100000000000000000000
quantumStakedTokens() view returns (uint256)
390000000000000000000000
rewardDuration() view returns (uint256)
604800
rewardForLPPerDuration() view returns (uint256)
2
rewardForTokenPerDuration() view returns (uint256)
1
rewardToken() view returns (address)
0x90749bcae7bdee78fd7b8829aeac855c32a56376
stakedLP() view returns (address)
0xba470432de1f7cc406137379debb0192284a3031
stakedToken() view returns (address)
0xc1a85faa09c7f7247899f155439c5488b43e8429
totalClaimed() view returns (uint256)
22030
Read-only
addressToUserPosition(address) view returns (uint256 totalClaimed, uint256 amountToken, uint256 amountTokenReceived, uint256 amountLP, uint256 amountLPReceived, uint256 lastRewardTimestamp, uint256 grossTotalClaimed)
claimablePacks(address _user) view returns (uint256)
nextRewardTime(address _user) view returns (uint256)
tokenStakers(uint256) view returns (address)
State-modifying
Events claim()
deposit(address _target, uint256 _amount)
renounceOwnership()
setFarming(bool _farming)
setQuantumLPTokens(uint256 _amount)
setQuantumStakedTokens(uint256 _amount)
setReward(address _target, uint256 _amount)
setRewardDuration(uint256 _durationSeconds)
setStakedLPT(address _target)
setStakedToken(address _target)
transferOwnership(address newOwner)
withdraw(address _target)
withdrawRewardToken(uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.