ConsoleStakeV2
Verified contract
Active on
Ethereum with 2,918 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x882e…dda1
0xe7bd…fb37
0xd9a1…1c1c
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Game | ERC-20 | 1.087429K | -- | -- | |
SLP | ERC-20 | 97.379765 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21282702 | 3 days ago | | | 0 | 0.00061878455 | |
| 21282700 | 3 days ago | | | 0 | 0.0013745041 | |
| 20976145 | a month ago | | | 0 | 0.00084867229 | |
| 20085457 | 6 months ago | | | 0 | 0.00060138170 | |
| 19989754 | 6 months ago | | | 0 | 0.00039550411 | |
| 19976061 | 6 months ago | | | 0 | 0.0023460457 | |
| 19975774 | 6 months ago | | | 0 | 0.0026967841 | |
| 19973004 | 6 months ago | | | 0 | 0.00053254942 | |
| 19973001 | 6 months ago | | | 0 | 0.00088738779 | |
| 19970424 | 6 months ago | | | 0 | 0.00051024432 |
ABI
ABI objects
Getter at block 21302543
LPToken() view returns (address)
0xd9a13cf1c0a61ffc2e82cbdc641f45f37c2b1c1c
accGAMEPerShare() view returns (uint256)
23433283953308
emissionRate() view returns (uint256)
476837158203
emissionRateLPReward() view returns (uint256)
1655578613
gameToken() view returns (address)
0x882e5b370d595e50c24b2a0e7a94e87cc32adda1
lastLPRewardTime() view returns (uint256)
1729057835
oldStake() view returns (address)
0xe7bd8a7c642e807b820c483f87b28f11a796fb37
owner() view returns (address)
0x3b8189a7511dce9be1f229bad69fdaff04018f5c
Read-only
calcReward(uint256 _tokenId) view returns (uint256, uint256)
getMultiplier(uint256 _from, uint256 _to) pure returns (uint256)
pendingGAME(address _user) view returns (uint256)
stakes(uint256) view returns (uint256 lastClaim, address owner)
userInfo(address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events claim(uint16[] tokenIds)
emergencyWithdraw()
enterStaking(uint256 _amount)
leaveStaking(uint256 _amount)
renounceOwnership()
transferOwnership(address newOwner)
updatePool()
DepositLP(address indexed user, uint256 amount)
EmergencyWithdrawLP(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
WithdrawLP(address indexed user, uint256 amount)
constructor(address _gameToken, address _lpToken, address _oldStake)
This contract contains no fallback and receive objects.
This contract contains no error objects.