Link Click

Verified contract

Active on Ethereum with 450 txns
Deployed by via 0x25c02e4b at 14965349
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Link Click"

0xf129791a62aa05d370ae345d72d92dcc67317d657b67d0ff6b0fc2dd2c65eee4
0x68fa1075619f31d00e4a16b386dcabf1ab0e854b4935263d5fe9bd5185497528
0x127de9317a6767d80182daa41add4fd37765bc40b9c2ec4a06782b0a589cc5cc
0x0ebf4ee1c3b9dd9e1ec6792652908ba7f563d130dc1d157cc03ea553e57912aa
0xf4f5a083a31a009b2f4a4df00294014466cd595bbef7636b7de24f2547f7b154
0x3bf96f0e3c3e51d5dca45724654f11d0331c652bcf09458159f9cbe7528548d7
0xaa2ff62b434aab8f16d6bbc0559a13e012f5f5a91070a131bb69963d920d70e8
0x439509e2394c84a8c8bb0c2735c958e6d102cf265fc2fd27a88c0e646548c167
0x42fd026066c80257510e9a5095921454c6d4cda2f1d84799f4495f4282cd0af3
0x379b990cbba87c150e4bb60928f33308f319b85c8e97393afe4761a46b3d9f92

Functions
Getter at block 21202923
cost(view returns (uint256)
5900000000000000
hiddenMetadataUri(view returns (string)
ipfs://QmdWkgeG3vKJw5SFD9iSiaSLegncyqxX8PLj4MfMVvxUCq/UnrevealedMetadata.json
maxMintAmountPerTx(view returns (uint256)
10
maxSupply(view returns (uint256)
4444
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
Link Click
owner(view returns (address)
0xc0570593190188746b491841424b9ce70753bcaa
paused(view returns (bool)
false
revealed(view returns (bool)
false
symbol(view returns (string)
LC
totalSupply(view returns (uint256)
904
uriPrefix(view returns (string)
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool 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 fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTxstring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(