MemeLimitedCollections
Verified contract
Active on
Ethereum with 36,020 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe460…a264
Balances ($171,039.79)
Native
Value
$171,039.79
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 51.5132 | $3,320.31 |
$171,039.79 | |
MEME | ERC-20 | 741.365506 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20276182 | 5 months ago | | | 0 | 0.00085458516 | |
| 19499850 | 8 months ago | | | 0 | 0.0018148024 | |
| 19499850 | 8 months ago | | | 0 | 0.0023863649 | |
| 19499850 | 8 months ago | | | 0 | 0.0022610909 | |
| 19499850 | 8 months ago | | | 0 | 0.0028326535 | |
| 17398427 | a year ago | | | 0.01 | 0.0021649425 | |
| 17398426 | a year ago | | | 0 | 0.0017443161 | |
| 17398423 | a year ago | | | 0.01 | 0.0021112645 | |
| 17398422 | a year ago | | | 0.01 | 0.0025248208 | |
| 17171399 | 2 years ago | | | 0 | 0.0082477252 |
ABI
ABI objects
Getter at block 21275404
controller() view returns (address)
0x214bc6a17e022cff3676d3979b748f2940317957
isOwner() view returns (bool)
false
memeLtd() view returns (address)
0xe4605d46fd0b3f8329d936a8b258d69276cba264
owner() view returns (address)
0xfabae3330992f4ccb388497bc44d03dc897cca84
paused() view returns (bool)
false
rescuer() view returns (address)
0x0000000000000000000000000000000000000000
token() view returns (address)
0xd5525d397898e5502075ea5e830d8914f6f0affe
totalSupply() view returns (uint256)
73136550626
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfAccount(address account) view returns (uint256)
balanceOfPool(uint256 id) view returns (uint256)
cardMintFee(uint256 pool, uint256 card) view returns (uint256)
cardPoints(uint256 pool, uint256 card) view returns (uint256)
cardReleaseTime(uint256 pool, uint256 card) view returns (uint256)
earned(address account, uint256 pool) view returns (uint256)
isPauser(address account) view returns (bool)
pendingWithdrawals(address) view returns (uint256)
pools(uint256) view returns (uint256 periodStart, uint256 maxStake, uint256 rewardRate, uint256 feesCollected, uint256 spentPineapples, uint256 controllerShare, address artist)
State-modifying
Events addCard(uint256 pool, uint256 id, uint256 points, uint256 mintFee, uint256 releaseTime)
addPauser(address account)
createCard(uint256 pool, uint256 supply, uint256 points, uint256 mintFee, uint256 releaseTime) returns (uint256)
createPool(uint256 id, uint256 periodStart, uint256 maxStake, uint256 rewardRate, uint256 controllerShare, address artist) returns (uint256)
exit(uint256 pool)
pause()
redeem(uint256 pool, uint256 card) payable
renounceOwnership()
renouncePauser()
rescuePineapples(address account, uint256 pool) returns (uint256)
setArtist(uint256 pool, address artist)
setController(address _controller)
setControllerShare(uint256 pool, uint256 _controllerShare)
setRescuer(address _rescuer)
stake(uint256 pool, uint256 amount)
transfer(uint256 fromPool, uint256 toPool, uint256 amount)
transferAll(uint256 fromPool, uint256 toPool)
transferOwnership(address newOwner)
unpause()
withdraw(uint256 pool, uint256 amount)
withdrawFee()
CardAdded(uint256 poolId, uint256 cardId, uint256 points, uint256 mintFee, uint256 releaseTime)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
PoolAdded(uint256 poolId, address artist, uint256 periodStart, uint256 rewardRate, uint256 maxStake)
Redeemed(address indexed user, uint256 poolId, uint256 amount)
Staked(address indexed user, uint256 poolId, uint256 amount)
Transferred(address indexed user, uint256 fromPoolId, uint256 toPoolId, uint256 amount)
Unpaused(address account)
UpdatedArtist(uint256 poolId, address artist)
Withdrawn(address indexed user, uint256 poolId, uint256 amount)
constructor(address _controller, address _memeLtdAddress, address _tokenAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.