Base Xman

Verified contract

Active on Base with 2,886 txns
Deployed by via 0x0bf946f2 at 2436766
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Base Xman"

0x203afe5377347503d03bd3e076174e568ad732d30f3e68cd9a571e113a809a2e
0x8adef4fa42cf53989697bfeddcc5df27f87af1e02488bc0992e9e6fb79bfa813
0x98d4d0dd3d6a8d2bf1dc34c12fc56953791d9d6a00854f4607351ec01acbca23
0x4cb541d7ee7cc88ea26b3091470a2541ec76e62421ee4773129dd4c393ba9a11
0x5ebce385a98989b69aa2d7bc6f7163f575f01ac104b2f137032c21af22c73e7b
0xb0ff727245c88523dec16275a0a8f9e281a407837bcc95d13200160a2cd5555a
0x11709a61597b3f09170a9ae5652cc664e4a2a4decf8985da7448b7f8ef484769
0x48e4c23b9ee88bac9c6400ebf2f5a0f837fb675e6459656478021dbc3992f637
0x88d7ed027c96465f5a33bd5fcb0016f43d9cf3e61646a31767738ae00c692639
0xfafbaeb0cf19f8b1f5186099dd43e6f41035f7ba5a14eaf05f629cac60edd2ae

Functions
Getter at block 22937842
MAX_FREE_PER_WALLET(view returns (uint256)
1
MAX_MINTS_PER_TX(view returns (uint256)
100
NUM_FREE_MINTS(view returns (uint256)
9500
PUBLIC_SALE_PRICE(view returns (uint256)
500000000000000
baseTokenURI(view returns (string)
ipfs://bafybeibo7oe2lalry7olq4wr6gktf7znff2rspcagpkll3fml3vycffviy
freeNFTAlreadyMinted(view returns (uint256)
8984
isPublicSaleActive(view returns (bool)
true
maxSupply(view returns (uint256)
10000
name(view returns (string)
Base Xman
owner(view returns (address)
0xa1049330fc1aa590a5139c31c3cccaf49611b508
symbol(view returns (string)
BXM
totalSupply(view returns (uint256)
10000
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)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(uint256 numberOfTokenspayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setFreeLimitPerWallet(uint256 _limit
setIsPublicSaleActive(bool _isPublicSaleActive
setMaxLimitPerTransaction(uint256 _limit
setNumFreeMints(uint256 _numfreemints
setSalePrice(uint256 _price
setmaxSupply(uint256 _maxSupply
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
treasuryMint(uint256 quantity
withdraw(
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
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(