Thicc Frens
Verified contract
Active on
Ethereum with 12,807 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($523.34)
Native
Value
$523.34
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.146693 | $3,567.60 |
$523.34 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21247733 | 6 days ago | | | 0 | 0.00054632597 | |
| 21118615 | 24 days ago | | | 0 | 0.00022653968 | |
| 21103602 | a month ago | | | 0 | 0.00010912235 | |
| 20983695 | a month ago | | | 0 | 0.0011778056 | |
| 20983648 | a month ago | | | 0 | 0.00094255435 | |
| 20983643 | a month ago | | | 0 | 0.00099244998 | |
| 20983641 | a month ago | | | 0 | 0.00097225552 | |
| 20983640 | a month ago | | | 0 | 0.0010563491 | |
| 20983639 | a month ago | | | 0 | 0.0014654879 | |
| 20661564 | 3 months ago | | | 0 | 0.000092701462 |
ABI
ABI objects
Getter at block 21292326 OwnerTotalMintNft() view returns (uint256) totalMintNft() view returns (uint256)
_mintPerUser() view returns (uint64)
1
_mintPerWhiteList() view returns (uint64)
255
checkNonRevealUrl() view returns (string)
ipfs://QmY4uapxLTAZ81ZjaFshhEtuvsuQpDdfKidAZcg8qvyMoj
checkReveal() view returns (bool)
true
currentNftPrice() view returns (uint256)
10
gerBaseUri() view returns (string)
ipfs://QmaB55wLj8MWodYKAbQE7L6ReA1LQwBkZyKLqVceG3W1Xy/
getTotalMintedNFT() view returns (uint256)
5555
getUserTokenIds() view returns (uint256[])
[]
isMintEnabled() view returns (bool)
false
isWhiteListEnable() view returns (bool)
false
name() view returns (string)
Thicc Frens
owner() view returns (address)
0x3fc9d279c54983b6a696b5aa3a319e150ff34238
symbol() view returns (string)
THICCFRENS
Read-only
_ownerAddress(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
estimateFee(uint256 tokenId) 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)
whitelistedAddresses(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _quantity) payable
mintEnabled()
removeOwnerWhiteList(address _account)
removeWhiteListUser(address _account)
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 _newBaseURI)
setMaxOwnerSupply(uint8 _amount)
setMaxPublicSupply(uint8 _amount)
setMaxSupply(uint64 _setValidTokenIds)
setMaxWhiteListSupply(uint8 _amount)
setMintPriceForUser(uint256 _price)
setMintPriceForWhiteListUser(uint256 _price)
setNotRevealedURI(string _notRevealedURI)
setOwnerWhiteList(address[] _account) returns (bool)
setWhiteListUserInBatch(address[] _account) returns (bool)
toggleWhiteList()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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 _initNotRevealedUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.