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 "LOGOS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19554242 | 8 months ago | | | 0 | 0.00097456502 | |
| 18903921 | a year ago | | | 0 | 0.00052786255 | |
| 16955141 | 2 years ago | | | 0 | 0.0014094965 | |
| 16764957 | 2 years ago | | | 0 | 0.0011696168 | |
| 16764394 | 2 years ago | | | 0 | 0.0014247015 | |
| 16762669 | 2 years ago | | | 0 | 0.00069541254 | |
| 16762342 | 2 years ago | | | 0 | 0.0011210223 | |
| 16761521 | 2 years ago | | | 0 | 0.00084824252 | |
| 16761517 | 2 years ago | | | 0 | 0.00087315394 | |
| 16760969 | 2 years ago | | | 0 | 0.00088411453 |
ABI
ABI objects
Getter at block 21219292
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
cost() view returns (uint256)
0
hiddenMetadataUri() view returns (string)
ipfs://__CID__/hidden.json
maxMintAmountPerTx() view returns (uint256)
1
maxSupply() view returns (uint256)
404
merkleRoot() view returns (bytes32)
0xb533e128823b25e1863070f4de8456c9bdc9b52ba3aa8b8c88d57bf0951d7b4f
name() view returns (string)
LOGOS
owner() view returns (address)
0x388e06514520dbda2d32c499149918e4fa708354
paused() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
LOGOS
totalSupply() view returns (uint256)
404
uriPrefix() view returns (string)
ipfs://QmZo1ikk844EWQL8gRgVCNGzivnX4qciNhTD5CcK8Yug1u/
uriSuffix() view returns (string)
.json
whitelistMintEnabled() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
whitelistClaimed(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMerkleRoot(bytes32 _merkleRoot)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setWhitelistMintEnabled(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
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 _tokenName, string _tokenSymbol, uint256 _cost, uint256 _maxSupply, uint256 _maxMintAmountPerTx, string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()