Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Kumaboss"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15133844 | 2 years ago | | | 0 | 0.00039603160 | |
| 15133834 | 2 years ago | | | 0 | 0.00039087168 | |
| 15133834 | 2 years ago | | | 0 | 0.00039087168 | |
| 15133834 | 2 years ago | | | 0 | 0.00039087168 | |
| 15133749 | 2 years ago | | | 0 | 0.00020940815 | |
| 15133749 | 2 years ago | | | 0 | 0.00020940815 | |
| 15133749 | 2 years ago | | | 0 | 0.00020940815 | |
| 15133745 | 2 years ago | | | 0 | 0.00025374691 | |
| 15133745 | 2 years ago | | | 0 | 0.00025374691 | |
| 15133745 | 2 years ago | | | 0 | 0.00025374691 |
ABI
ABI objects
Getter at block 21256715
amountMinted() view returns (uint256)
0
ext() view returns (string)
.json
maxMintPerAccount() view returns (uint256)
1
maxMintPerTransaction() view returns (uint256)
1
maxNFTSupply() view returns (uint256)
5555
name() view returns (string)
Kumaboss
owner() view returns (address)
0xeab96429c1cc05b691bccd12568c471b885ed03b
publicMintPrice() view returns (uint256)
0
publicMintTime() view returns (uint64)
0
publicSwitch() view returns (bool)
true
symbol() view returns (string)
KB
totalMinted() view returns (uint256)
2000
totalSupply() view returns (uint256)
2000
whitelistMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
whitelistMintPrice() view returns (uint256)
0
whitelistMintTime() view returns (uint64)
0
whitelistSwitch() view returns (bool)
true
Read-only
balanceOf(address owner) 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)
whitelistValidity(bytes32[] _merkleProof) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
bossAirdrop(address to, uint256 airdropNum) payable
bossMint(uint256 quantity) payable
pausePublicMint()
pauseWhitelistMint()
publicMint(uint256 qty) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxMintPerAcc(uint256 _maxMintPerAcc)
setMaxMintPerTrx(uint256 _maxMintPerTrx)
setMaxNFTSupply(uint256 _maxNFTSupply)
setPublicMintPrice(uint256 _publicMintPrice)
setPublicMintTime(uint32 _publicMintTime)
setWhitelistMerkleRoot(bytes32 _whitelistMerkleRoot)
setWhitelistMintPrice(uint256 _whitelistMintPrice)
setWhitelistMintTIme(uint32 _whitelistMinttime)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(bytes32[] _merkleProof, uint256 qty) 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()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()