Ethnology
Verified contract
Active on
Ethereum with 1,548 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 "Ethnology"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15428438 | 2 years ago | | | 0 | 0.00021283320 | |
| 15428433 | 2 years ago | | | 0 | 0.00037928717 | |
| 15425840 | 2 years ago | | | 0 | 0.00025570107 | |
| 15425719 | 2 years ago | | | 0 | 0.00035817806 | |
| 15420131 | 2 years ago | | | 0 | 0.00037378119 | |
| 15417921 | 2 years ago | | | 0 | 0.00038805579 | |
| 15408279 | 2 years ago | | | 0 | 0.00018866258 | |
| 15406305 | 2 years ago | | | 0 | 0.00037386923 | |
| 15402806 | 2 years ago | | | 0 | 0.00019002728 | |
| 15402663 | 2 years ago | | | 0 | 0.00022758729 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedCount(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
devMint(address to, uint256 count)
mint(uint256 signature) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string url)
setMaxSupply(uint256 newMaxSupply)
start(bool paused)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()