BaseKaijuBoyz
Verified contract
Active on
Base with 2,935 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.001641 |
$0 | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21577640 | 6 days ago | | | 0 | 1.9077054e-7 | |
| 20930809 | 21 days ago | | | 0 | 1.6723381e-7 | |
| 20685298 | a month ago | | | 0 | 1.6976386e-7 | |
| 18952608 | 2 months ago | | | 0 | 0.0000011236333 | |
| 18952607 | 2 months ago | | | 0 | 0.0000011221121 | |
| 18952605 | 2 months ago | | | 0 | 0.0000011223572 | |
| 18952603 | 2 months ago | | | 0 | 0.0000011217257 | |
| 18952600 | 2 months ago | | | 0 | 0.0000011203174 | |
| 18952599 | 2 months ago | | | 0 | 0.0000011191064 | |
| 18952598 | 2 months ago | | | 0 | 0.0000011197409 |
ABI
ABI objects
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 owner) view returns (uint256)
checkCost(uint256 _mintAmount) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address[] accounts, uint256 amount)
approve(address to, uint256 tokenId) payable
mint(uint256 _mintAmount) payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setCostPrice(uint256 _cost)
setExtensionURL(string uri)
setMaxMintAmountPerTx(uint256 perTx)
setMaxMintAmountPerWallet(uint256 perWallet)
setMaxSupply(uint256 supply)
setbaseURL(string uri)
setnumberOfFreeNFTs(uint256 perWallet)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _initBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
ContractPaused()
InsufficientFund()
InvalidMintAmount()
MaxMintWalletExceeded()
MaxSupply()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NoSmartContract()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TokenNotExisting()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()