F4ckNFTs by Dominik Wojcik

Verified contract

Proxy

Active on Ethereum with 1,756 txns
Deployed by via 0x3cf49fce at 15042336
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 49 additional slots
-
variable spans 41 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
12 additional variables
Native
Value $3.16
0x6896d64bf851536262cf6d2e531e497d19f3e6036848046a0f5b52611fa46872
0x3d5c830525b64db7d6a6b7c9a4e9475de4a434f90029002a69bfcf97554b6f8d
0x9dd5dad415f75fd01013c66dc8efdf61c8f3c7e2dae9d62707b76548f20279a1
0xefd8d25485f88cdb4a1ebd037f3f3572a13ab55674969821332a8c577a2470d4
0x39716b07f1f738b8681bd3a98bfca614e2bb5e7fc2e4c1f105f4307e437cc609
0x1fb8d5d91c860faa44ca59955712facfe709de4732ffe70261ec813537f7ac90
0xc746fcd89591dbf2a4c5f4ac7830b459e81fc4e51fa8758e41a0738ec22692a5
0x33f5d5beef37ed0b3dbff9b8cf805b4829a938ebf721c613a42ca67f2daf7998
0x2505eef82989eb9c7954d170c23b957ff4e7f36fd546d0b090aa35261ac8a2b5
0xce74e8a497e2ce04fd2d326772bc5b526c295ff033aa98a986a7feb3ab2cea55

Functions
Getter at block 21181644
implementation(view returns (address)
0xe44a70d5874808b79f9680160923f653a81c9319
cost(view returns (uint256)
0
getWithdrawSplit(view returns (address[]uint256[])
([0x460Fd5059E7301680fA53E63bbBF7272E643e89C, 0x5f453EE6422c55eE6Bd59d38d9e470372F641470], [49, 951])
maxPerMint(view returns (uint32)
20
maxPerWallet(view returns (uint32)
20
name(view returns (string)
F4ckNFTs by Dominik Wojcik
open(view returns (bool)
true
owner(view returns (address)
0x5f453ee6422c55ee6bd59d38d9e470372f641470
presaleOpen(view returns (bool)
false
referralCap(view returns (uint256)
0
referralOpen(view returns (bool)
false
reqToken(view returns (address)
0x0000000000000000000000000000000000000000
revealed(view returns (bool)
true
supply(view returns (uint256)
4444
symbol(view returns (string)
F4CK
totalSupply(view returns (uint256)
4444
Read-only
affiliatesOf(address ownerview returns (uint256)
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
airdrop(address[] _recipientsuint256[] _amount
approve(address touint256 tokenId
burn(uint256 tokenId
initialize(string _namestring _symboluint256 _maxSupply
mint(uint256 countpayable 
mintAll(payable 
presaleMint(uint32 countbytes32[] proofpayable 
referralMint(uint32 countaddress referrerpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCommission(uint256 _val1
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updatePresale(bool _openbytes32 root
updateReferral(bool _openuint256 _val
updateReqToken(address _address
updateReveal(bool _revealedstring _uri
updateRoyalties(address _recipientuint256 _fee
updateSale(bool _openuint256 _costuint32 _maxWuint32 _maxM
updateWithdrawSplit(address[] _addressesuint256[] _fees
withdraw(payable 
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(string _namestring _symboluint256 _totalSupply
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(