NotTiffanyAndCo
Verified contract
Active on
Ethereum with 2,927 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($9.48)
Native
Value
$9.48
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.003 | $3,159.67 |
$9.48 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20150939 | 5 months ago | | | 0 | 0.000050910629 | |
| 19068771 | 10 months ago | | | 0 | 0.00035545635 | |
| 18406647 | a year ago | | | 0 | 0.00061080552 | |
| 17443693 | a year ago | | | 0 | 0.0011107931 | |
| 17106777 | 2 years ago | | | 0 | 0.0017536217 | |
| 16825083 | 2 years ago | | | 0 | 0.00077652214 | |
| 16742245 | 2 years ago | | | 0 | 0.0019635035 | |
| 16630505 | 2 years ago | | | 0 | 0.0016771531 | |
| 16630505 | 2 years ago | | | 0 | 0.0016771531 | |
| 16630505 | 2 years ago | | | 0 | 0.0016771531 |
ABI
ABI objects
Getter at block 21181321
maxFreePerWallet() view returns (uint256)
2
maxPerTx() view returns (uint256)
20
maxSupply() view returns (uint256)
5000
mintEnabled() view returns (bool)
true
name() view returns (string)
NotTiffanyAndCo
owner() view returns (address)
0xf0be972e64ce86c61d4384c42d846e605cbba17a
price() view returns (uint256)
3000000000000000
symbol() view returns (string)
NFTC
totalFree() view returns (uint256)
4000
totalSupply() view returns (uint256)
4983
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipSale()
mint(uint256 count) 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)
setFreeAmount(uint256 amount)
setPrice(uint256 _newPrice)
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()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()