Meme Ltd.
Verified contract
Active on
Ethereum with 10,119 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4.52)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.001436 | $3,145.54 |
$4.52 | |
ETRA | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21152148 | 2 days ago | | | 0 | 0.00046883445 | |
| 21135532 | 4 days ago | | | 0 | 0.00037685856 | |
| 21135530 | 4 days ago | | | 0 | 0.00039401902 | |
| 21135526 | 4 days ago | | | 0 | 0.00040720680 | |
| 21135519 | 4 days ago | | | 0 | 0.00042302854 | |
| 21135512 | 4 days ago | | | 0 | 0.00038439449 | |
| 21135510 | 4 days ago | | | 0 | 0.00039124681 | |
| 21135507 | 4 days ago | | | 0 | 0.00038152861 | |
| 21135505 | 4 days ago | | | 0 | 0.00038925755 | |
| 21135502 | 4 days ago | | | 0 | 0.00036378070 |
ABI
ABI objects
Getter at block 21163214
contractURI() view returns (string)
https://api.dontbuymeme.com/contract/memes-erc1155
isOwner() view returns (bool)
false
name() view returns (string)
Meme Ltd.
owner() view returns (address)
0xfabae3330992f4ccb388497bc44d03dc897cca84
symbol() view returns (string)
MEMES
Read-only
balanceOf(address _owner, uint256 _id) view returns (uint256)
balanceOfBatch(address[] _owners, uint256[] _ids) view returns (uint256[])
creators(uint256) view returns (address)
isApprovedForAll(address _owner, address _operator) view returns (bool isOperator)
isMinter(address account) view returns (bool)
isWhitelistAdmin(address account) view returns (bool)
maxSupply(uint256 _id) view returns (uint256)
supportsInterface(bytes4 _interfaceID) view returns (bool)
tokenMaxSupply(uint256) view returns (uint256)
tokenSupply(uint256) view returns (uint256)
totalSupply(uint256 _id) view returns (uint256)
uri(uint256 _id) view returns (string)
State-modifying
Events addMinter(address account)
addWhitelistAdmin(address account)
create(uint256 _maxSupply, uint256 _initialSupply, string _uri, bytes _data) returns (uint256 tokenId)
mint(address _to, uint256 _id, uint256 _quantity, bytes _data)
removeMinter(address account)
removeWhitelistAdmin(address account)
renounceMinter()
renounceOwnership()
renounceWhitelistAdmin()
safeBatchTransferFrom(address _from, address _to, uint256[] _ids, uint256[] _amounts, bytes _data)
safeTransferFrom(address _from, address _to, uint256 _id, uint256 _amount, bytes _data)
setApprovalForAll(address _operator, bool _approved)
setBaseMetadataURI(string _newBaseMetadataURI)
transferOwnership(address newOwner)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed _operator, address indexed _from, address indexed _to, uint256[] _ids, uint256[] _amounts)
TransferSingle(address indexed _operator, address indexed _from, address indexed _to, uint256 _id, uint256 _amount)
URI(string _uri, uint256 indexed _id)
WhitelistAdminAdded(address indexed account)
WhitelistAdminRemoved(address indexed account)
constructor(address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.