Friendship Cards
Verified contract
Active on
Ethereum with 964 txns
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 "Friendship Cards"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18938672 | a year ago | | | 0 | 0.00074820478 | |
| 18932863 | a year ago | | | 0 | 0.00070655931 | |
| 18853512 | a year ago | | | 0 | 0.00056067412 | |
| 18598125 | a year ago | | | 0 | 0.00083243269 | |
| 17873990 | a year ago | | | 0 | 0.00083865638 | |
| 17842113 | a year ago | | | 0 | 0.00092464699 | |
| 17831875 | a year ago | | | 0 | 0.00068873158 | |
| 17810271 | a year ago | | | 0 | 0.00065328175 | |
| 17607765 | a year ago | | | 0 | 0.00076678268 | |
| 17607717 | a year ago | | | 0 | 0.00089069422 |
ABI
ABI objects
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 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)
numberWhitelistMinted(address _owner) view returns (uint256)
ownerMintAmount(address owner) view returns (uint256)
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[])
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint256 _mintAmount) payable
mintTo(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId) payable
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, uint256 _maxPreTx, uint256 _maxSupply, uint256 _maxPreOwner, uint256 _cost, string _baseUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()