Afropolitan Founding Citizen

Verified contract

Active on Ethereum with 846 txns
Deployed by via 0xbae19739 at 16141188
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Afropolitan Founding Citizen"

0x751b3b564fd40ac0f863c7f53a90e106e4e276be91dddc2bcf0f429b37fd7e3c
0x947afb47a6df1e7ff3e61587697f76cc4894c602f64ab9a79a58be18c00eb068
0x3a4431359ed3411770b867f90c01ac65608e688a8ec93b63f16cc1c4f0d8f7be
0xcbed41e8d15113bc8c701e4152b8e6c9c6e1ec512cb32ae09cc41c1837cab025
0xed4c62e92944fa968f5df7f26a1d554494ea430ee8e6b4411f232ece7c66a93b
0xe631b4be15f8bd56827cba618685707ad7f8306b2b1062d1654041b34b1922b3
0xc7cb463db14231e90f7846481c151492f406238f8027b6cf6969248f91dcc290
0xa78eac4c344beb658f4dbfd24232eb6be262298823e3609846feb806b1d7a2c8
0x2e4c89960c66e7003b7ec68147d45fa65d0df86753d3db33141208e58900f576
0x226f26e1fc1f851ea8875e85680b2ae8e0d7adf347def5e8237c0309dddf725a

Functions
Getter at block 21268115
MAX_NFTS(view returns (uint256)
525
isAllowlistSaleOpen(view returns (bool)
true
isPublicSaleOpen(view returns (bool)
true
mintLimitAllowlist(view returns (uint256)
1
mintLimitPublic(view returns (uint256)
1
mintPriceAllowlist(view returns (uint256)
200000000000000000
mintPricePublic(view returns (uint256)
200000000000000000
mintTimestampAllowlist(view returns (uint256)
1670601600
mintTimestampPublic(view returns (uint256)
1670693400
name(view returns (string)
Afropolitan Founding Citizen
owner(view returns (address)
0xe411ffc5b24f4c3a5075f4edb2edcd8597eb9e28
paused(view returns (bool)
false
symbol(view returns (string)
AFRO-FC
totalSupply(view returns (uint256)
525
Read-only
balanceOf(address ownerview returns (uint256)
exists(uint256 tokenIdview returns (bool)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedDuringAllowlistSale(addressview returns (uint256)
mintedDuringPublicSale(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenIdpayable 
claimNative(
claimToken(address _token
mintAllowlist(address targetuint256 quantitybytes32[] proofpayable 
mintOwner(address targetuint256 quantity
mintPublic(address targetuint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setDefaultRoyalty(address _receiveruint96 _feeNumerator
setMerkleRoot(bytes32 _newMerkleRoot
setMintingLimits(uint256 _publicuint256 _allowlist
setMintingPrice(uint256 _publicuint256 _allowlist
setMintingTime(uint256 _publicuint256 _allowlist
setPaused(bool pause
setWithdrawTarget(address _newWithdrawTarget
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
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
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(address _withdrawTargetaddress _royaltyReceiveruint96 _royaltyNumerator
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(