NekoClans
Verified contract
Active on
Ethereum with 829 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 "NekoClans"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453800 | 4 months ago | | | 0 | 0.000064060573 | |
| 20453792 | 4 months ago | | | 0 | 0.000062456983 | |
| 20453783 | 4 months ago | | | 0 | 0.000063189978 | |
| 20254085 | 5 months ago | | | 0 | 0.000068149410 | |
| 16402471 | 2 years ago | | | 0 | 0.00046279232 | |
| 16377986 | 2 years ago | | | 0 | 0.0013449475 | |
| 16255156 | 2 years ago | | | 0 | 0.00028769857 | |
| 15929144 | 2 years ago | | | 0 | 0.00083509537 | |
| 15767942 | 2 years ago | | | 0 | 0.00042056397 | |
| 15510244 | 2 years ago | | | 0 | 0.00038817205 |
ABI
ABI objects
Getter at block 21305683
baseURI() view returns (string)
https://raw.githubusercontent.com/nekoclan/nft_asset/main/json/
maxSupply() view returns (uint256)
5666
maxWalletFreeSupply() view returns (uint256)
1
maxWalletWlSupply() view returns (uint256)
3
name() view returns (string)
NekoClans
owner() view returns (address)
0xc3ea414dc06eef10dae81eaacfd04a35ce3e22c5
price() view returns (uint256)
8990000000000000
symbol() view returns (string)
NekoClans
totalSupply() view returns (uint256)
1005
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNftInfo(address _address) view returns (uint256 _whitelistMinted, uint256 _freeMinted, uint256 _publicMinted, uint256 _priceWl, uint256 _maxMintWl, uint256 _priceFree, uint256 _maxMintFree, uint256 _pricePublic, uint256 _maxMintPublic, uint256 totalMinted)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedCount(uint8, address) view returns (uint256)
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)
publicAdopt(uint256 quantity) 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)
setSignerAddress(address newSignerAddress)
setWithdrawAddress(address newWithdrawAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whiteListAdopt(uint256 quantity, bytes32 hash, bytes signature) payable
withdraw()
withdraw(address beneficiary)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()