LegacyFriends Alpha

Verified contract

Active on Ethereum with 2,668 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional variables
 (#180)
ERC-721
--
 (#173)
ERC-721
--
 (#162)
ERC-721
--
 (#156)
ERC-721
--
0x84eed86016aa37623cc618bf5b95c1e78433f3d5a484017bf2bfd7b47be6ed5f
0x83885f51c3f89fdabcce103e3ba953e1566520ee84adece48d2aca13d7d6674b
0x3ba38ae7d02949bdbd0e153df71ded63679be2ca201887b4ef1d2bd9c0cda301
0xba94f07f445d8abbdf99d3f65ca25ca105d722a5b7d7ca4a19f21b06d3a4b6ac
0x14314babb3b8916b949bd70196b51730b5b73fbaaa6cfce71d0f7382e6f6b95b
0xa4d169fc61d7f99710fc6474cc2ef632148732b6dfe6d9a21304e5c85516a101
0x971ec1d4797eb2225d834961755d3ac29972d75b301e16216985aa06284c6f15
0x4003e6bdb174937dda9e194c5f5a329362cf7179ca06e2e93b32815c480ef6f2
0x9c9eb28bbce376f6cff06fe0ffc011a6ae17dbc0a94bae24639309e55d70556b
0x1ffc983e9d1602b7e61dddf9fe1e18efb6c77ff88ca4d0a30a75f502cf2af46b

Functions
Getter at block 20894557
cost(view returns (uint256)
50000000000000000
hiddenMetadataUri(view returns (string)
https://ipfs.io/ipfs/QmShXCN2XH9VtWoj422GTvKRYSPCYWLcb3ngtEsdouKnzK/hidden.json
maxMintAmountPerTx(view returns (uint256)
3
maxMintAmountPerWallet(view returns (uint256)
11
maxSupply(view returns (uint256)
11000
maxTokenIdPerPhase(view returns (uint256)
4188
maxTokenIdPerTimeframe(view returns (uint256)
4188
merkleRoot(view returns (bytes32)
0xa270f8820e5bc6d361288105493f9cc5fb5e9b35cdd966530666f5c9b76150a7
minTokenIdPerTimeframe(view returns (uint256)
1188
name(view returns (string)
LegacyFriends Alpha
owner(view returns (address)
0xca87b367554b1a92b41923f789d1ffc9dc2cca3d
paused(view returns (bool)
true
revealed(view returns (bool)
true
symbol(view returns (string)
LegacyFriends Alpha
timeframeBool(view returns (bool)
true
totalSupply(view returns (uint256)
1800
uriPrefix(view returns (string)
https://ipfs.io/ipfs/QmWacVu9tJHh6rAVAYAr3Z6uEugmUGqLVrJw3v5vA2whqK/
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
setMaxMintAmountPerWallet(uint256 _maxMintAmountPerWallet
setMaxTokenIdPerPhase(uint256 _tokenId
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setRangeTokenIdPerTimeframe(uint256 _minTokenIdPerTimeframeuint256 _maxTokenIdPerTimeframe
setRevealed(bool _state
setTimeframeBool(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 _maxMintAmountPerTxuint256 _maxMintAmountPerWalletstring _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(