BaseKaijuBoyz

Verified contract

Active on Base with 2,939 txns
Deployed by via 0x2c1fbd5a at 3637572
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
ERC-20
--
0x930ee90b0bdcd6b1091003fd683094db8786f23a80fc77374fd3f28249d1cf17
0x1c8e335ff2d17b1ccc89e666ba50951770e244fac728df2dddf4d0ec320690ea
0x2459c077bffe4a0302313fbf95f5318134be145f7636bbbbb7c2a905409a4994
0xaeb0b0827b36e60ae1fe9b343d9e9eda73c3cee146bcb9868ec109d09104a1dc
0x15c01b052385c18f730e9b9239ab8e7accc1e6d76e8500a504aa875ae91b181c
0xec705179bd47b4233f0cc98ee5513bf46443c8845a89ff25305e1a87861b67e3
0x17c7f47a662c96d12d0b7cf15ea6b4ae8f672e6211317a483bd69d405fcc2f89
0x85164d02829c790dc64c0d24b46e30fa179af372b8c746e4124d9a04853537e8
0xd858998f22c381f194f352d05838e4da0470340dd8d8ae1b1249d695e53c4b16
0xb9e0971a06cb35df53e0ad3e0b5ecb929437a92425bbdd0ef58d67521be1a6d1

Functions
Getter at block 23066505
ServiceFee(view returns (uint256)
0
_maxSupply(view returns (uint256)
11111
costOfNFT(view returns (uint256)
770000000000000
maxMintAmountPerTx(view returns (uint256)
50
maxMintAmountPerWallet(view returns (uint256)
50
name(view returns (string)
BaseKaijuBoyz
numberOfFreeNFTs(view returns (uint256)
4
owner(view returns (address)
0xf783cd66985639a6ebacc778f14079342c85cd9e
paused(view returns (bool)
false
revealed(view returns (bool)
false
symbol(view returns (string)
BaseKaijuB
totalSupply(view returns (uint256)
9082
Read-only
balanceOf(address ownerview returns (uint256)
checkCost(uint256 _mintAmountview 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
airdrop(address[] accountsuint256 amount
approve(address touint256 tokenIdpayable 
mint(uint256 _mintAmountpayable 
pause(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setCostPrice(uint256 _cost
setExtensionURL(string uri
setMaxMintAmountPerTx(uint256 perTx
setMaxMintAmountPerWallet(uint256 perWallet
setMaxSupply(uint256 supply
setbaseURL(string uri
setnumberOfFreeNFTs(uint256 perWallet
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _initBaseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
ContractPaused(
InsufficientFund(
InvalidMintAmount(
MaxMintWalletExceeded(
MaxSupply(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NoSmartContract(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TokenNotExisting(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(