The Egyptians
Verified contract
Active on
Ethereum with 1,541 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) |
---|---|---|---|---|---|---|---|
| 20375286 | 4 months ago | | | 0 | 0.00013205636 | |
| 20375272 | 4 months ago | | | 0 | 0.00015604272 | |
| 20375266 | 4 months ago | | | 0 | 0.00016615188 | |
| 20375257 | 4 months ago | | | 0 | 0.00016532931 | |
| 20375247 | 4 months ago | | | 0 | 0.00018253944 | |
| 18082060 | a year ago | | | 0 | 0.00047707354 | |
| 17137325 | 2 years ago | | | 0 | 0.00081711067 | |
| 16606801 | 2 years ago | | | 0 | 0.0011361824 | |
| 16602321 | 2 years ago | | | 0 | 0.00084018384 | |
| 16221382 | 2 years ago | | | 0 | 0.00091098960 |
ABI
ABI objects
Getter at block 21284530
MAX_SUPPLY() view returns (uint256)
5555
MINTS_PER_TRANSACTION() view returns (uint256)
5
name() view returns (string)
The Egyptians
owner() view returns (address)
0xd28e52bef7398d9459e5c9f4bbdce1675f2ae272
paused() view returns (bool)
false
symbol() view returns (string)
EGYPTS
totalSupply() view returns (uint256)
5555
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()
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setTokenBaseURI(string tokenBaseURI_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string tokenBaseURI_, uint256 mintQuantity)
receive()
AlreadyMinted()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
MintedOut()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()