Nouns Summer Celebration

Unverified contract

Proxy

Active on Base with 10,135 txns
Deployed by via 0x8823d495 at 18214354
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 "Nouns Summer Celebration"

0x3758d6f2c8c7d04aee807a8b65eb5aeb15aceba332bbe1f78f835c0715c71b60
0x82386f4404b3f83c4860152781508e28211efe6e90a57fbcef53c8a67b433028
0x8b8259bfb50b6acaa14ec22146389124741c802df870e5af58af4e8f95f5a9ee
0xa2a802ba1b30b31d3dd9864b78ecbcf518dbcac58bc4db9f88b0a1645b9efff4
0xf1eb5093983966b2e5101fc82cf6e69a93c0b593be71f9349ed2fe86d8c2165b
0x4a6e5759b5413ac6eff16eb1467fedf1fdf6df29ff15e1418e578546f5c30883
0xe2a4016c01221ec21721bb944a4f5366596e8cc0107862d00135b19f4fc13301
0xf3c0fa1a70ad665bb950ee603535002c3fe485a2a168d532cae9a5b5a75c0acb
0x5ee8e7f79165eca5cd19ea49c745c1258b7b055d1e74dad2969c7c9ae50483de
0x9f7dd69fe4134cc3f1a09b1223d47f239d1d8ae067ca078af3edd33c4fa282eb

Functions
Getter at block 22753420
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
9887
 
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)
Nouns Summer Celebration
owner(view returns (address)
0xbdea3b93393f91a281e8e290e98f86368933e40b
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
NSC
totalSupply(view returns (uint256)
9886
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