FACE DOESN'T MATTER
Verified contract
Active on
Ethereum with 247 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 "FACE DOESN'T MATTER"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18851985 | a year ago | | | 0 | 0.00081311843 | |
| 17949567 | a year ago | | | 0 | 0.00060731652 | |
| 17575455 | a year ago | | | 0 | 0.00041139755 | |
| 17571611 | a year ago | | | 0.003 | 0.0028287869 | |
| 17571430 | a year ago | | | 0.004 | 0.0035304427 | |
| 17569799 | a year ago | | | 0.004 | 0.0018368869 | |
| 17569793 | a year ago | | | 0.004 | 0.00097657093 | |
| 17569746 | a year ago | | | 0 | 0.00060423655 | |
| 17569735 | a year ago | | | 0 | 0.00060045394 | |
| 17569725 | a year ago | | | 0.004 | 0.0016041209 |
ABI
ABI objects
Getter at block 21297406
cost() view returns (uint256)
1000000000000000
freeAmount() view returns (uint256)
2
hiddenMetadataUrl() view returns (string)
FACEDOESNTMATTER
isRevealed() view returns (bool)
true
maxFreeSupply() view returns (uint256)
450
maxPerWallet() view returns (uint256)
10
maxSupply() view returns (uint256)
500
name() view returns (string)
FACE DOESN'T MATTER
owner() view returns (address)
0x3027e0c36435b90f9a44690fffa89f8fce36f511
pause() view returns (bool)
false
symbol() view returns (string)
FDM
totalSupply() view returns (uint256)
500
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)
userBalance(address) view returns (uint256)
State-modifying
Events airdrop(address to, uint256 mintAmount)
approve(address to, uint256 tokenId) payable
mint(uint256 mintAmount) payable
renounceOwnership()
reveal(bool _state)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseUri(string _baseURL)
setCost(uint256 _newCost)
setFreeAmount(uint256 _newAmt)
setMaxFreeSupply(uint256 newMaxFreeSupply)
setMaxPerWallet(uint256 _newAmt)
setMaxSupply(uint256 newMaxSupply)
setPause(bool _state)
sethiddenMetadataUrl(string _hiddenMetadataUrl)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _baseMetadataUrl)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()