KManuS88 NFT
Verified contract
Active on
Ethereum with 3,423 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "KManuS88 NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21179506 | 4 days ago | | | 0 | 0.0024826747 | |
| 21179505 | 4 days ago | | | 0 | 0.0025264193 | |
| 21078050 | 18 days ago | | | 0 | 0.00024406820 | |
| 20946809 | a month ago | | | 0 | 0.00021993937 | |
| 20866929 | 2 months ago | | | 0 | 0.00020654150 | |
| 20723969 | 2 months ago | | | 0 | 0.00014473014 | |
| 20543608 | 3 months ago | | | 0 | 0.000025038650 | |
| 20543605 | 3 months ago | | | 0 | 0.000027204951 | |
| 20521554 | 3 months ago | | | 0 | 0.000051943713 | |
| 20250611 | 4 months ago | | | 0 | 0.000036605291 |
ABI
ABI objects
Getter at block 21205550
MAX_MINT_COUNT() view returns (uint256)
15
MAX_SUPPLY() view returns (uint256)
8888
PRICE_PER_NFT() view returns (uint256)
90000000000000000
currentCount() view returns (uint256)
1533
name() view returns (string)
KManuS88 NFT
owner() view returns (address)
0xbe8fcab9560cca51157c0b3df71c910bffc6dd04
symbol() view returns (string)
KMANUS
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 count) 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 nftURI)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.