Meme Dog

Unverified contract

Proxy

Active on Base with 146 txns
Deployed by via 0xa0304c96 at 22866617
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 Dog"

0x47da1367687f070511140e22e328ff1e84169e0397f4f7cf3a64340c624b668d
0xb852b38b2e88a184956398ea74e5d3b00ee7b13e7e6fdede67caf3d1d8cb298d
0xfa399e26c78e4fea19facbf67b9046563957a70cbf467d8619ea6297f9285165
0x87b25588aa71be93f9061967e37a9dd56c619f3bde570dabb57ae26daf2fc784
0x24ff1cd9fb26188131a803f887892bcf56759333e2a5e9780ea87d33c5a3a0eb
0x5a73497382e33f5a7fdcaa04c8ba07057df210dfa104761443b53b2e1f4a7b13
0xa7ccebbf5d99b6330fd9e7e09eb425a7bc4048765624224900d9d4d553efcbfb
0x789e4486a3eb83d4ad6a6fcbb0a39d084b3e9bba7ab86440b6b790006c33d712
0x5e651bef55aacd907e004b656851755697a6d04c351bdede90733a0b77c1ded8
0xbf5e3109b3740a2bc07b207ab8995c5a55fc4bcdef257890a3318eaad501aa7d

Functions
Getter at block 23165733
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
142
 
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 Dog
owner(view returns (address)
0x40360f4f0f87517664dffe28047b9d31145b6bb1
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
MD
totalSupply(view returns (uint256)
141
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