MemecoinButWithPicture

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0x06003546 at 12087475
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "MemecoinButWithPicture"

No transactions found for "MemecoinButWithPicture"


Functions
Getter at block 21834037
$treasurer(view returns (address)
0x0000000000000000000000000000000000000000
authCodeDelay(view returns (uint256)
0
mintMaxPerAuth(view returns (uint256)
0
mintStartTime(view returns (uint256)
0
owner(view returns (address result)
0x0000000000000000000000000000000000000000
ownershipHandoverValidFor(view returns (uint64)
172800
signer(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOf(address ownerview returns (uint256)
balanceOf(address owneruint256 startuint256 stopview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
isApprovedForAll(address accountaddress operatorview returns (bool)
isOwnerOf(address accountuint256 idview returns (bool)
lastAuthTime(addressview returns (uint256)
mintableSupply(addressview returns (uint256)
ownershipHandoverExpiresAt(address pendingOwnerview returns (uint256 result)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
uri(uint256view returns (string)
usedHashes(bytes32view returns (bool)
State-modifying
authMint(bytes32 hashbytes signatureuint256 timestamp
burnBatch(address fromuint256[] ids
cancelOwnershipHandover(payable 
completeOwnershipHandover(address pendingOwnerpayable 
initialize(address ownerstring uriaddress treasurer
mint(address receiveruint256 quantity
renounceOwnership(payable 
requestOwnershipHandover(payable 
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setAuthCodeDelay(uint256 _authCodeDelay
setMintMaxPerAuth(uint256 _mintMaxPerAuth
setSigner(address _signer
setURI(string uri
transferOwnership(address newOwnerpayable 
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
Initialized(uint8 version
OwnershipHandoverCanceled(address indexed pendingOwner
OwnershipHandoverRequested(address indexed pendingOwner
OwnershipTransferred(address indexed oldOwneraddress 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(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
AuthCodeUsed(
BalanceQueryForZeroAddress(
BurnFromNonOnwerAddress(
BurnFromZeroAddress(
ExceedsMintableSupply(
InputLengthMistmatch(
InvalidQueryRange(
InvalidSignature(
InvalidSigner(
MintToZeroAddress(
MintZeroQuantity(
NewOwnerIsZeroAddress(
NoHandoverRequest(
OnlyTreasurer(
TooSoonBetweenAuthCodes(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwnerOrInvalidAmount(
TransferToNonERC1155ReceiverImplementer(
TransferToZeroAddress(
Unauthorized(