This contract is being backfilled. You may encounter incomplete storage history.

TheKodaz

Verified contract

Proxy

Active on Ethereum with 7,745 txns
Deployed by via 0x4c572bbf at 15423052
Slot
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

No balances found for "TheKodaz"

0x023a82e084dd205432259a8432c593b6247eb9e09f334ff78f2fe3f642f4d189
0xa536b314c2afe16fdba31e358e484fc30c201fb24d41a5e500b919bdb336271a
0x485af81bc1d87bcd11893f341614d1d61534835b2aa24a241d43b5ae841f7f96
0xb0c3d8b7d7953457a68d97f8c260b35d5a541635eca95cc34ea1f98dbb6cd13a
0xe07cca2b68edf8092e9d51566692e52bea98bfe483a7d82918f1fde7dc463a9d
0x4912acf083bfbed0a8145f4c3a22e39639c804d9b4bacdce1ba585f998cbddb2
0x23ec3afdd7bbe0a3dae7aa2e11b5d61dcd1293ce98a37f800ca2253f522ebb06
0x99c812d48296cb0cdacb76e76a51313ec16aa72b92f2e2d36c3af5b49b338909
0x6e08bf4b9ed835833c327fa07e266ae16a2fa1e4fa82f723851af03724514451
0x24e7b33e52ef77ca7ddf0ab463a6f59680f5f35ef29599369dd111216fd59496

Functions
Getter at block 20802193
maxSupply(view returns (uint256)
3000
name(view returns (string)
TheKodaz
owner(view returns (address)
0xb74f6dca324c16015b798062bef66ac5581d6685
prefix(view returns (string)
https://gateway.pinata.cloud/ipfs/QmRvhkBg8YPWosDWGf5Mh6D6MuRnEc1ETySxi3r2WvaM21/
stage(view returns (uint8)
2
suffix(view returns (string)
.json
symbol(view returns (string)
TK
totalSupply(view returns (uint256)
3000
Read-only
balanceLimit(uint8 stageId_view returns (uint256)
balanceOf(address ownerview returns (uint256)
currentBalance(uint8 stageId_address account_view returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isAdmin(address account_view returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(uint8 stageId_address account_bytes32[] proof_view returns (bool)
merkleTreeRoot(uint8 stageId_view returns (bytes32)
ownerOf(uint256 tokenIdview returns (address)
remainingBalance(uint8 stageId_address account_view returns (uint256)
royaltyInfo(uint256uint256 value_view returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
addToWhitelist(uint8 stageId_address[] accounts_
adminMint(address[] accounts_uint256[] amounts_
approve(address touint256 tokenId
initialize(bytes32 whitelistMerkleTreeRoot_address royaltiesRecipient_uint256 royaltiesValue_
publicMint(uint256 amount_
removeFromWhitelist(uint8 stageId_address[] accounts_
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAdminPermissions(address account_bool enable_
setApprovalForAll(address operatorbool approved
setMaxSupply(uint256 maxSupply_
setPrefix(string prefix_
setRoyalties(address recipient_uint256 amount_
setStage(uint8 stage_
setSuffix(string suffix_
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateBalanceLimit(uint8 stageId_uint256 limit_
updateMerkleTreeRoot(uint8 stageId_bytes32 merkleTreeRoot_
whitelistMint(uint256 amount_bytes32[] proof_
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoyaltiesSet(address recipientuint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(