Not Today Club
Verified contract
Proxy
Active on
Ethereum with 3 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
9 additional
variables
Balances ($0.00)
No balances found for "Not Today Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15211508 | 2 years ago | | | 0 | 0.00054507600 | |
| 15210104 | 2 years ago | | | 0 | 0.00062704000 | |
| 15210092 | 2 years ago | | | 0 | 0.00075774400 |
ABI
ABI objects
Getter at block 21317098
maxAmount() view returns (uint256)
0
maxPerMint() view returns (uint256)
0
maxPerWallet() view returns (uint256)
0
name() view returns (string)
Not Today Club
owner() view returns (address)
0x0000000000000000000000000000000000000000
presaleActive() view returns (bool)
false
price() view returns (uint256)
0
saleActive() view returns (bool)
false
symbol() view returns (string)
NTC
totalRevenue() view returns (uint256)
0
totalSupply() view returns (uint256)
0
treasury() view returns (address)
0xfdda789d641e808dcc2340deeede775b8c806d15
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
batchAirdrop(uint64[] quantities, address[] recipients)
initialize(string name_, string symbol_, address treasury_, address royalty_, uint96 royaltyFee_)
mint(uint64 quantity) payable
presaleMint(uint64 quantity, uint256 allowed, bytes32[] proof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setMerkleRoot(bytes32 newRoot)
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
setTreasury(address newTreasury)
startSale(uint256 newMaxAmount, uint256 newMaxPerMint, uint256 newMaxPerWallet, uint256 newPrice, bool presale)
stopSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.