Nouniversary (Blue)

Unverified contract

Proxy

Active on Base with 31,429 txns
Deployed by via 0x77200980 at 18177442
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 "Nouniversary (Blue)"

0x61991c7eda56a5108e72b98eb7aece772a4694e5f8ffcc15729beff12d10e275
0x5abc90a91e54e8bca7198c2470ac7d212eeff234dff689a4d7d83dbb1ddecccb
0xc3813ee107af7d0ea4049235134f1a3b94cc342488bba7d145c654b8e2af12a3
0x84bcdd94a6444ec555b662250be6679f6f9df6422d42e263ba0ebc83fc95da2e
0x3b74abe7d9dec33ab23bee2aa4c3790e4020ade32ce0e7752ef25bb1cfc8437d
0xb09715c49200a2778a9e20c2f4e6f3385a6012cf4fcfb86daab96d436e5f7f4c
0xc7d39627fbd7573e68a5c12d9e5d0a1e24f23463b2a79082e5f000712e7ac6cc
0x91b05279de62fa4e58eb0b11259495882371a622761472364d33d085145e76fb
0xdff3050825dcce7e892b0f8d5eb7d504e101959f8ea5c2fd2a4ae2dc9bf6b802
0xbc998874f9c7153d0de8453237a2d74a19b51203b83559b77a13b53a316cfac8

Functions
Getter at block 21793809
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
30895
 
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)
Nouniversary (Blue)
owner(view returns (address)
0x147f7be19fcb54f013c01b20efa3ddca09341641
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
NB
totalSupply(view returns (uint256)
30894
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