ApeX

Verified contract

Active on Ethereum with 753 txns
Deployed by via 0x32eb096b at 14369352
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 13 additional slots
-
variable spans 23 additional slots
-
variable spans 23 additional slots

No balances found for "ApeX"

0x24c76641f49e7dbece8428402670b8694e383b24ddb2d5ca9452a99ee570719a
0x5133317f117396b65d921b78ee6bb08fa6fb8ffc020c74cc5351a3905c5461f4
0xc86798f4373c94a6bdaacaa03707c7b827a5adadb6683b521bf42e6c1b0e8afe
0x00b12df8af5eb7e444552c5464da63507662e0bb59b7e5407716dc1a02d4c5f6
0xd60f4c2cce3ff19ed0a4a5353a46bd34a223d95b8463a6199036f4f8a80b658b
0x161b2e1e2e81e8645a792ca69889b906237ace61fe3b43b8c1fe4be222d34925
0x9f1f5d6d547d5335dfc52a1c03c00e02face2817975432788ceae7ad4930ce52
0x3eebb9a37652c5217e7b887b403b79105fec2dbd2e15c341731f7cfa84f59951
0x2bc96fa2386ba023f9ea5705068c229ddeae980629ff694e3bfda05b3da066e8
0x35cbcbb97bade93606ee0acdfad53b7428864830ed33bfaf9731f4dff75ad764

Functions
Getter at block 21207013
baseURI(view returns (string)
https://us-central1-ape-x-backend.cloudfunctions.net/apex_metadata?token_id=
maxSupply(view returns (uint256)
4444
mintPrice(view returns (uint256)
100000000000000000
mintStarted(view returns (bool)
false
name(view returns (string)
ApeX
nonRevealedBaseURI(view returns (string)
https://ipfs.io/ipfs/Qmf2Jj45wtaNs8Njnord5NLe76Ju1kSpYYwzB16zgA2oCM/
owner(view returns (address)
0x1176006b50cc7478c09955b473b480de6eb26eb6
revealed(view returns (bool)
true
symbol(view returns (string)
APEX
totalSupply(view returns (uint256)
877
whitelistMintStarted(view returns (bool)
false
Read-only
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
hasMinted(addressview returns (bool)
hasWhitelistMinted(addressview returns (bool)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256view returns (address)
supportsInterface(bytes4 interfaceIdpure returns (bool)
tokenURI(uint256 idview returns (string)
State-modifying
airdrop(
approve(address spenderuint256 id
generalMint(uint16 amountpayable 
renounceOwnership(
reveal(string _baseUri
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setSigner(address _signer
toggleGeneralMint(
toggleWhitelistMint(
transferFrom(address fromaddress touint256 id
transferOwnership(address newOwner
whitelistMint(uint16 amountaddress _addressuint256 _numAllowedbytes _voucherpayable 
withdraw(
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(string _nonRevealedBaseURIuint256[14] sharesaddress[14] walletsaddress[24] freeMintAddressesuint256[24] freeMintAmounts
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyMintedWhitelist(
CantMintMoreThanOnce(
DoesNotExist(
EmptyBalance(
MintNotStarted(
NoTokensLeft(
NotEnoughETH(
NotOnWhitelist(
WhitelistMintNotStarted(