Mosquito Blink by Martin Naumann

Unverified contract

Proxy

Active on Base with 314 txns
Deployed by via 0xcce5c929 at 18917287
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 "Mosquito Blink by Martin Naumann"

0x5db23f1b07987d5329ffb1bdee13e13d292cac1fd9dc3d4ef5698b6d1fe474fa
0xfef27930f1bdb5a7a385ee3f5a5cb1e80fcb888dcfe6c6eebb4b0ec98c6ac01e
0xd4857f12ee7401be331ec6dd57eeecaf974db24474441e5abd4536a144468365
0xbcbf68bc5330dccf2543a9f22207c1f7e304293ca15f6343a1dbfb5523f391c7
0x88ec46644b9d16e527b3e1fbb3dfff0f56c74884be0d7e09cda583542a1e5df4
0x888957952755cd4f05454b0e22ee6f0cda1ad74628fa30a1423820dc84d12f5a
0x8da0aa67f0453ab8d393409d2eac16b03577a15386d2fad964932bf2659324fd
0x4e71e22ab9905a9f852acbc2422be404f747f91dc14afdde35aa0b33cc5195ed
0xc6b9a2200b033e940e2bdc825280d0796f37a83ec8b4fb69f1fec34555430a89
0x7888295de5e138b4266b0213d1dd2c1187cad551ba3b489c914c7d6d1cce7d18

Functions
Getter at block 23780946
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
300
 
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)
Mosquito Blink by Martin Naumann
owner(view returns (address)
0x3bb33c9f11287efdd355e029c97f978541fe0eb1
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
MBB
totalSupply(view returns (uint256)
299
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