nightswim punk

Unverified contract

Proxy

Active on Base with 1,215 txns
Deployed by via 0xf57f1551 at 20986965
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 "nightswim punk"

0xe3caef23c9644f471b82092a097e9c8274d7586713a4fe27faf9d415c5a682fc
0x687080952d5f3904246aac632494d9624217f54ce34d066b3781c51e52586e3f
0xd7957983eed9a47dadd60d6ffd1603bdd3974a27d48fb5dd3178e80b131f33a3
0xf9a58d45594db90e944cb57ba3949ed4e12ceb871e1d5bd2333cdce4f9ddb776
0x08920ef27887700238034a92e0b6d78021adfdbec83465b435a3473bd5e3ae5e
0x44631d6aec158b67bce691c77d9332ca00bbb0a81f87994bd068db607bd87680
0x3b915676b5e482d4043da02b53f9ca20d3b23518d60d378463c209bd034d06b6
0xf244decf52c9f0ea9933c4322400df21aa049a8fe888bacd5d573cf7cb3a0d40
0xa8706c9734f44f211676b2d8c2407c2a80f05658aa3867c8f88bc0df2ede34cf
0x9137c7eee22e31b321a29960c89fdb010873900c6ab2a4e56858e61d80a0f722

Functions
Getter at block 23909037
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
1243
 
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)
0x52d443855e4d15dc47d323fa94e7d92342d3eb57
name(view returns (string)
nightswim punk
owner(view returns (address)
0x29eda53b9d03bd7d86469d6abcc62da1a1d12c7b
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
NP
totalSupply(view returns (uint256)
1242
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