Celebrating Nouns

Unverified contract

Proxy

Active on Base with 47,770 txns
Deployed by via 0xd0aaf0b2 at 18177930
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 "Celebrating Nouns"

0x68aefb07ee21852de58344ccb3e31b5a2fe8723730278f6aa2977866fc9271e9
0x4889f2c7e3553c8dd4589067818398bcdddd1efde799235bf371f70c26af9f93
0xb262fedbc61b458dbbb2585f5a58162b21665c7077c252a6a4a8fe454dfdbe5a
0xda4c102f7faa4b9a1fb8994f9995ba556ae90a019f3df530697b349248897c1b
0xc7c46dee290b325bf14e0f6f6b784eebb975be7444e3478cdde91d4d27cd444c
0xb7f64937fcb681be4854936d7b3b8f52dc5879210948957da019b38db7c9bfd4
0x3ea4cc4f2b937dabfb885fd674da7b5a547f572196ba7e2c08f13dec9b941d6d
0x049cfb39f78c7cee22623c7d2c2f4f7717679043dddf47beff16859d45b8ffb9
0x4af6c8573d1cde53dfa0783312b139621cad049ba26277fa252776f296a29cba
0xd3a4b059b69d4affcb8971b3b99d349b9e8539686ccb5fece9b07f8783efa79c

Functions
Getter at block 22752076
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
47979
 
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)
Celebrating Nouns
owner(view returns (address)
0xd5b9df581e4207069da358f5f073c89a97b5cb53
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
CN
totalSupply(view returns (uint256)
47978
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