Slot
XX
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
Balances ($0.00)
No balances found for "ApeX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20321173 | 4 months ago | | | 0 | 0.00038078780 | |
| 18803291 | a year ago | | | 0 | 0.00077182194 | |
| 18102377 | a year ago | | | 0 | 0.00046599479 | |
| 17566028 | a year ago | | | 0 | 0.00081711575 | |
| 17530195 | a year ago | | | 0 | 0.0011515500 | |
| 16910740 | 2 years ago | | | 0 | 0.00062214150 | |
| 16856805 | 2 years ago | | | 0 | 0.00082492287 | |
| 16843695 | 2 years ago | | | 0 | 0.0010727098 | |
| 16843633 | 2 years ago | | | 0 | 0.00088698138 | |
| 16838731 | 2 years ago | | | 0 | 0.00090631133 |
ABI
ABI objects
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(address) view returns (uint256)
getApproved(uint256) view returns (address)
hasMinted(address) view returns (bool)
hasWhitelistMinted(address) view returns (bool)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256) view returns (address)
supportsInterface(bytes4 interfaceId) pure returns (bool)
tokenURI(uint256 id) view returns (string)
State-modifying
Events airdrop()
approve(address spender, uint256 id)
generalMint(uint16 amount) payable
renounceOwnership()
reveal(string _baseUri)
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setSigner(address _signer)
toggleGeneralMint()
toggleWhitelistMint()
transferFrom(address from, address to, uint256 id)
transferOwnership(address newOwner)
whitelistMint(uint16 amount, address _address, uint256 _numAllowed, bytes _voucher) payable
withdraw()
Approval(address indexed owner, address indexed spender, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(string _nonRevealedBaseURI, uint256[14] shares, address[14] wallets, address[24] freeMintAddresses, uint256[24] freeMintAmounts)
This contract contains no fallback and receive objects.
AlreadyMintedWhitelist()
CantMintMoreThanOnce()
DoesNotExist()
EmptyBalance()
MintNotStarted()
NoTokensLeft()
NotEnoughETH()
NotOnWhitelist()
WhitelistMintNotStarted()