Happy Nouniversary from based Nouns!

Unverified contract

Proxy

Active on Base with 39,044 txns
Deployed by via 0x238b8c87 at 18181097
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 "Happy Nouniversary from based Nouns! "

0x8fb52b5f9b6cb2496504b2b0e0238c71983a0d2ce4bd4611ce56646d4d2e4740
0xdbdf0d86ffb668342d10e8eef141518cdaadf56bb12926a5840bc800e558555d
0xf1c086ba23694a0a6e1ae06777576dc37a57a3a04a2587f510a796518333b5a7
0xc4937a3e54bf6f4f4c015c34a57d9d7104d90f2ed018913b168b6e8d27c24366
0x65ca6aad269d9bd73c4beb3a7fed97ef35285ac88d7d4946df03f6d9d5f29898
0x62f66ddc7bdb4febbaaf961c7f57de01552a423f1133198146360afa2ccbe4b7
0x9f8cb52584f41b5f035d93baf4c1822c8d2a078ae0e13f02e21cbc745786487f
0x9ac304df2be9bd80e8b6f38667010a2f57d9d3e04c9545102e9bfba012e737fe
0x4dc03fcb658fd65a02a3c4119771ff961911b7c9b60c7ae3b5cf3098c843103b
0x04762d9bad1dd8a8e04daa678185a0cfeeec6fef2c44320d5691d2278709026a

Functions
Getter at block 22905908
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
38415
 
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)
Happy Nouniversary from based Nouns!
owner(view returns (address)
0x75c83356987c8d813829d9fbb5de504b547750a6
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
HNF
totalSupply(view returns (uint256)
38414
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