Not Trippin' Ape Tribe
Verified contract
Active on
Ethereum with 1,058 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($7.39)
Native
Value
$7.39
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.002 | $3,695.99 |
$7.39 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15126234 | 2 years ago | | | 0 | 0.00076142068 | |
| 14896897 | 2 years ago | | | 0 | 0.00090968584 | |
| 14864025 | 3 years ago | | | 0 | 0.00023159946 | |
| 14863569 | 3 years ago | | | 0 | 0.00064550723 | |
| 14840581 | 3 years ago | | | 0 | 0.00074427334 | |
| 14839299 | 3 years ago | | | 0 | 0.0015606006 | |
| 14835800 | 3 years ago | | | 0 | 0.0011299617 | |
| 14835686 | 3 years ago | | | 0 | 0.0012273240 | |
| 14835445 | 3 years ago | | | 0 | 0.00065415000 | |
| 14835290 | 3 years ago | | | 0 | 0.00084105000 |
ABI
ABI objects
Getter at block 21304250
MAX_FREE_MINT() view returns (uint256)
1000
MAX_FREE_MINT_PER_TX() view returns (uint256)
1
MAX_MINT() view returns (uint256)
10000
MAX_MINT_PER_TX() view returns (uint256)
3
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmYyKc3NzbPueCMjmxzLoJXzBFwL6StR4MfxwPapQ62PTg/
cost() view returns (uint256)
20000000000000000
name() view returns (string)
Not Trippin' Ape Tribe
owner() view returns (address)
0xbf3e971c3f3de919c2687909d223c8ab06fafd92
paused() view returns (bool)
false
symbol() view returns (string)
NotTrippinApeTribe
totalSupply() view returns (uint256)
1000
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 FreeMint(uint256 quantity) payable
Mint(uint256 quantity) payable
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)
setBaseExtension(uint256 _newCost)
setBaseURI(string uri)
setCost(uint256 _newCost)
toggleSale()
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()