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

InvisibleDrunkFriends

Verified contract

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

No balances found for "InvisibleDrunkFriends"

0x29fc21bd288668b2a2c2b066d5b467463c43ce1295246243d232496a48bd2fb9
0x56b17364ed579a8992322662489e86da27de39e24d22c53828ed310acd3b4011
0x35972a0df846c7e067c276a850670368562a7919f30c697d6e934f165b2ce322
0x09df30b0e7b9a4f058c6352f25b174d258f7d41bd4285d8ce9a676a576dd00e5
0x4003d2cae7de365cd3c35d9651cd3234add94a296b0897798d2a1ca3ef5fae88
0x653fa6f208e8e21508cdfb96e6ee167fecb4c5dc36f9433cc1092099afda1581
0x3ebc2febc00fb7908214df0a0f1897f353003f151fef45de18f200fa90bb99e6
From
0xd0476577889e63eeea46b18f878e5e2808cb92fa077914244f2518caff5acc3b
0x08e517b54dd11dbd7c5db222fd2f87a089bb0549684b7a4cede47f6cc50b38cb
0xe365e6528b14010edd7f0c319ad0fde577ef001fbcbc3d003c91a4a6d7a76878

Functions
Getter at block 20896335
COLLECTION_SIZE(view returns (uint256)
10000
FIRSTXFREE(view returns (uint256)
3
MINT_PRICE(view returns (uint256)
0
TOKENS_PER_PERSON_PUB_LIMIT(view returns (uint256)
6
TOKENS_PER_TRAN_LIMIT(view returns (uint256)
6
contractURI(pure returns (string)
https://zerocodenft.azurewebsites.net/api/marketplacecollections/46e8529e-c288-4cd1-1ae6-08da5a126e73
name(view returns (string)
InvisibleDrunkFriends
owner(view returns (address)
0xefa1104ee412119681ee8fa94b49a905c33b0a9f
preRevealURL(view returns (string)
ipfs://QmTo1CQVpKXKqP3Ve5RTgGMz1stxkhxk9zrsXRLKmHWM2q/
saleStatus(view returns (uint8)
2
symbol(view returns (string)
IDF
totalSupply(view returns (uint256)
10000
Read-only
balanceOf(address ownerview returns (uint256)
calcTotal(uint256 countview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address touint256 count
approve(address touint256 tokenId
mint(uint256 countpayable 
renounceOwnership(
reveal(string url
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setPreRevealUrl(string url
setPublicMintPrice(uint256 price
setSaleStatus(uint8 status
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
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(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(