GenesisPool
Verified contract
Active on
Ethereum with 55,945 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe460…a264
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MEME | ERC-20 | 627.082981 | -- | -- | |
GIVE | ERC-20 | 100 | -- | -- | |
DOMO | ERC-20 | 2 | -- | -- | |
MGT | ERC-20 | 1 | -- | -- | |
FAN | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20830924 | 2 months ago | | | 0 | 0.0011570554 | |
| 20826164 | 2 months ago | | | 0 | 0.00086471410 | |
| 20442649 | 4 months ago | | | 0 | 0.00035904788 | |
| 20276185 | 4 months ago | | | 0 | 0.00072144200 | |
| 20268403 | 5 months ago | | | 0 | 0.00028393916 | |
| 20268394 | 5 months ago | | | 0 | 0.00028920649 | |
| 20188407 | 5 months ago | | | 0 | 0.000091380628 | |
| 20188397 | 5 months ago | | | 0 | 0.00010177244 | |
| 20160421 | 5 months ago | | | 0 | 0.00040100141 | |
| 20160414 | 5 months ago | | | 0 | 0.00047429374 |
ABI
ABI objects
Getter at block 21260337
isOwner() view returns (bool)
false
meme() view returns (address)
0xd5525d397898e5502075ea5e830d8914f6f0affe
memes() view returns (address)
0xe4605d46fd0b3f8329d936a8b258d69276cba264
owner() view returns (address)
0xfabae3330992f4ccb388497bc44d03dc897cca84
totalSupply() view returns (uint256)
62688298119
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 _memeAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.