DickFaceNFT
Verified contract
Active on
Ethereum with 2,704 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 "DickFaceNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20111859 | 5 months ago | | | 0 | 0.00017076591 | |
| 20111828 | 5 months ago | | | 0 | 0.00024897284 | |
| 19635342 | 7 months ago | | | 0 | 0.0010042559 | |
| 19385884 | 8 months ago | | | 0 | 0.0019869699 | |
| 18358740 | a year ago | | | 0 | 0.00011892444 | |
| 18116460 | a year ago | | | 0 | 0.00057710252 | |
| 18052242 | a year ago | | | 0 | 0.00041449500 | |
| 17896218 | a year ago | | | 0 | 0.00053965171 | |
| 17718918 | a year ago | | | 0 | 0.0017292203 | |
| 17538686 | a year ago | | | 0 | 0.00070147172 |
ABI
ABI objects
Getter at block 21204546
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmXJhHw3LnLL9YF9T4iRfvrBrsBAjStsWQp1hqi3vzpHCV/
maxSupply() view returns (uint256)
10000
name() view returns (string)
DickFaceNFT
notRevealedUri() view returns (string)
ipfs://Qma7ba66tpkM1yQ2sxsHGiVZXoWvwkaTE38HXBAbfry53V/hidden.json
owner() view returns (address)
0x3139653d3139145e0fc6146e3761dbd975b8afb1
paused() view returns (bool)
false
presaleAmountLimit() view returns (uint256)
6
presaleM() view returns (bool)
false
price() view returns (uint256)
0
publicM() view returns (bool)
true
revealed() view returns (bool)
true
root() view returns (bytes32)
0x24d49794d31f93c28ad0116c3f56d7c3403e0cb8a7f996830f1d43533ac66a08
symbol() view returns (string)
DFNFT
teamMinted() view returns (bool)
true
totalSupply() view returns (uint256)
10000
Read-only
_presaleClaimed(address) view returns (bool)
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)
proxies(address) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
presaleMint(address account, uint256 _amount, bytes32[] _merkleProof) payable
publicSaleMint(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)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _tokenBaseURI)
setMerkleRoot(bytes32 merkleroot)
setNotRevealedURI(string _notRevealedURI)
setPresaleAmountLimit(uint256 _presaleAmountLimit)
setPrice(uint256 _price)
setRevealed()
teamMint()
togglePause()
togglePresale()
togglePublicSale()
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(string _notRevealedURI, bytes32 merkleroot, address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()