AnrkeyGameLPStaking
Verified contract
Active on
Ethereum with 1,291 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 216.520745 | -- | -- | |
UNI-V2 | ERC-20 | 0.564369 | -- | -- | |
UNI-V2 | ERC-20 | 0.434595 | -- | -- | |
UNI-V2 | ERC-20 | 0.412768 | -- | -- | |
UNI-V2 | ERC-20 | 0.104049 | -- | -- | |
UNI-V2 | ERC-20 | 0.01 | -- | -- | |
UNI-V2 | ERC-20 | 0.0032 | -- | -- | |
UNI-V2 | ERC-20 | 0.0001 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21137948 | 7 days ago | | | 0 | 0.0014240047 | |
| 15247274 | 2 years ago | | | 0 | 0.00059066700 | |
| 14816597 | 2 years ago | | | 0 | 0.00051157000 | |
| 14365498 | 3 years ago | | | 0 | 0.0025595570 | |
| 14292243 | 3 years ago | | | 0 | 0.0034591829 | |
| 14279866 | 3 years ago | | | 0 | 0.00057068000 | |
| 14279865 | 3 years ago | | | 0 | 0.00057068000 | |
| 14279862 | 3 years ago | | | 0 | 0.00091268000 | |
| 14279862 | 3 years ago | | | 0 | 0.00057068000 | |
| 14279852 | 3 years ago | | | 0 | 0.00057068000 |
ABI
ABI objects
Getter at block 21187642
getUserStakeInfo() view returns (struct AnrkeyGameLPStakingLpstake)
(0x0000000000000000000000000000000000000000, 0, 0, 0, false)
isGameStopped() view returns (bool)
false
owner() view returns (address)
0x145a500e1215bb27d6b909ba8809854ff3ba1d84
Read-only
fetchTotalPoolStakeAmount(address poolAddress) view returns (uint256)
State-modifying
Events addPoolAddresses(address[] pools) returns (bool)
changeGameStatus(bool status) returns (bool)
claimLpTokens() returns (bool)
reStakeAmount(uint256 newGameTime) returns (uint256)
renounceOwnership()
stakeLpTokens(address _uniswapTokenAddress, uint256 amount, uint256 gameEndTime) returns (bool)
transferOwnership(address newOwner)
unstakeLpTokens() returns (bool)
ClaimLPTokens(address indexed player, address indexed poolAddress, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Restake(address indexed player, uint256 indexed newGameTime)
StakeLPTokens(address indexed poolAddress, address indexed player, uint256 amount, uint256 indexed gameTime)
UnstakeLPTokens(address indexed poolAddress, address indexed player, uint256 indexed gameTime)
constructor(address admin)
This contract contains no fallback and receive objects.
This contract contains no error objects.