Combat

Verified contract

Active on Base with 755 txns
Deployed by via 0xfc4091b5 at 12869035
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $36.08
0xcbb58aa6ecf7379543fd32296c734395a3ce310ad560e88744883ab522e1342a
0x4815c7cf17113ce664031a60fb70c14b97d281c3c5bd9b1e43f5774a7d2187c6
0x824c8ed84eb40b93bfd45b8e089f6c6c68095fcba7e04af8c0c4d718f51f39b1
0x9e961ee618b4b3fc2dd10bfd2890c576d84557e07a289890a055926ca9bc135b
0xad5b25a4fa094994589187e240c19b56319821e16d5937745646998702da0e20
0xeb23ab7c47f09975e7d00d5ccf504ecc4b50f7dd9a2c8916e0790ca4ef814656
0x0d1efb311a74a3b4208ec3757a1832bfb5c4ad831d643d45b5754184ad030e89
0xb4e8ef8eddbc78259b4a9bbf85324cb373a9dc5ce5eefc7bed4afe42bad9a3e2
0xb3040319b3a619ff02f5d92c7565081ee3ee66bbfa7c9869b032ac3666db8651
0x23aba05bc9224e216f5f0a0661a608bb8b8aee377df6bc055f123d4d9a473f64

Functions
Getter at block 23214585
MAX_MINT_PER_TX(view returns (uint256)
2
MAX_MINT_PER_TX_WL(view returns (uint256)
1
MAX_SUPPLY(view returns (uint256)
1000
PAUSED(view returns (bool)
false
PAUSEDW(view returns (bool)
false
PUBLIC_MINT_PRICE(view returns (uint256)
6900000000000000
WL_MINT_PRICE(view returns (uint256)
5000000000000000
currentPublicCount(view returns (uint256)
500
getCurrentPublicCount(view returns (uint256)
500
getMaxPublicCount(view returns (uint256)
500
getPaused(view returns (bool)
false
getPausedW(view returns (bool)
false
maxPublicCount(view returns (uint256)
500
name(view returns (string)
Combat
owner(view returns (address)
0x9a8558ef5b829a76d4698cf14e95ff90cf33502c
symbol(view returns (string)
CMB
totalSupply(view returns (uint256 result)
702
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(address _addressview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
whitelistAddresses(addressview returns (bool)
State-modifying
addToWhitelist(address[] _addresses
airdrop(address _touint256 _amount
approve(address touint256 tokenIdpayable 
publicMint(uint256 _amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMaxMintPerTx(uint256 _maxMintPerTx
setMaxPublicCount(uint256 _maxPublicCount
setMaxSupply(uint256 _maxSupply
togglePause(
togglePauseW(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
whitelistMint(uint256 _amountpayable 
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(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MaxPerTxReached(
MaxPublicSupplyReached(
MaxSupplyReached(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NotCompatibleWithSpotMints(
NotEnoughETH(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SalePaused(
SequentialMintExceedsLimit(
SequentialUpToTooSmall(
SpotMintTokenIdTooSmall(
TokenAlreadyExists(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(