Nounish Vibe

Unverified contract

Proxy

Active on Base with 47,593 txns
Deployed by via 0x4a00644a at 18180544
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 "Nounish Vibe"

0x38e92705bee5c27cebd95a291721bdf4f7d1ed8fab5e439bdf852d0cda046fbf
0xa12e239775b986f6c9d87cc50881c2f90537fde3d4ea758d950196aed9db4442
0x2fd231acea26fc9f429747dbaf8f046f8625fe5a4957379bc06f652755660d05
0x5957106b26546f349e5f0899fc8e75ed56173a1470a2caf6a143d78d60be52fb
0xfe8e46ca056f4f42197ec47bc117eedbdcbb0db304758c10876d248934ca27d8
0x53d77682ede3a20be0d902e3946be272fd4ec9a75c8351c205c86c64ab86caa4
0x7ccf8e3ba429301cac93367ffed55254cd1c3a25bf2047f4d01ce1a125144b94
0xb9110dbce9e0b560442dbb37959f0f9675dd19026fdbf4cbb02a2ec48596660e
0x1b7db8f2073ebac52dc4d5f5a5c13d4027245c6a1166469ed73f11858bf1ae30
0xf9733725971df2aebd236e527ec733bfbd748de717a2d6af8888822c3904a054

Functions
Getter at block 22754419
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
46418
 
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)
0x560aa3207ae4b516a5489e04f2fa2e2808cea896
name(view returns (string)
Nounish Vibe
owner(view returns (address)
0x0b81bffce9970aca9868120eee1bcc8de19119f7
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
NV
totalSupply(view returns (uint256)
46417
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