Invisible Friends
Verified contract
Active on
Ethereum with 31,386 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Invisible | ERC-20 | 100T | -- | -- | |
FLOKISUPER | ERC-20 | 3.333333B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21161944 | an hour ago | | | 0 | 0.00083115515 | |
| 21161756 | an hour ago | | | 0 | 0.00088447549 | |
| 21161626 | 2 hours ago | | | 0 | 0.00070617897 | |
| 21157725 | 15 hours ago | | | 0 | 0.00057826805 | |
| 21154914 | a day ago | | | 0 | 0.00054560590 | |
| 21153192 | a day ago | | | 0 | 0.00058109619 | |
| 21150152 | 2 days ago | | | 0 | 0.00059389474 | |
| 21150150 | 2 days ago | | | 0 | 0.00062165546 | |
| 21150148 | 2 days ago | | | 0 | 0.00056792367 | |
| 21150146 | 2 days ago | | | 0 | 0.00058439996 |
ABI
ABI objects
Getter at block 21162196
PROVENANCE_HASH() view returns (string)
b0c07974c50c7c3b2b258015a62e4918121eceb56a24953a046a23b4e62d54af
baseURI() view returns (string)
ipfs://QmSBnsELjNQbhLVbf6w7UMGFVT35UhK4DfePpDJwQVtxDN/
beneficiary() view returns (address)
0xde0014824295b0bee4955879dc41f4748f3c73c2
contractURI() view returns (string)
https://invisiblefriends.io/api/metadata/InvisibleFriends
isActive() view returns (bool)
true
merkleRoot() view returns (bytes32)
0x4306c3b9fedc615da94b9872acd2de0c4cf7ebcd4e21b16f325b7e3def981001
name() view returns (string)
Invisible Friends
owner() view returns (address)
0xd7e5e1c0cb9540669d8f22f71c9540460db23938
price() view returns (uint256)
250000000000000000
royalties() view returns (address)
0x8fe67ebcf516efb408e537bd390dfde4fae7448d
symbol() view returns (string)
INVSBLE
totalSupply() view returns (uint256)
5000
Read-only
alreadyMinted(address addr) view returns (uint256)
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintListed(uint256 amount, bytes32[] merkleProof, uint256 maxAmount) payable
ownerMint(address to, uint256 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActive(bool _isActive)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setBeneficiary(address _beneficiary)
setContractURI(string uri)
setMerkleProof(bytes32 _merkleRoot)
setProvenanceHash(string hash)
setRoyalties(address _royalties)
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(address _beneficiary, address _royalties, string _initialBaseURI, string _initialContractURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.