Ethnology

Verified contract

Active on Ethereum with 1,548 txns
Deployed by via 0xb0b1a845 at 15401474
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Ethnology"

0x2a25a0f5e5ab27bca6611412d833487b04719b3210f006aad4379b94dd130a4f
0x94a446421ffc8de6148467e0cbe60f7608fb0845a41314ce7d5ea00249399df2
0xe96c2c8752fc0fafd70584c02db2fc299fbceadee7890594fd0181c18ea16132
0x26f881637f8843b2458362022565bb209e4e13c3c1580a3f6f2ce98bcc9f5854
0xa0bf67e6213667625672192543c1d295b52c9f717ef132b5be1a2b2ae950ee85
0xc5d2705a44d1d8e2c75a11c4da7fb3b2678a4bdda247e4965fab08c54d823f7e
0x620e416e0f82c82f07020d6109eb0180c7ca1c7af680d1928f1beb4365a223b0
0xa12731cc23163b1d7757f93ed54e7e05171291d9c6b9e2257709daf6e5c9e4e8
0xbece818da46d48eb3f992d4efa2a81e98bc96933884bf0a22a854bc8dc63490f
0x54a371cb7516b7a6e6974aba3d05ebdab3f21f24bd4a4266d7f9497671383d9a

Functions
Getter at block 21261210
MAX_PER_WALLET(view returns (uint256)
2
contractURI(pure returns (string)
isPaused(view returns (bool)
false
maxSupply(view returns (uint256)
3000
name(view returns (string)
Ethnology
owner(view returns (address)
0xf1de5372527b17a15ab758fd7e89bcbc62ca54bb
symbol(view returns (string)
ETL
totalSupply(view returns (uint256)
2808
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedCount(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
devMint(address touint256 count
mint(uint256 signaturepayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseUri(string url
setMaxSupply(uint256 newMaxSupply
start(bool paused
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
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(