Midnight Diner Fall Pass

Unverified contract

Proxy

Active on Base with 12,706 txns
Deployed by via 0x191d1950 at 18826957
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 "Midnight Diner Fall Pass"

0xa5f3ba439ce529cd4ccc356295c76603f3caf1f17cb4ae50a7a04e7edd877508
0x7bdac1bc609946e9172e4c2c15fdc2f6a250adf02edd804120396633e664e618
0xe2c35e7f1a4f97ac840786859bf8496baea6a4db832cc4ac15723314a377e56c
0x77aa66de780041697678b895d90ea690960e302b978133a6eeb8e388cb9dc3bc
0x17287063f419439ecdee4b2a7b1e1e38f874e0cb46147969c4599eff77281b86
0xdab90438ae0c34303af07103578c6ed83a121dceb92b30bd7773c568e53521f8
0x5c44b9e87f22585994cc9a9ae6a70b79e92c031c64b5c50961617d44dccc6b7f
0xbb7c2cc4894f8f98d23905c7f6594e7090775d7cf44dda620a68875a1bf7b0a2
0x9879386ed8c371753f42121f9074d46f54fe8e5a7e2beb02b44c9091103588ec
0x884b468b374de713bd9387668a91b350fb16fbeffff9bb446c0340c03c07d031

Functions
Getter at block 23740680
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
12185
 
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)
Midnight Diner Fall Pass
owner(view returns (address)
0x512b55b00d744fc2edb8474f223a7498c3e5a7ce
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
MDF
totalSupply(view returns (uint256)
12184
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