Memecaster

Verified contract

Active on Base with 8 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Memecaster"

0x15b0caf157d9756bc97ab4868d1d536a24ef33576980758a6adb770185923177
0x3c8875a8f942c04220b56cf0eb58a4485c45badacf1a044214cf35d5f3e04795
0x689952e17136c5fcc14cfba7fef69726a578b4576203273d922c7921e07ab5a1
0xd551ac66363a11b965a108a4f3f46867319794cb4231738714a88d7aeb8ba27c
0x1270ac19200a266eef564f4993b3788c5661942b46ebbacf6a5bc3bf4f3186ac
0x9ee3b7687c7830f4759fec3afd42e1c40417785302775bf23cc074d0541339b9
0x4411c56d9f667a25baba4f82a210ae3110dc18121de1269791932e14c50d50af
0xd260c5f5aeb462bbc7064d4afe9710f1492d879752d12228b38b9bb547ef7eed

Functions
Getter at block 23105324
getChainID(view returns (uint256)
8453
name(view returns (string)
Memecaster
owner(view returns (address)
0xab885ffdb7740b800b08a118ff0d8b0648ff621b
symbol(view returns (string)
MEM
totalSupply(view returns (uint256)
8
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
exists(uint256 idview returns (bool)
getMessageHash(address _toaddress _contractAddressuint256 _chainuint256 _amountuint256 _noncepure returns (bytes32)
getMints(uint256 _tokenIdview returns (uint256)
isApprovedForAll(address accountaddress operatorview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256 idview returns (uint256)
uri(uint256view returns (string)
State-modifying
mint(address _touint256 _amountuint256 _tokenIduint256 _noncebytes signature
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] valuesbytes data
safeTransferFrom(address fromaddress touint256 iduint256 valuebytes data
setApprovalForAll(address operatorbool approved
transferOwnership(address newOwner
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
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
Constructor
constructor(string _namestring _symboladdress _ownerstring _uri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC1155InsufficientBalance(address senderuint256 balanceuint256 neededuint256 tokenId
ERC1155InvalidApprover(address approver
ERC1155InvalidArrayLength(uint256 idsLengthuint256 valuesLength
ERC1155InvalidOperator(address operator
ERC1155InvalidReceiver(address receiver
ERC1155InvalidSender(address sender
ERC1155MissingApprovalForAll(address operatoraddress owner
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account