TiffApes
Verified contract
Active on
Ethereum with 1,834 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "TiffApes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20041720 | 5 months ago | | | 0 | 0.0055626049 | |
| 19159386 | 9 months ago | | | 0 | 0.00028416481 | |
| 17953576 | a year ago | | | 0 | 0.00049868440 | |
| 17953565 | a year ago | | | 0 | 0.00058994673 | |
| 17953562 | a year ago | | | 0 | 0.00053947674 | |
| 16583358 | 2 years ago | | | 0 | 0.0013197502 | |
| 15684001 | 2 years ago | | | 0 | 0.00071739014 | |
| 15551313 | 2 years ago | | | 0 | 0.00014027100 | |
| 15550848 | 2 years ago | | | 0 | 0.00018830965 | |
| 15550602 | 2 years ago | | | 0 | 0.00022670525 |
ABI
ABI objects
Getter at block 21220677
baseURI() view returns (string)
maxFreeAmount() view returns (uint256)
5000
maxFreePerTx() view returns (uint256)
5
maxFreePerWallet() view returns (uint256)
10
maxPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
5555
mintEnabled() view returns (bool)
true
name() view returns (string)
TiffApes
owner() view returns (address)
0x6410d60950a8798d0daea84ad3e8f5f0221b2395
price() view returns (uint256)
1500000000000000
revealed() view returns (bool)
false
symbol() view returns (string)
TiffApes
totalSupply() view returns (uint256)
5555
unrevealedURI() view returns (string)
https://ipfs.io/ipfs/QmRSduZu9QjY9Q6rin237Dg2ovvcrSnV5TaeDjq8AnVCur
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 approve(address to, uint256 tokenId)
flipReveal()
flipSale()
mint(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setMaxFreeAmount(uint256 _amount)
setMaxFreePerTx(uint256 _amount)
setMaxFreePerWallet(uint256 _amount)
setMaxPerTx(uint256 _amount)
setPrice(uint256 _newPrice)
setUnrevealedURI(string uri)
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()