Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($36.08)
Native
Value
$36.08
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.01 | $3,607.66 |
$36.08 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20858427 | 2 months ago | | | 0 | 2.6614020e-7 | |
| 14848674 | 6 months ago | | | 0 | 7.9691884e-7 | |
| 14631142 | 6 months ago | | | 0 | 8.4415860e-7 | |
| 14497952 | 7 months ago | | | 0 | 0.0000058053748 | |
| 13868740 | 7 months ago | | | 0 | 0.000037333600 | |
| 13798829 | 7 months ago | | | 0 | 0.00023333500 | |
| 13798430 | 7 months ago | | | 0 | 0.0000037503308 | |
| 13656467 | 7 months ago | | | 0 | 0.0000015052974 | |
| 13385641 | 7 months ago | | | 0 | 0.0000015043728 | |
| 13293070 | 8 months ago | | | 0 | 0.0000014431662 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address _address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
whitelistAddresses(address) view returns (bool)
State-modifying
Events addToWhitelist(address[] _addresses)
airdrop(address _to, uint256 _amount)
approve(address to, uint256 tokenId) payable
publicMint(uint256 _amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxMintPerTx(uint256 _maxMintPerTx)
setMaxPublicCount(uint256 _maxPublicCount)
setMaxSupply(uint256 _maxSupply)
togglePause()
togglePauseW()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistMint(uint256 _amount) payable
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()
This contract contains no fallback and receive objects.
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()