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

The Asians

Verified contract

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

No balances found for "The Asians"

0xda845d12f6356682f3b964a9df9856d24832de4f92fb14378cf11880472489e8
0xbb954d39144a45b05e3fbd276496585217e519f31b177d4795fd87d2ccb051d5
0x29f29b7128293aa721155361823252b7d246020a2638094377aa2257f1aa9ac3
0x09f6f101ed75fa2b8766c02802965d7cd71434c5694f459f7806359144080829
From
0x3cd524dd63e620eec5ba644f759af1fe4e1280d25eb5660c1a2900dec324765c
0x502bccc02ecdd133d1006e0d1fbdd1b1f8ed98627c92df4e683fd6e01429226d
0x1c13c34c7d10e77d44b1f267bcee82b64d7433dd261150d80a11c342529d18c4
0x6e1a275857edc432218c38938325dbd21c626c90b20c1c15cd3924763f62aaa5
0xd940cd0de81160d184523119e01f75834536b6d2638629c8751263198bd50e10
0xcfc1fe4edfecc98c77c19a1f59afc28bb456754f15dc70c7eb17bf2b86dec487

Functions
Getter at block 20887685
FREE_MINTS_PER_TX(view returns (uint256)
2
MAX_MINTS_PER_TX(view returns (uint256)
5
PUBLIC_SALE_PRICE(view returns (uint256)
5000000000000000
TOTAL_FREE_MINTS(view returns (uint256)
2000
baseTokenURI(view returns (string)
ipfs://QmWPvE1FCxHPDs8ekq31gnm2PmM5TnR5pYcyM3eoV2ho4R/
isPublicSaleActive(view returns (bool)
true
maxSupply(view returns (uint256)
5555
name(view returns (string)
The Asians
owner(view returns (address)
0x70062570509949170a39d04229986759065f0202
symbol(view returns (string)
ASIANS
totalSupply(view returns (uint256)
5555
Read-only
balanceOf(address ownerview 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
approve(address touint256 tokenId
mint(uint256 numberOfTokenspayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setIsPublicSaleActive(bool _isPublicSaleActive
setMaxLimitPerTransaction(uint256 _limit
setNumFreeMints(uint256 _numfreemints
setSalePrice(uint256 _price
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
treasuryMint(uint256 quantityaddress user
withdraw(
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
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

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