Notez For Tomorrow
Verified contract
Active on
Ethereum with 763 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($47.36)
Native
Value
$47.36
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.015 | $3,157.02 |
$47.36 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17560901 | a year ago | | | 0 | 0.00062298920 | |
| 16709532 | 2 years ago | | | 0 | 0.0025953482 | |
| 16707186 | 2 years ago | | | 0 | 0.0010025348 | |
| 16590142 | 2 years ago | | | 0 | 0.00095869689 | |
| 16441489 | 2 years ago | | | 0 | 0.00035672154 | |
| 16249761 | 2 years ago | | | 0 | 0.00050830161 | |
| 16213052 | 2 years ago | | | 0 | 0.00060478893 | |
| 16200393 | 2 years ago | | | 0 | 0.0010366117 | |
| 16200393 | 2 years ago | | | 0 | 0.0010323340 | |
| 16161399 | 2 years ago | | | 0 | 0.00061617177 |
ABI
ABI objects
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 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)
tokenURI(uint256 tokenId) view returns (string)
withdrawAddresses(uint256) view returns (address)
withdrawPercentages(uint256) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
batchMint(uint64[] qtys, address[] recipients)
freeMint(uint256 qty, address recipient)
mint(uint256 qty) 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 baseURI)
setPerTransactionMax(uint256 _val)
setPrice(uint256 newPrice)
setRoyaltyInfo(address receiver, uint96 feeBasisPoints)
setSaleState(uint8 _state)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _baseUri, uint96 _royaltyAmount)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidBatchMint()
InvalidPrice()
InvalidQuantity()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
SaleInactive()
SoldOut()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WithdrawFailed()