The Egyptians
Verified contract
Active on
Ethereum with 1,349 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 "The Egyptians"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21003077 | a month ago | | | 0 | 0.00026577239 | |
| 20446231 | 4 months ago | | | 0 | 0.000075273205 | |
| 20446222 | 4 months ago | | | 0 | 0.000073076005 | |
| 20446213 | 4 months ago | | | 0 | 0.000070050972 | |
| 20446197 | 4 months ago | | | 0 | 0.000077120126 | |
| 20446188 | 4 months ago | | | 0 | 0.000084086668 | |
| 18237188 | a year ago | | | 0 | 0.00056234551 | |
| 18236793 | a year ago | | | 0 | 0.0010602572 | |
| 17341478 | a year ago | | | 0 | 0.00062168538 | |
| 17291732 | 2 years ago | | | 0 | 0.0016651045 |
ABI
ABI objects
Getter at block 21255983
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)
5555
baseTokenURI() view returns (string)
ipfs://QmdTpLRHiir9uJuTMTjsFAyAPvSGqqDGWuAiu8q2ViUgKN/
isPublicSaleActive() view returns (bool)
true
maxSupply() view returns (uint256)
5555
name() view returns (string)
The Egyptians
owner() view returns (address)
0xc33b92b324ec34a3968897038adb3e5530468a92
symbol() view returns (string)
Egyptians
totalSupply() view returns (uint256)
2265
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
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)
mint(uint256 numberOfTokens) 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 baseURI)
setIsPublicSaleActive(bool _isPublicSaleActive)
setMaxLimitPerTransaction(uint256 _limit)
setNumFreeMints(uint256 _numfreemints)
setSalePrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
treasuryMint(uint256 quantity, address user)
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()