aegis

Verified contract

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

No balances found for "aegis"

0x75ed0f1e0d2f9e7645e29d29e7ad00969a305ec7f5b829a11160c7a5d4aa04e7
0x8cd22cbb2a6622d380b0861b416a5089e3ac8df6a156431e05fc51251c9735fd
0x326870b8f25bccbb8b980742a35130d09712c7e92a20d297c8eea8439ea45e07
0x6e27d1bc1d433ec491c71657ed1f193ec67fb712c9ac5204156bd98aae352557
0x48c209182085ad618b9ec5747a698c01745893998b245dc9d5ccfa078721fe67
0x816ce3e182602d764619706f7642d0c318e202dd061b2e37d9bc8a1678517251
0xcfb72e1a7c07b5573614ed20982dc89a39f4662c9d74396abca2db3c59c3c623
0x6aa9e0a86f123844acc32a01d9a1dc081e6d8b2fa8a91b660f1727987c607ec5
0x9b40afd2b1ae9780fe2c963917ee48e257e6805795d77f0a607732fa2a5ef556
0xd91d1a24f4450c086b7e5fd134f170e6cfe73490d88cd2209dd9d3cb86c03097

Functions
Getter at block 21216093
cost(view returns (uint256)
3000000000000000
hiddenURL(view returns (string)
maxFreeMintAmountPerWallet(view returns (uint8)
1
maxMintAmountPerTx(view returns (uint8)
6
maxSupply(view returns (uint16)
1337
name(view returns (string)
aegis
owner(view returns (address)
0x0c501d398d976879b43eb8b416e6483eaa39011a
paused(view returns (bool)
false
reveal(view returns (bool)
true
symbol(view returns (string)
AEGIS
totalSupply(view returns (uint256)
1337
Read-only
NFTPerPublicAddress(addressview returns (uint8)
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
Airdrop(uint8 _amountPerAddressaddress[] addresses
Reserve(uint16 _mintAmountaddress _receiver
approve(address touint256 tokenId
mint(uint8 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setFreeMaxLimitPerAddress(uint8 _limit
setHiddenUri(string _uriPrefix
setMaxMintAmountPerTx(uint8 _maxtx
setMaxSupply(uint16 _maxSupply
setPaused(
setRevealed(
setUriPrefix(string _uriPrefix
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
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(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(