Invisible Freakz
Verified contract
Active on
Ethereum with 1,067 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 "Invisible Freakz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19058603 | 10 months ago | | | 0 | 0.00051524142 | |
| 18931826 | 10 months ago | | | 0 | 0.00037250825 | |
| 17967071 | a year ago | | | 0 | 0.00082807044 | |
| 17799752 | a year ago | | | 0 | 0.0021140266 | |
| 17789561 | a year ago | | | 0 | 0.00072143618 | |
| 16915946 | 2 years ago | | | 0 | 0.00082055183 | |
| 16504967 | 2 years ago | | | 0 | 0.00091968500 | |
| 16413561 | 2 years ago | | | 0 | 0.00044686525 | |
| 16229094 | 2 years ago | | | 0 | 0.00062257771 | |
| 15916183 | 2 years ago | | | 0 | 0.00060944240 |
ABI
ABI objects
Getter at block 21178979
MAX_PER_WALLET() view returns (uint256)
20
MAX_SUPPLY() view returns (uint256)
4200
PRESALE_MAX_PER_WALLET() view returns (uint256)
1
PRESALE_MINT_LIMIT() view returns (uint256)
800
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://bafybeigqdn5sbrr2yf67jjnlx2qjynsyn4enpnyzaso7fcs7eujbdiuf64/
name() view returns (string)
Invisible Freakz
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xd66d8508a80a0fabaed8f68819fd82eaec3c5a97
paused() view returns (bool)
false
preSalesMintedQty() view returns (uint256)
727
publicPrice() view returns (uint256)
11000000000000000
symbol() view returns (string)
FREAKZ
totalSupply() view returns (uint256)
866
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 _tokenId) view returns (struct ERC721ATokenOwnership)
getPaidQuantity(address _address, uint256 _quantity) view returns (uint256)
getPrice(address _address, uint256 _quantity) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address _owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
preSalesMinterToTokenQty(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events airdropMint(address[] _addresses, uint256[] _mintQtys)
approve(address to, uint256 tokenId)
closeSales()
mint(uint256 _quantity) payable
openSales()
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 _newBaseURI)
setMaxSupply(uint256 _newSupply)
setPresaleMintLimit(uint256 _newSupply)
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(string _initBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.