Neko Nation

Verified contract

Active on Ethereum with 4,596 txns
Deployed by via 0x9f94103c at 15704538
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Neko Nation"

0xe1a2033f5d541eeb8408c123e5f3f7f7fc16cd93b0547d9cad54749c547c0d4d
0xd94eb17de8442e06d59ccb57e7d9e857994d9dba858b459fb24165cffe1d57ed
0xc158932cfca8c360ba3ef3fe4acf878c7e095e7b1761e8864c15b68671744396
0xcd29d7c488e295c6716f757577e11720735247bd61a89e98150b3274fe4169e1
0xbee7ed099a75344c1fe9097edf92afcbb83306ac52b22aa3ee027c97769f86c2
0x5d0abfb56c6042007bcf235bb48c5f68625d464b8bfb57fb5742e96691248356
0x179a58477585f69ea35a53140db33c3af68e0a04b1e1e50142dfa9bbb9efa3de
0x5fa405030d46a9f9f689b439d0923981cbc91a6e45cb4d85c3f40762541824e0
0x1566c089dd97b39021b7c9286447f11418c1e0d26fbca1e34e77bdd57b05db04
0x867e8431a14043a0b973a299952e81c580a8cc1375a8546639133b8cfd4fed5e

Functions
Getter at block 20855096
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_PUBLIC_MINT(view returns (uint256)
9
MAX_SUPPLY(view returns (uint256)
9999
PRICE_PER_TOKEN(view returns (uint256)
90000000000000000
SUPPORT_ROLE(view returns (bytes32)
0xd8acb51ff3d48f690a25887aaf234c4ae5a66ab9839243cd8e2b639cade0663b
allowListActive(view returns (bool)
false
merkleRoot(view returns (bytes32)
0x12db17b74da3450aaa4f24be987ddd77dcb99ecc058579aa0473587666f5b9d4
name(view returns (string)
Neko Nation
owner(view returns (address)
0x31e3c0bb84fea015499c4b1f0ce05650461989f4
provenance(view returns (string)
9ca06e7de49c2d31c4b185d1f07277744a4aa60ab0a57c9f156bd2a67b9787cf
saleActive(view returns (bool)
false
shareholderAddress(view returns (address)
0x78d84f1545d9a0b5698e9c5664e0f4f07af42a85
symbol(view returns (string)
NEKONATION
totalSupply(view returns (uint256)
9999
Read-only
balanceOf(address ownerview returns (uint256)
getAllowListMinted(address fromview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
onAllowListA(address claimerbytes32[] proofview returns (bool)
onAllowListB(address claimeruint256 bbytes32[] proofview returns (bool)
onAllowListC(address claimeruint256 buint256 cbytes32[] proofview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
deleteDefaultRoyalty(
devMint(address touint256 numberOfTokens
grantRole(bytes32 roleaddress account
mint(uint256 numberOfTokenspayable 
mintAllowList(uint256 numberOfTokensuint256 totalTokenAmountuint256 pricebytes32[] merkleProofpayable 
renounceOwnership(
renounceRole(bytes32 roleaddress account
resetTokenRoyalty(uint256 tokenId
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAllowList(bytes32 merkleRoot_
setAllowListActive(bool state
setAllowListPreserveBalances(bytes32 merkleRoot_
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setDefaultRoyalty(address receiveruint96 feeNumerator
setProvenance(string provenance_
setSaleActive(bool state
setTokenRoyalty(uint256 tokenIdaddress receiveruint96 feeNumerator
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
Claimed(address indexed accountuint256 amount
MerkleRootChanged(bytes32 merkleRoot
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address shareholderAddress_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AllowListIsActive(
AllowListIsNotActive(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
ExceedsAllowListQuota(
ExceedsMaximumSupply(
ExceedsMaximumTokensPerTransaction(
ExceedsReserveSupply(
MintToZeroAddress(
MintZeroQuantity(
NotOnAllowList(
OwnerQueryForNonexistentToken(
PublicSaleIsNotActive(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WithdrawFailed(
WrongETHValueSent(
ZeroAddressProvided(