BitFrog
Verified contract
Active on
Ethereum with 1,045 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($30.33)
Native
Value
$30.33
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.009 | $3,370.21 |
$30.33 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19822337 | 7 months ago | | | 0 | 0.00023556602 | |
| 15461767 | 2 years ago | | | 0 | 0.0011349982 | |
| 15461248 | 2 years ago | | | 0 | 0.0011307202 | |
| 15461234 | 2 years ago | | | 0 | 0.00069930538 | |
| 15460640 | 2 years ago | | | 0 | 0.00060007577 | |
| 15460134 | 2 years ago | | | 0 | 0.00088476214 | |
| 15460053 | 2 years ago | | | 0 | 0.00058631039 | |
| 15458217 | 2 years ago | | | 0 | 0.00070077106 | |
| 15457988 | 2 years ago | | | 0 | 0.00060303911 | |
| 15457870 | 2 years ago | | | 0 | 0.00034135607 |
ABI
ABI objects
Getter at block 21439088
ERC712_VERSION() view returns (string)
1
_contractURI() view returns (string)
baseTokenURI() view returns (string)
ipfs://bafybeibcnxdp4di4ymziu5ircsbup3uaivz22syxvbuorgpbniulg7uqiq/
contractURI() pure returns (string)
https://bafkreie3rdjr2zbnioip2xfm6cpfj44ezqsxa7rotzvlhpt6q4fzzbowdu.ipfs.nftstorage.link
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0xa56855cc72de1b358946a4328d9760e0666fafff9e12792ff6d5f60ff55ff2ff
isSaleActive() view returns (bool)
true
maxFreePerWallet() view returns (uint256)
1
maxMintPerTx() view returns (uint256)
20
maxMintPerWallet() view returns (uint256)
20
maxSupply() view returns (uint256)
840
mintPriceInWei() view returns (uint256)
3000000000000000
name() view returns (string)
BitFrog
owner() view returns (address)
0x4ed88f15a8c80016fd1696c25080cbda73e854f7
symbol() view returns (string)
BFROG
totalSupply() view returns (uint256)
840
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNonce(address user) view returns (uint256 nonce)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 id) view returns (string)
State-modifying
Events airdropSpecific(uint256[] tokenIds, address[] recipients)
approve(address to, uint256 tokenId)
batchMint(uint256 amount)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
mint(uint256 amount) payable
mintTo(address _to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string uri)
setFreePerWallet(uint256 amount)
setFreePerWalletPhase(uint256 amount)
setPublicSale(bool toggle)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.