ShiryoinuChef
Verified contract
Active on
Ethereum with 9,209 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x773d…eef0
0x1e2f…8f02
0xe6e1…dd03
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TKX | ERC-20 | 0.0001 | $11.75 |
$0 | |
Shiryo-Inu | ERC-20 | 48,125.106256T | -- | -- | |
ShiryoN | ERC-20 | 452.944K | -- | -- | |
UNI-V2 | ERC-20 | 1.67206K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21148495 | a day ago | | | 0 | 0.00097248461 | |
| 21144534 | 2 days ago | | | 0 | 0.0016621293 | |
| 21128750 | 4 days ago | | | 0 | 0.0014996861 | |
| 21128483 | 4 days ago | | | 0 | 0.0017929571 | |
| 21121635 | 5 days ago | | | 0 | 0.00060214066 | |
| 21117509 | 6 days ago | | | 0 | 0.00075537920 | |
| 21103157 | 8 days ago | | | 0 | 0.00041870076 | |
| 21078301 | 11 days ago | | | 0 | 0.00075890894 | |
| 21072774 | 12 days ago | | | 0 | 0.0058104690 | |
| 21072751 | 12 days ago | | | 0 | 0.0019813887 |
ABI
ABI objects
Getter at block 21157417
farming() view returns (bool)
true
owner() view returns (address)
0x556f99ff7d5f445f24437ce7c03a909fc8bb650c
quantumLPTokens() view returns (uint256)
20000000000000000000
quantumStakedTokens() view returns (uint256)
20000000000000000000000
rewardDuration() view returns (uint256)
604800
rewardForLPPerDuration() view returns (uint256)
2
rewardForTokenPerDuration() view returns (uint256)
1
rewardToken() view returns (address)
0x773d6e3e85ed29d2c40c42f7cbc8ad3d4ddbeef0
stakedLP() view returns (address)
0xe6e1f4f9b0303ca3878a110061c0ec9b84fddd03
stakedToken() view returns (address)
0x1e2f15302b90edde696593607b6bd444b64e8f02
totalClaimed() view returns (uint256)
297556
Read-only
addressToUserPosition(address) view returns (uint256 totalClaimed, uint256 amountToken, uint256 amountTokenReceived, uint256 amountLP, uint256 amountLPReceived, uint256 lastRewardTimestamp)
claimablePacks(address _user) view returns (uint256)
nextRewardTime(address _user) view returns (uint256)
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.