MEMELtdPool
Verified contract
Active on
Ethereum with 2,254 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 |
---|---|---|---|---|---|
GIVE | ERC-20 | 100 | -- | -- | |
MEME | ERC-20 | 21.035121 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12391083 | 4 years ago | | | 0 | 0.0037477547 | |
| 12264036 | 4 years ago | | | 0 | 0.0091684230 | |
| 12189453 | 4 years ago | | | 0 | 0.0080753450 | |
| 12027364 | 4 years ago | | | 0 | 0.0087228700 | |
| 12026631 | 4 years ago | | | 0 | 0.014864134 | |
| 12008881 | 4 years ago | | | 0 | 0.0080798977 | |
| 11974829 | 4 years ago | | | 0 | 0.0052346580 | |
| 11967404 | 4 years ago | | | 0 | 0.0077326899 | |
| 11929629 | 4 years ago | | | 0 | 0.013702037 | |
| 11914991 | 4 years ago | | | 0 | 0.013352701 |
ABI
ABI objects
Getter at block 21265197
isOwner() view returns (bool)
false
maxStake() view returns (uint256)
500000000
meme() view returns (address)
0xd5525d397898e5502075ea5e830d8914f6f0affe
memeLtd() view returns (address)
0xe4605d46fd0b3f8329d936a8b258d69276cba264
owner() view returns (address)
0xfabae3330992f4ccb388497bc44d03dc897cca84
paused() view returns (bool)
false
periodStart() view returns (uint256)
1600983000
rewardRate() view returns (uint256)
11574074074000
totalSupply() view returns (uint256)
2103512074
Read-only
balanceOf(address account) view returns (uint256)
cards(uint256) view returns (uint256 points, uint256 releaseTime)
earned(address account) view returns (uint256)
isPauser(address account) view returns (bool)
lastUpdateTime(address) view returns (uint256)
points(address) view returns (uint256)
State-modifying
Events addCard(uint256 _id, uint256 _points, uint256 _releaseTime)
addPauser(address account)
exit()
pause()
redeem(uint256 id)
renounceOwnership()
renouncePauser()
stake(uint256 amount)
transferOwnership(address newOwner)
unpause()
withdraw(uint256 amount)
CardAdded(uint256 card, uint256 points, uint256 releaseTime)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Redeemed(address indexed user, uint256 amount)
Staked(address indexed user, uint256 amount)
Unpaused(address account)
Withdrawn(address indexed user, uint256 amount)
constructor(uint256 _periodStart, uint256 _maxStake, address _memeLtdAddress, address _memeAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.