Nounish Vibe

Unverified contract

Proxy

Active on Base with 47,539 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"

0xbb1e5e3bbeadbc0ad162fccb5b1ca6fc0f6f9e86b6b5eed4f84764b46850a028
0x6cd94614ea2169ca13477f54d321d7106ce80e03089a6ee2911b053dc65016e5
0xe8b9dfc27dd39a2c5809bbade518f4186c6220364b99cc04089ebda4afb2341b
0x696110ec0b401c816bd93840010c7212aa9b4785c320f7405513375639fa36db
0xab74e81d42632e13ca4b3a28159d00862e9a1d92ffb09d37fb397c215cfeb272
0xe38117e921e943b73121973019832d353716532234d6db0f196db17cf837a356
0x60fa982ba04e39aff9eca93703ca6e7c7903e6b9df8056c7c1806da088764929
0x9212d8dbd699156f861f1787a20966d3b59cac64abe37246be72bc500053fa55
0xc96d55119dba1432a21eacdac1bbbc205b562c7769567b68bc4f35eb246096c4
0x84c8c74788d898f1c4582341a84f7da89990b58f9b45f1ffc600445725e852ad

Functions
Getter at block 21754235
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
46373
 
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)
46372
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