The Afrikans NFT

Unverified contract

Proxy

Active on Ethereum with 1,200 txns
Deployed by via 0xb691272a at 15336646
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
15 additional variables
 (#225)
ERC-721
--
 (#119)
ERC-721
--
 (#1361)
ERC-721
--
 (#1305)
ERC-721
--
 (#1094)
ERC-721
--
 (#686)
ERC-721
--
 (#564)
ERC-721
--
 (#49)
ERC-721
--
 (#8076)
ERC-721
--
 (#7070)
ERC-721
--
0x56fcc7b59874d5922d881b84c9e1164e40e3b6de71756a39534438034a4f002e
0xcc4e03579c87d1a8c216154898bcf5d3665242a342e1a032a1c868af9dca7e33
0xd82c614d5aaf8b713c08a8e80de041a1a8077a0704ac2bd485b148ec1dfeca2c
0x0243cb44867d9b673a86ebf7c841f4a14ca9809b37843d971f341d13b242458a
0xc44ff76530b7e3c6375aad7bed1d8f90b05652105bedc69a2a5e260438508a6d
0xa48bcc0d40ced841048a652a2c0aeece7b051f36a37ebc02f8185e0c5420b50a
0x8f6d17a0a83f42e861a6dbcdc2af7d89fd594533b8addbd1b778a4b848e49acb
0x8481eeddcc0ef716b726e721f66d4db887ab5fdf1860205d4107fddc248012ca
0x21108974ab8ceed8770553b2d3830a12677ffe2db8646ca804c10e3cd1de642b
0x8072dc68334a5d7e6fd555cad04be11433dcda5f77a7908b4b4510cb7a3c72ca

Functions
Getter at block 21028588
cost(view returns (uint256)
0
getWithdrawSplit(view returns (address[]uint256[])
([0x460Fd5059E7301680fA53E63bbBF7272E643e89C, 0x416AE16f8C57aa476D9D1C3c299d3d4f0E3B4A9a], [49, 951])
maxFreeMint(view returns (uint32)
111
maxPerMint(view returns (uint32)
1
maxPerWallet(view returns (uint32)
1
name(view returns (string)
The Afrikans NFT
open(view returns (bool)
false
owner(view returns (address)
0x416ae16f8c57aa476d9d1c3c299d3d4f0e3b4a9a
pauseMintAt(view returns (uint256)
0
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)
572
symbol(view returns (string)
KAN
totalSupply(view returns (uint256)
1111
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)
mintCostOfOwner(address _addressuint256 _countview returns (uint256)
numberMintedOfOwner(address _addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
remainingMintsOfOwner(address _addressview returns (uint256)
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 _maxSupplyuint256 _commission
mint(uint256 countpayable 
mintAll(payable 
mintTo(uint256 countaddress topayable 
presaleMint(uint32 countbytes32[] proofpayable 
presaleMintTo(uint32 countbytes32[] proofaddress topayable 
referralMint(uint32 countaddress referrerpayable 
referralMintTo(uint32 countaddress referreraddress topayable 
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
updateBaseUri(string _uri
updateMaxFreeMint(uint32 _cap
updatePauseMintAt(uint256 _pauseAt
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

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(