FRENLIES
Verified contract
Active on
Ethereum with 2,385 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 "FRENLIES"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18904050 | 10 months ago | | | 0 | 0.00070305795 | |
| 18505443 | a year ago | | | 0 | 0.00087913878 | |
| 18410552 | a year ago | | | 0 | 0.00045016582 | |
| 18382349 | a year ago | | | 0 | 0.00025881466 | |
| 18378018 | a year ago | | | 0 | 0.00069657813 | |
| 18378018 | a year ago | | | 0 | 0.00069657813 | |
| 18376675 | a year ago | | | 0 | 0.00031803567 | |
| 18376673 | a year ago | | | 0 | 0.00032985557 | |
| 18376461 | a year ago | | | 0 | 0.00031935104 | |
| 18376295 | a year ago | | | 0 | 0.00036925600 |
ABI
ABI objects
Getter at block 21161486
MAX_FREE() view returns (uint256)
5555
MAX_SUPPLY() view returns (uint256)
5555
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
contractURI() view returns (string)
freeMintCount() view returns (uint256)
5437
maxFreeMintPerWallet() view returns (uint256)
1
maxMintPerTx() view returns (uint256)
20
maxPublicMintPerWallet() view returns (uint256)
20
name() view returns (string)
FRENLIES
owner() view returns (address)
0x125686b33c2051c51582f93a144016b1246ad5ab
publicTokenPrice() view returns (uint256)
2000000000000000
saleStarted() view returns (bool)
true
symbol() view returns (string)
FRENS
totalSupply() view returns (uint256)
5555
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
freeMintClaimed(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(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
flipSaleStarted()
mint(uint256 _quantity) payable
ownerMint(uint256 _numberToMint)
ownerMintToAddress(address _recipient, uint256 _numberToMint)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setContractURI(string _URI)
setMaxFreePerWallet(uint256 _newMaxFreePerWallet)
setMaxFreeSupply(uint256 _newMaxFree)
setMaxPublicMintPerWallet(uint256 _count)
setPublicTokenPrice(uint256 _newPrice)
setTotalMaxSupply(uint256 _newSupply)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawFunds()
withdrawFundsToAddress(address _address, uint256 amount)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()