The Mint Memes

Verified contract

Active on Ethereum with 15,990 txns
Deployed by via 0xa0ca9ccf at 16591738
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
 (#87)
ERC-721
--
 (#86)
ERC-721
--
0xc4746e94f92aad23d0111aa946941e721bb3a294f91243a70a609ed381f5a479
0x3905349a8288bbf4d870813bbedf1a8b9c2614e9ebc1f2f46c5dd66a8bb40136
0x00a801c4b221a7d8dbf8aea167d6ee9c78d343a0344cfaac8b3619cc219860c3
0xa856b2d2714c860ae0f199455ce4e62e78610e104ee0d13ae338fdb5bca25e5a
0x7c8c74d30fca69c1bb715cf21c2682bdb83b842547d6432311cdf10707bdd7b9
0xb07687f99ac35dea94fd7e25bbe6788e85940e38192ba8b8a00e3148d3fa0c38
0x6c0b50ee4f8dca420962bb707ef3b3ad1287cf76fc0a2469a1b3edac21ec892a
0x6ac9fee6e21694713adbceda59d5448f6bcd5fef084c2b89815eba390d914f34
0x4ac62f06f66d4ae064e730d4129f32c4ad5fbcb7d65b13089e8ee64673d88582
0xd178e52ae66ba89c1387b0bd55fd3d9665e1f95d05367c41f8ab230f25a4e149

Functions
Getter at block 21312479
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
PAUSER_ROLE(view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
contractURI(view returns (string)
https://metadata.mikehager.de/themintmemes/contract
contractUri(view returns (string)
https://metadata.mikehager.de/themintmemes/contract
isMintEnabled(view returns (bool)
false
name(view returns (string)
The Mint Memes
owner(view returns (address)
0x7decf7a31168778f311c57b9a948abaa7321001e
paused(view returns (bool)
false
symbol(view returns (string)
TMM
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
getMintLimitByAddress(address _addressview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
uri(uint256view returns (string)
State-modifying
airdrop(address[] touint256[] iduint256[] amount
burn(address accountuint256 iduint256 value
burnBatch(address accountuint256[] idsuint256[] values
grantRole(bytes32 roleaddress account
mint(
mint(address touint256 iduint256 amountbytes data
mintBatch(address touint256[] idsuint256[] amountsbytes data
pause(
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 tokenIduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setContractURI(string newuri
setIsMintEnabled(bool isEnabled
setUri(string newuri
transferOwnership(address newOwner
unpause(
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Unpaused(address account
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OperatorNotAllowed(address operator