Nouns Forever (Song A Day #5700)

Unverified contract

Proxy

Active on Base with 19,761 txns
Deployed by via 0x762532ff at 18184196
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 Forever (Song A Day #5700)"

0xc322d6700ea4af916096ccc2fb386cbd6c3c2f43e91fa4ade6a2e051dd484d77
0x65b9165d3349847d0654e50dc0c875f04e8dd6f6e112ab1d0fc48945cd224b85
0x837ed16ae1a1841f10b01f93826ada6c8e9308d7426c49f0d295988be701de41
0xaf7b97bdbc1d00384a53ad08fd0b0e39be0cc120ada0abc7faf5b5d2ffba8084
0x055313579085b5c244ee827e95cfd2f4ebaa93d255626d7bc8972bdf02b89dee
0xb6abc30749c53cbb9888e647bf64e72a2f69c6ca9cc78ea7dc90608a0a724de1
0x6536d839a75127c9d8b428afb9ae50d83609cab46d7b8500a367a626da7add60
0xd9f7f70ab85725e43d6188cee9ac48b2961a478eb00e5943c8c1bc23d1f6c3a1
0x196fbf9264d5e01ae39511726ee07a9e529667c9219fd1d1280e260682d5a250
0x32c656b69f1b636af55591fb64dbf2eb70204cf0555e3ce69b14538676a54b1a

Functions
Getter at block 22753597
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
19464
 
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 Forever (Song A Day #5700)
owner(view returns (address)
0x3d9456ad6463a77bd77123cb4836e463030bfab4
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
NFS
totalSupply(view returns (uint256)
19463
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