Not Okay NFTs
Verified contract
Active on
Ethereum with 799 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($15.07)
Native
Value
$15.07
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.004201 | $3,586.64 |
$15.07 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17279302 | 2 years ago | | | 0 | 0.0023534107 | |
| 16715770 | 2 years ago | | | 0 | 0.0020040126 | |
| 16715767 | 2 years ago | | | 0 | 0.0010514611 | |
| 16404828 | 2 years ago | | | 0 | 0.00042992158 | |
| 16258672 | 2 years ago | | | 0 | 0.00055649204 | |
| 16206812 | 2 years ago | | | 0 | 0.00060509584 | |
| 16206772 | 2 years ago | | | 0 | 0.00062591196 | |
| 16090965 | 2 years ago | | | 0 | 0.00067703775 | |
| 16090841 | 2 years ago | | | 0 | 0.0011298359 | |
| 15901305 | 2 years ago | | | 0 | 0.00033284602 |
ABI
ABI objects
Getter at block 21280984
baseExtension() view returns (string)
.json
cost() view returns (uint256)
0
maxMintAmount() view returns (uint256)
1
maxSupply() view returns (uint256)
5000
name() view returns (string)
Not Okay NFTs
owner() view returns (address)
0xd19370098bfdc447929ed8be3ec9cf09d986154f
symbol() view returns (string)
NOF
totalSupply() view returns (uint256)
639
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedWallets(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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 _initBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.