Not Trippin Ape Tribe
Verified contract
Active on
Ethereum with 1,385 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($672.11)
Native
Value
$672.11
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.1836 | $3,660.71 |
$672.11 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18899281 | a year ago | | | 0 | 0.00059043103 | |
| 18899281 | a year ago | | | 0 | 0.00059043103 | |
| 18899278 | a year ago | | | 0 | 0.0010305932 | |
| 16584937 | 2 years ago | | | 0 | 0.0023314432 | |
| 15512539 | 2 years ago | | | 0 | 0.00019244423 | |
| 15158969 | 2 years ago | | | 0 | 0.00027634603 | |
| 14916265 | 2 years ago | | | 0 | 0.0021005347 | |
| 14866992 | 3 years ago | | | 0 | 0.00049083742 | |
| 14865291 | 3 years ago | | | 0 | 0.00078048710 | |
| 14863928 | 3 years ago | | | 0 | 0.00086008397 |
ABI
ABI objects
Getter at block 21301263
FREE_SUPPLY() view returns (uint256)
2000
MAX_SUPPLY() view returns (uint256)
5000
MAX_TXN() view returns (uint256)
8
MAX_TXN_FREE() view returns (uint256)
3
PAID_SUPPLY() view returns (uint256)
3000
SALE_ACTIVE() view returns (bool)
true
maxBatchSize() view returns (uint256)
8
metadataBaseURL() view returns (string)
https://ipfs.io/ipfs/QmUPR8yF4dpvmD1nq6JoDXPcDrDGk9kBrhZw8xSJq739M1/
name() view returns (string)
Not Trippin Ape Tribe
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xe3736b79a6403272b16f31fe639b6b127721858a
price() view returns (uint256)
0
symbol() view returns (string)
NOTAT
totalSupply() view returns (uint256)
5000
Read-only
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events FREE_MINT(uint256 count) payable
MINT(uint256 count) payable
OWNER_RESERVE(uint256 num)
approve(address to, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURL)
setMaxTxn(uint256 _maxTxn)
setMaxTxnFree(uint256 _maxTxnFree)
setPrice(uint256 _price)
toggleSaleStatus()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.