Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($7.41)
Native
Value
$7.41
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.002 | $3,704.71 |
$7.41 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19950595 | 6 months ago | | | 0 | 0.000067224746 | |
| 19059465 | 10 months ago | | | 0 | 0.00049315957 | |
| 18903807 | a year ago | | | 0 | 0.00051818773 | |
| 18296614 | a year ago | | | 0 | 0.00016397101 | |
| 18290332 | a year ago | | | 0 | 0.00015731980 | |
| 18108249 | a year ago | | | 0 | 0.00031489026 | |
| 18108249 | a year ago | | | 0 | 0.00055100860 | |
| 17515900 | a year ago | | | 0 | 0.0014164236 | |
| 17498073 | a year ago | | | 0 | 0.00076974135 | |
| 17160824 | 2 years ago | | | 0 | 0.0028788641 |
ABI
ABI objects
Getter at block 21306727
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
cost() view returns (uint256)
2000000000000000
freePerTx() view returns (uint256)
5
freePerWallet() view returns (uint256)
5
freeSupply() view returns (uint256)
0
isFusable() view returns (bool)
false
maxMintAmountPerTx() view returns (uint256)
100
maxSupply() view returns (uint256)
11111
name() view returns (string)
Apez
owner() view returns (address)
0xfb3cf947c0ba8631714aedbad9008a2691d5df6f
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
APEZ
totalSupply() view returns (uint256)
10085
uriPrefix() view returns (string)
ipfs://QmThqSXVitzhpgPTGR4fopnkTv4QKgwsumAWZA57u4cDfY/
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
freeClaimed(address) view returns (uint256)
getApez(uint64 tokenId) view returns (uint64)
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)
fuse(uint64[] tokens)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setFree(uint256 _amount)
setFreePerTx(uint256 _amount)
setFreePerWallet(uint256 _amount)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
teamMint(uint256 quantity)
toggleFuse()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
uint64Initalize(uint256 _amount)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
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 tokenId)
constructor(string _tokenName, string _tokenSymbol, uint256 _cost, uint256 _maxSupply, uint256 _maxMintAmountPerTx)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()