Afropolitan Founding Citizen
Verified contract
Active on
Ethereum with 846 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Afropolitan Founding Citizen"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21163029 | 15 days ago | | | 0 | 0.00058739535 | |
| 21148978 | 17 days ago | | | 0 | 0.00059972341 | |
| 21148932 | 17 days ago | | | 0 | 0.00071805291 | |
| 20637998 | 3 months ago | | | 0 | 0.000081615988 | |
| 20505792 | 3 months ago | | | 0 | 0.00015278242 | |
| 20417843 | 4 months ago | | | 0 | 0.00020923714 | |
| 20272393 | 5 months ago | | | 0 | 0.00021890869 | |
| 20192111 | 5 months ago | | | 0 | 0.00023685292 | |
| 19952623 | 6 months ago | | | 0 | 0.00017400869 | |
| 19897315 | 6 months ago | | | 0 | 0.00010656083 |
ABI
ABI objects
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 owner) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedDuringAllowlistSale(address) view returns (uint256)
mintedDuringPublicSale(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId) payable
claimNative()
claimToken(address _token)
mintAllowlist(address target, uint256 quantity, bytes32[] proof) payable
mintOwner(address target, uint256 quantity)
mintPublic(address target, uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setDefaultRoyalty(address _receiver, uint96 _feeNumerator)
setMerkleRoot(bytes32 _newMerkleRoot)
setMintingLimits(uint256 _public, uint256 _allowlist)
setMintingPrice(uint256 _public, uint256 _allowlist)
setMintingTime(uint256 _public, uint256 _allowlist)
setPaused(bool pause)
setWithdrawTarget(address _newWithdrawTarget)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(address _withdrawTarget, address _royaltyReceiver, uint96 _royaltyNumerator)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()