Frenly Pandas
Verified contract
Active on
Ethereum with 19,055 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 "Frenly Pandas"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21259279 | 4 days ago | | | 0 | 0.00057182967 | |
| 21256929 | 5 days ago | | | 0 | 0.00038753158 | |
| 21252077 | 5 days ago | | | 0 | 0.0011141284 | |
| 21245271 | 6 days ago | | | 0 | 0.00095390892 | |
| 21241766 | 7 days ago | | | 0 | 0.00021373623 | |
| 21234281 | 8 days ago | | | 0 | 0.00075481961 | |
| 21233941 | 8 days ago | | | 0 | 0.00088867993 | |
| 21199124 | 13 days ago | | | 0 | 0.00051263818 | |
| 21178902 | 16 days ago | | | 0 | 0.0019574180 | |
| 21177048 | 16 days ago | | | 0 | 0.00098712431 |
ABI
ABI objects
Getter at block 21290920
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://ipfs.io/ipfs/QmNcoaNf9rnyhsDkyt9aB9vvEb5uEdG1bHx62AtfbWpEJF/
maxMintPerTx() view returns (uint256)
3
maxMintPerWallet() view returns (uint256)
3
name() view returns (string)
Frenly Pandas
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x8feb0a16e6a97f78ebe6f1c0daabdb8f24572066
presaleMintPrice() view returns (uint256)
40000000000000000
publicMintPrice() view returns (uint256)
0
symbol() view returns (string)
FANDAS
totalSupply() view returns (uint256)
10000
whitelistOpen() view returns (bool)
false
Read-only
MintedAmountPublic(address) view returns (uint256)
MintedAmountWhitelist(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address address_) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
changePublicPrice(uint256 _price)
devMint(uint256 amount)
flipSale()
publicMint(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMerkleRoot(bytes32 _merkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(bytes32[] _merkleProof, uint256 amount) payable
withdrawEther()
withdrawEtherTo(address to_)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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.
This contract contains no error objects.