UnapologeticApe
Verified contract
Active on
Ethereum with 3,347 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($316.13)
Native
Value
$316.13
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.08 | $3,951.65 |
$316.13 | |
UA | ERC-721 | 1 | -- | -- | |
UA | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21284513 | 15 days ago | | | 0 | 0.00038731341 | |
| 21276466 | 16 days ago | | | 0 | 0.00029404924 | |
| 21276459 | 16 days ago | | | 0 | 0.00030556597 | |
| 21276438 | 16 days ago | | | 0 | 0.00034468074 | |
| 21270410 | 17 days ago | | | 0 | 0.00033204960 | |
| 21267304 | 18 days ago | | | 0 | 0.00033337102 | |
| 21267303 | 18 days ago | | | 0 | 0.00059691540 | |
| 21265770 | 18 days ago | | | 0 | 0.00096847800 | |
| 20857174 | 2 months ago | | | 0 | 0.00054192620 | |
| 20387418 | 5 months ago | | | 0 | 0.00017745684 |
ABI
ABI objects
Getter at block 21394502
MAX_SUPPLY() view returns (uint256)
5000
PRESALE_PRICE() view returns (uint256)
60000000000000000
PRICE() view returns (uint256)
40000000000000000
_airdropCounter() view returns (uint256)
357
_isActive() view returns (bool)
true
_preSaleListCounter() view returns (uint256)
119
_presaleActive() view returns (bool)
false
_publicCounter() view returns (uint256)
2452
_reserveCounter() view returns (uint256)
101
_revealed() view returns (bool)
true
baseExtension() view returns (string)
.json
getBalance() view returns (uint256)
80000000000000000
maxPresale() view returns (uint256)
4794
maxPublic() view returns (uint256)
4794
name() view returns (string)
UnapologeticApe
notRevealedUri() view returns (string)
https://unapologeticapes.com/non-reveal/reveal.json
owner() view returns (address)
0x2f4d592cb0b550ab0788df96e300427151f3ed9a
preSaleRoot() view returns (bytes32)
0x69c42b841b55831ca075999555add8f068e4f5e1789bf115cce30e018c6e30b6
symbol() view returns (string)
UA
totalSupply() view returns (uint256)
3029
Read-only
allowList(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
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 addToPreSaleOverflow(address[] addresses)
airDrop(address to, uint256 quantity)
approve(address to, uint256 tokenId)
mintPreSaleTokens(uint8 quantity, bytes32[] _merkleProof) payable
presaleActive(bool isActive)
publicSaleMint(uint256 quantity) payable
renounceOwnership()
reserveMint(uint256 quantity)
reveal(bool _state)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActive(bool isActive)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setCost(uint256 _newCost)
setMaxPresale(uint256 _maxPresale)
setMaxPublic(uint256 _maxPublic)
setNotRevealedURI(string _notRevealedURI)
setPreSaleRoot(bytes32 _merkleRoot)
setPresaleMintPrice(uint256 _newCost)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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 name, string symbol, string _notRevealedUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()