Friendship Cards

Verified contract

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

No balances found for "Friendship Cards"

0x67e623faad95e2e3dcda66cb55b974a5224b2af60581e5f2d8ea2aa68805d53d
0xb4f7693bfc9e2129f1c162ab8d6bbbf2d4973aa07a842ffed93d4b14857bf13d
0x0abf0fe7f5ff4b688d44ce46da49d4471a47cc198d356d2598f98e1940fe6e82
0x7152bb5064db34a4533532eaf2c1da67db50549b53e76994edf218da9f7a12b2
0x213062c7e8e810604da5c74c9c9493a8ad0fed837b03a812aa3c2e1f35784107
0xadd8cc5284225d02183e748aee2b55577995e04bef5e3d0c3fecbb089a746456
0xf38a338b3eb4fb40f166f1deb0296aa54bee7623d21b4cb73b0f9654c21700a0
0x8c221cf1344f239c98496b503dacf184467030a3fbdad64e9a1872882a032a69
0x0852e79f1fee95b1c8d6f186efb963552a30bddfb262d62f8444585021173c91
0x2e3f188e0216157d17f9de6429ff702ba8c1eec14b55da52394407ca89e47fd7

Functions
Getter at block 21262237
baseTokenURI(view returns (string)
ipfs://bafybeigq53io2wcmolx2tbgbob6c5zsqzoypsrdi36o55ditfm3hi634va/
cost(view returns (uint256)
0
maxMintAmountPerTx(view returns (uint256)
7
maxMintAmountPreOwner(view returns (uint256)
14
maxSupply(view returns (uint256)
2100
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintPaused(view returns (bool)
false
name(view returns (string)
Friendship Cards
owner(view returns (address)
0x0000000010f2b03f9518f3c69603351e3aa3a764
symbol(view returns (string)
LIN
totalSupply(view returns (uint256)
2100
uriSuffix(view returns (string)
whitelistMintEnabled(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberWhitelistMinted(address _ownerview returns (uint256)
ownerMintAmount(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenIdpayable 
mint(uint256 _mintAmountpayable 
mintTo(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string _baseUrl
setCost(uint256 _cost
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMaxMintAmountPreOwner(uint256 _maxMintAmountPreOwner
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setUriSuffix(string _uriSuffix
setWhitelistMintEnabled(bool _state
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symboluint256 _maxPreTxuint256 _maxSupplyuint256 _maxPreOwneruint256 _coststring _baseUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(