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

Dirty Kong

Verified contract

Active on Ethereum with 3,374 txns
Deployed by via 0x1348023f at 15345050
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Dirty Kong"

0x98b934a0ea5210e1a4055c6151681b5536f5c5c78a8e7069f9a871d2ead90250
0x99efdb1b3b6ab5701ecd25915ed041420c6000e8265e801bc768bb9098c541ec
0x635d999df3205469e9ae310adaedca6da0481ec4b31cdbef227a07094eaa5467
0x505ec80d96fdfcbdea184a3feb12ad21cad43264470694e6d65ed776d30f1751
0x275bb241a788eda04b15e269dfc5aee50a4b998e2eb67a64546ec9e11243a21a
0x511207a7a8e6b09bb8f1f9770d47ca9d1db171caed753844d25ba8d3f9844fb7
0xa1682aea8228c0c784f0fdf3526e1ee2c58f69eabbf6910c19b23bbff1c1f09c
0x30ee358b000df9ac78c2f08cb7f9a642fdaf1e9ceace959898d7d0beaf5bad31
0x878ed019a35764e3f5353b90fdc13a9abfd0f0a29c447deeb07b4cf2ae6a0eac
0xf6df3a9d8cb3eb49f4451a44f769b57d3dd8e7d742d58009f19ba466b0b1dee5

Functions
Getter at block 20800388
MAX_FREE_PER_WALLET(view returns (uint256)
2
MAX_FREE_SUPPLY(view returns (uint256)
5555
MAX_PER_TX(view returns (uint256)
20
MAX_SUPPLY(view returns (uint256)
5555
PRICE(view returns (uint256)
3000000000000000
baseTokenURI(view returns (string)
ipfs://bafybeigfwavc3wcdg5cb4l4v5strxdtecfdin3v7uwqef7z6gszih2lhyq/
initialize(view returns (bool)
true
name(view returns (string)
Dirty Kong
owner(view returns (address)
0xad66555c6d8c56a69508b05c149212bbb6628f8a
revealed(view returns (bool)
false
symbol(view returns (string)
DK
totalSupply(view returns (uint256)
5555
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
qtyFreeMinted(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
devMint(address touint256 count
mint(uint256 amountpayable 
renounceOwnership(
reveal(bool _revealed
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setInitialize(bool _initialize
setLimitFreeMintPerWallet(uint256 _limit
setMaxFreeAmount(uint256 _amount
setMaxLimitPerTransaction(uint256 _limit
setPrice(uint256 _price
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
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(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(