fuck (this nft)
Verified contract
Active on
Ethereum with 1,177 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 "fuck (this nft)"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20580686 | 3 months ago | | | 0 | 0.000065354184 | |
| 18903104 | a year ago | | | 0 | 0.00052922410 | |
| 16932302 | 2 years ago | | | 0 | 0.0010596789 | |
| 16884698 | 2 years ago | | | 0 | 0.00068584636 | |
| 16779323 | 2 years ago | | | 0 | 0.0023065550 | |
| 16761776 | 2 years ago | | | 0 | 0.00094880666 | |
| 16761776 | 2 years ago | | | 0 | 0.00094929419 | |
| 16607983 | 2 years ago | | | 0 | 0.0011280421 | |
| 16595785 | 2 years ago | | | 0 | 0.0012535085 | |
| 16532946 | 2 years ago | | | 0 | 0.00083020319 |
ABI
ABI objects
Getter at block 21295170
maxPerAddress() view returns (uint256)
20
maxPerTx() view returns (uint256)
10
maxToken() view returns (uint256)
6969
name() view returns (string)
fuck (this nft)
notRevealedUri() view returns (string)
ipfs://QmPscUs5Nqw23awP9W6JgYFLG7HQPkQLfVmQkeXv24Zr2u
owner() view returns (address)
0x5beb25c27c4e179a1b67d6d15f54f5be8b31a503
price() view returns (uint256)
6900000000000000
publicSale() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
FUCK
totalSupply() view returns (uint256)
6968
Read-only
balanceOf(address owner) view returns (uint256)
freeMinted(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
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)
flipPublicSaleState()
mint(uint256 quantity) payable
ownerMint(address _address, uint256 quantity)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setNotRevealedURI(string _notRevealedURI)
setPrice(uint256 _PriceInWEI)
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()