Crystal Frogs
Unverified contract
Proxy
Active on
Base with 5,115 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
Balances ($1.86)
Native
Value
$1.86
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.00055 | $3,389.19 |
$1.86 | |
USA | ERC-20 | 1 | $0.000707 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22831453 | 2 days ago | | | 0 | 9.4646688e-7 | |
| 22657739 | 6 days ago | | | 0 | 8.8377670e-7 | |
| 22636766 | 6 days ago | | | 0 | 6.4799377e-7 | |
| 21240758 | a month ago | | | 0 | 4.1744597e-7 | |
| 20795203 | 2 months ago | | | 0 | 2.9223421e-7 | |
| 20451101 | 2 months ago | | | 0.00055 | 0.0000010532415 | |
| 19781589 | 2 months ago | | | 0 | 1.7745196e-7 | |
| 19687656 | 2 months ago | | | 0 | 3.6306351e-7 | |
| 18967101 | 3 months ago | | | 0 | 1.8360146e-7 | |
| 18967096 | 3 months ago | | | 0 | 1.7131603e-7 |
ABI
ABI objects
Getter at block 22909587
baseURI() view returns (string)
ipfs://QmSEPkg1KATq7qRH5PPh6Y4YDfBpZJsqTgi7ApAi5oK667/
costPublic() view returns (uint256)
500000000000000
costWL() view returns (uint256)
0
freePerWallet() view returns (uint256)
1
isPublicMintEnabled() view returns (bool)
true
isWLmintEnabled() view returns (bool)
true
maxFreeSupply() view returns (uint256)
3999
maxMintPublic() view returns (uint256)
50
maxMintWL() view returns (uint256)
1
maxSupply() view returns (uint256)
4600
name() view returns (string)
Crystal Frogs
owner() view returns (address)
0x90558644c760e43ff06d9d35e96b692230ce69f5
renderer() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
FROGS
totalSupply() view returns (uint256 result)
4003
useRenderer() view returns (bool)
false
whitelistRoot() view returns (bytes32)
0xa03e64e66fe95987e740ed4503cdf576788a5a8979308bea5e62fca2787e6e7b
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address _wallet, bytes32[] _merkleProof, uint256 _quantity) view returns (bool)
mintedByAddress(address) view returns (uint256)
mintedByAddressWL(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address _address) view returns (uint256[])
State-modifying
Events airdrop(uint256 _quantity, address _recipient)
approve(address to, uint256 tokenId) payable
decreaseMaxSupply(uint256 _newMaxSupply)
devMint(uint256 _quantity)
initialize(string name, string symbol, struct InitParams params)
mint(uint256 _quantity) payable
mintFree(uint256 _quantity)
mintPaid(uint256 _quantity) payable
mintWL(uint256 _quantity, bytes32[] _merkleProof) payable
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)
setCostPublic(uint256 _newCostPublic)
setCostWL(uint256 _newCostWL)
setFreePerWallet(uint256 _newFreePerWallet)
setMaxFreeSupply(uint256 _maxFreeSupply)
setMaxMintPublic(uint256 _newMaxMintPublic)
setPublicMintEnabled()
setRenderer(address newRenderer)
setUseRenderer(bool use)
setWLmintEnabled()
setWhitelistRoot(bytes32 _merkleRoot)
setWithdrawAddress(address _newWithdrawAddress)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawAll() payable
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NotCompatibleWithSpotMints()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SequentialMintExceedsLimit()
SequentialUpToTooSmall()
SpotMintTokenIdTooSmall()
TokenAlreadyExists()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()