BaseKaijuBoyz

Verified contract

Active on Base with 2,935 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
--
0x15c01b052385c18f730e9b9239ab8e7accc1e6d76e8500a504aa875ae91b181c
0xec705179bd47b4233f0cc98ee5513bf46443c8845a89ff25305e1a87861b67e3
0x17c7f47a662c96d12d0b7cf15ea6b4ae8f672e6211317a483bd69d405fcc2f89
0x85164d02829c790dc64c0d24b46e30fa179af372b8c746e4124d9a04853537e8
0xd858998f22c381f194f352d05838e4da0470340dd8d8ae1b1249d695e53c4b16
0xb9e0971a06cb35df53e0ad3e0b5ecb929437a92425bbdd0ef58d67521be1a6d1
0x7ac2d5edb432be2a18b3f95d75544e032bc7f1519eb3cec255d38008204cbdbf
0x1c6cbf23200c9fba38feb8fc28020f918d1810474f966100f72fb2bdd506165b
0xf55d042cd6e6ab13fa77156cef3d26edffa92c31be06de61c6c46c2802c48575
0x41d3ba5f648a061376ba598b32bf7abf91cef3221989226fdefa40a879adffff

Functions
Getter at block 21833923
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(