Notez For Tomorrow

Verified contract

Active on Ethereum with 763 txns
Deployed by via 0x591dc7aa at 16055504
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $47.36
0xe07069ca69e11630486762a540bbd5f4827eb2995618d5c2089425d0af59ed00
0xdda3de22fb5832449baa702864d8877f8ce26bccffab39cffbbec177f2427d97
0x0d087ddddccc0689e0578fa6a73b0f4df728bf53c80fc01feb4739c15c7c31b9
0x0045ec60b687b13b4d8d47c73297fcc5628434e968bb69b000f9483e37040382
0xdb2779a70038217b61df231cf2addf4a14cc32bff0749164d30bbbd096b0444b
0x52cc70839d8fa9b2f83ad6d55e820846e6fbdd07dc5511cf20e510857d29efcb
0x0bd030fdf3885766542a0742b535f518ede345cede2d141fbc98dcc1162b838e
0x3e8f0feec859beed34f801c140688d4713b54ab64dc729dbf05a13a385732020
0xfc5cebcad19b8381b3da906a997d0fb8d11323e42d1fd123c1a818af24199453
0x65809fb51d77630b34e7c3e02f2744f3c03d03cbb1e0eb09197fcea7bb4dc55d
From

Functions
Getter at block 21176967
_baseTokenURI(view returns (string)
https://nft.bueno.art/api/contract/i2TecpPUAkIlfZjKAmO-u/chain/1/metadata/
maxPerTransaction(view returns (uint256)
20
name(view returns (string)
Notez For Tomorrow
owner(view returns (address)
0xe83e6d1ada5fa9ea451a78bb9a03ece04a999746
price(view returns (uint256)
0
saleState(view returns (uint8)
0
supply(view returns (uint256)
12000
symbol(view returns (string)
N.F.T.
totalSupply(view returns (uint256)
12000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
withdrawAddresses(uint256view returns (address)
withdrawPercentages(uint256view returns (uint256)
State-modifying
approve(address touint256 tokenId
batchMint(uint64[] qtysaddress[] recipients
freeMint(uint256 qtyaddress recipient
mint(uint256 qtypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setPerTransactionMax(uint256 _val
setPrice(uint256 newPrice
setRoyaltyInfo(address receiveruint96 feeBasisPoints
setSaleState(uint8 _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbolstring _baseUriuint96 _royaltyAmount
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidBatchMint(
InvalidPrice(
InvalidQuantity(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
SaleInactive(
SoldOut(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WithdrawFailed(