BasedNekos

Verified contract

Active on Base with 502 txns
Deployed by via 0xb390f532 at 13326589
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x561d29946d52271c8d01c76c8f20e01ae2a6236f8c7d40d1a61f378adf5b9dbe
0xc382f160906bcd2009bcc08f847d7613078e8c6a05c67e4b0d72de29317f5136
0x06fb40af344fbdf210b2082f90c0a73d9ba8cbbb31ba8678bdf947f4d8071a57
0x0520fbced17ccf85f50da8178d8bca834b9e8176a10e00c4211a8d6f3deb7c13
0xc0c4453d1ef315e8049b35669553d716347116fdfcbc9c9c60ce895ea4dfad2a
0xbed81076408aeb9f3b112f5dffc671145362340a99b9d2c42570c81f7e8ab4e4
0x39e809ed4aac33c3372f68ebeedec8c96699fa391fba240be1d2ca55a236ff26
0x2d8e2ef2057286c61b5264ab83c339aaa233fe28ed183157f20f9f6e0997be61
0x524af2234c05c79f5d6a3539581414787f53ac0f75f5560e967fb519397974bb
0x69478b33d190441f36e6ed52fe11a7ad1f7f7ceb6d1c2c30d8784808ff97641e

Functions
Getter at block 22915059
MAX_SUPPLY(view returns (uint256)
5555
MINT_PRICE(view returns (uint256)
15000000000000000
TEAM_WALLET(view returns (address)
0x072c5f5b61267ae638fef394c6773f37cddbe68f
merkleRoot_one(view returns (bytes32)
0xcb4f8ed4eddc7f4747ec385f8bfe2553a9f9bd0b51b3c08eddcc0fdf183c79e5
merkleRoot_two(view returns (bytes32)
0xa56c4001613775a214d902f1e2d445a2ee94668bd252d6c165a060fdf413355b
name(view returns (string)
Based Nekos
owner(view returns (address)
0xfa056cd155be11a3c3eaf627832ae433e1e922b6
publicLive(view returns (bool)
false
symbol(view returns (string)
Nekos
totalSupply(view returns (uint256)
5555
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address useruint256 amount
approve(address touint256 tokenId
publicMint(uint256 countpayable 
renounceOwnership(
root_one(bytes32 merkleRoot_
root_two(bytes32 merkleRoot_
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURL_bool reveal_
togglePublic(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
wl_one(uint256 _countbytes32[] merkleProofpayable 
wl_two(uint256 _countbytes32[] merkleProofpayable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC721EnumerableForbiddenBatchMint(
ERC721IncorrectOwner(address senderuint256 tokenIdaddress owner
ERC721InsufficientApproval(address operatoruint256 tokenId
ERC721InvalidApprover(address approver
ERC721InvalidOperator(address operator
ERC721InvalidOwner(address owner
ERC721InvalidReceiver(address receiver
ERC721InvalidSender(address sender
ERC721NonexistentToken(uint256 tokenId
ERC721OutOfBoundsIndex(address owneruint256 index
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(