Invisible Frens
Verified contract
Active on
Ethereum with 1,103 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($62.43)
Native
Value
$62.43
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.02 | $3,121.65 |
$62.43 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21006168 | a month ago | | | 0 | 0.00019476000 | |
| 20102373 | 5 months ago | | | 0 | 0.00013691973 | |
| 18950219 | 10 months ago | | | 0 | 0.00050148156 | |
| 18950217 | 10 months ago | | | 0 | 0.00047099497 | |
| 17344016 | a year ago | | | 0 | 0.0014988220 | |
| 16747407 | 2 years ago | | | 0 | 0.00094548980 | |
| 16637939 | 2 years ago | | | 0 | 0.0017782362 | |
| 16604178 | 2 years ago | | | 0 | 0.00073242468 | |
| 16002233 | 2 years ago | | | 0 | 0.00056419889 | |
| 15622882 | 2 years ago | | | 0 | 0.00068262925 |
ABI
ABI objects
Getter at block 21213576
MAX_SUPPLY() view returns (uint256)
5000
contractURI() view returns (string)
ipfs://QmWLKZtefvU1KeKKzdyGd5D5riJmD7jaMUzCUJ1ATJheqw
isSalesActive() view returns (bool)
true
maxFreeMint() view returns (uint256)
1000
maxMintPerTransaction() view returns (uint256)
10
name() view returns (string)
Invisible Frens
owner() view returns (address)
0x4399789be76e13ed15805bb523114e9bf9725ef0
price() view returns (uint256)
10000000000000000
symbol() view returns (string)
INVSBLEFRENS
totalSupply() view returns (uint256)
4859
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)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setContractURI(string newContractURI)
setPrice(uint256 newPrice)
toggleSales()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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.
This contract contains no error objects.