TheKodaz
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
15
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "TheKodaz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "TheKodaz"
ABI
ABI objects
Getter at block 20802193
maxSupply() view returns (uint256)
0
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
prefix() view returns (string)
stage() view returns (uint8)
0
suffix() view returns (string)
symbol() view returns (string)
totalSupply() view returns (uint256)
0
Read-only
balanceLimit(uint8 stageId_) view returns (uint256)
balanceOf(address owner) view returns (uint256)
currentBalance(uint8 stageId_, address account_) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isAdmin(address account_) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(uint8 stageId_, address account_, bytes32[] proof_) view returns (bool)
merkleTreeRoot(uint8 stageId_) view returns (bytes32)
ownerOf(uint256 tokenId) view returns (address)
remainingBalance(uint8 stageId_, address account_) view returns (uint256)
royaltyInfo(uint256, uint256 value_) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addToWhitelist(uint8 stageId_, address[] accounts_)
adminMint(address[] accounts_, uint256[] amounts_)
approve(address to, uint256 tokenId)
initialize(bytes32 whitelistMerkleTreeRoot_, address royaltiesRecipient_, uint256 royaltiesValue_)
publicMint(uint256 amount_)
removeFromWhitelist(uint8 stageId_, address[] accounts_)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAdminPermissions(address account_, bool enable_)
setApprovalForAll(address operator, bool approved)
setMaxSupply(uint256 maxSupply_)
setPrefix(string prefix_)
setRoyalties(address recipient_, uint256 amount_)
setStage(uint8 stage_)
setSuffix(string suffix_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateBalanceLimit(uint8 stageId_, uint256 limit_)
updateMerkleTreeRoot(uint8 stageId_, bytes32 merkleTreeRoot_)
whitelistMint(uint256 amount_, bytes32[] proof_)
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)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoyaltiesSet(address recipient, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()