Meme Owl

Unverified contract

Proxy

Active on Base with 131 txns
Deployed by via 0x8cdcd865 at 22722286
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 12 additional slots

No balances found for "Meme Owl"

0x8d2cbee4b46fbc0ba475a7bb7bd5354c6904d08cc441942e1edc7051db898362
0xe5f264806f35ed3e1dcc728ecd3ab9a32464b8ef9dae37878065e2eb7a434d15
0x796024c6e66d953be520707ae67486166283cac5595f4a5fba68875191fc7c02
0xe5cba9a652c7460a49350c64eb36e100208df067c3c7ef4fe276fee67d811374
0x61adbe13aba9ebde000b2b1530008f24bb31f6cf7392f4f7bf64700a7746d296
0xc1d1e19aef349af5bbdfa44852c3d076f873347ff02e659640753ec3084e47da
0x8046b7473090dbef2fa0bdbbfba016065f0f0552b46658c9e724e2595d0a6241
0x06bfed5356f82546e1f13ba8722ed07db3d8190720b223f650ac46e9d005ea6e
0x82b7a887348c79fffc263480c5953c552b5c9faec24c5a8c0b7886bcbf80ee48
0x2199474cf20321e567303cd159ff546b2e8d1be0aade887bb36f21166ba15eb1

Functions
Getter at block 22742423
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
132
 
getMetadata(view returns (struct CollectionCreationRequest)
 
metadata(view returns (address creatorstring namestring descriptionstring symbolstring imagestring animation_urlstring mintTypeuint128 maxSupplyuint128 maxPerWalletuint256 costuint256 startTimeuint256 endTimeuint256 nonce)
mintingContract(view returns (address)
0x5da05215aca9edbe27cbdce86888986e4b4c996f
name(view returns (string)
Meme Owl
owner(view returns (address)
0x40360f4f0f87517664dffe28047b9d31145b6bb1
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
MO
totalSupply(view returns (uint256)
131
Read-only
balanceOf(address ownerview returns (uint256)
cost(uint256 quantityview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
acceptOwnership(
approve(address spenderuint256 id
initialize(struct CollectionCreationRequest requestaddress mintingContract_
mint(address touint256 quantitypayable 
mintWithComment(address touint256 quantitystring commentpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setMetadata(struct CollectionCreationRequest metadata_
transferFrom(address fromaddress touint256 id
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint64 version
MintConfigChanged(
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TokenForgeMint(address indexed touint256 quantity
TokenForgeMintComment(address indexed touint256 quantitystring comment
Transfer(address indexed fromaddress indexed touint256 indexed id
Withdrawn(address indexed owneruint256 amount
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
FailedToSendEth(
IncorrectETHAmount(uint256 sentuint256 expected
InvalidCollectionRequest(string message
InvalidContractAddress(
InvalidInitialization(
InvalidMintQuantity(
MintingClosed(
MintingNotStarted(
NotInitializing(
OutOfSupply(
OverClaimLimit(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
TokenDoesNotExist(uint256 tokenId