Ethernal Gates

Verified contract

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

No balances found for "Ethernal Gates"

0xb23e6b752ee98d5c678fe68331ab3a0a153d4e4c674f0563e2c1216c8d9605e4
0xcf100f9d5cab16b43f8c296154c950fe2fb3ecd9ebc9126ef7013a10b5bc147a
0x733bbfd2ef69f0a632fc73ba74c3875c65bd306108ec255694ffeaf72e82ce2e
0x2d2e2ba0ca3d4f14b418d9ef460b07ca186796845a707b19174442f30d1d1f1f
0x5c4964620b80a3c22ceaaf42be548ade22d85f1a708bd62cf3981a3ce2f859ff
0x50947b0b04ffb151ff936331aa57cb11a66c1ee135cd37bc5b3f10e921a0b060
From
0x743fa0a68c551630e895f7f0bd62bd26a9507921152edbc0fc4ed282f3a78194
0x334976b01f96894f216891a1823404b26f11cec8a72af95ace699caf47f15a71
0x86d134326f6429d5af186be2610614f458adb9d09706a2aea4fa8db1b3d92aab
0x315b2018b58175017f560890c8cef61b98377cb4951376f11a9128aba7fa451e

Functions
Getter at block 20853587
MAX_SUPPLY(view returns (uint256)
6000
currentSupply(view returns (uint256)
2000
merkleRoot(view returns (bytes32)
0x8710bc2d9fdb6b3d00cc66e33c088e298ba065e71747824df385e91eead66f50
name(view returns (string)
Ethernal Gates
owner(view returns (address)
0xa11b22821b93ef13a54f2250569caf93ae80eea8
presalePrice(view returns (uint256)
490000000000000000
publicPrice(view returns (uint256)
590000000000000000
saleStatus(view returns (uint8)
0
symbol(view returns (string)
Ethernal Gates
totalSupply(view returns (uint256)
1450
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct ERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct ERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintCounts(addressview returns (uint16 investorMintCountuint16 vipMintCountuint16 wlMintCount)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
airdrop(address[] _addressesuint256 _count
approve(address touint256 tokenId
changePresalePrice(uint256 _presalePrice
changePublicPrice(uint256 _publicPrice
increaseSupply(uint256 _increaseBy
presaleMint(bytes32[] _proofuint256 _allowedCountuint16 _countpayable 
publicMint(uint256 _countpayable 
renounceOwnership(
reserveEthernalGates(uint256 _count
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMerkleRoot(bytes32 _merkleRoot
setSaleStatus(uint8 _status
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(string baseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressNotEligibleForPresaleMint(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
CallerIsContract(
CountExceedsAllowedMintCount(
ExceedsMaximumSupply(
IncorrectEtherSent(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
PresaleNotStarted(
PublicSaleNotStarted(
SupplyExceedingMaxSupply(
TransactionExceedsMaxNFTsAllowedInPresale(
TransferCallerNotOwnerNorApproved(
TransferFailed(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(