LPGenesisPool
Verified contract
Active on
Ethereum with 2,036 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe460…a264
Balances ($3,600.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI | ERC-20 | 400.0002 | $9.00 |
$3,600 | |
BONES | ERC-20 | 40 | -- | -- | |
UNI-V2 | ERC-20 | 0.000711 | -- | -- | |
UNI-V2 | ERC-20 | 0.0002 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14802812 | 2 years ago | | | 0 | 0.0010573056 | |
| 14802810 | 2 years ago | | | 0 | 0.0014856558 | |
| 14461217 | 3 years ago | | | 0 | 0.0011612133 | |
| 14441890 | 3 years ago | | | 0 | 0.0021260964 | |
| 14246343 | 3 years ago | | | 0 | 0.0058364664 | |
| 14246343 | 3 years ago | | | 0 | 0.0055266119 | |
| 14037808 | 3 years ago | | | 0 | 0.0057855247 | |
| 13814704 | 3 years ago | | | 0 | 0.0038874060 | |
| 13801622 | 3 years ago | | | 0 | 0.0039295080 | |
| 13796957 | 3 years ago | | | 0 | 0.0030593911 |
ABI
ABI objects
Getter at block 21159978
isOwner() view returns (bool)
false
memes() view returns (address)
0xe4605d46fd0b3f8329d936a8b258d69276cba264
owner() view returns (address)
0xfabae3330992f4ccb388497bc44d03dc897cca84
periodStart() view returns (uint256)
1598392960
token() view returns (address)
0x5dfbe95925ffeb68f7d17920be7b313289a1a583
totalSupply() view returns (uint256)
711264887402575
Read-only
balanceOf(address account) view returns (uint256)
cards(uint256) view returns (uint256)
earned(address account) view returns (uint256)
lastUpdateTime(address) view returns (uint256)
points(address) view returns (uint256)
State-modifying
Events addCard(uint256 cardId, uint256 amount)
exit()
redeem(uint256 card)
renounceOwnership()
stake(uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
CardAdded(uint256 card, uint256 points)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Redeemed(address indexed user, uint256 amount)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _memesAddress, address _erc20Address)
This contract contains no fallback and receive objects.
This contract contains no error objects.