FOMOBEARNFT
Verified contract
Active on
Ethereum with 1,987 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 "FOMOBEARNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20194734 | 5 months ago | | | 0 | 0.000041701451 | |
| 20143281 | 6 months ago | | | 0 | 0.000064855480 | |
| 18046694 | a year ago | | | 0 | 0.00043785687 | |
| 17876292 | a year ago | | | 0 | 0.00087352155 | |
| 16995824 | 2 years ago | | | 0 | 0.00089439855 | |
| 16902279 | 2 years ago | | | 0 | 0.00054926612 | |
| 16099859 | 2 years ago | | | 0 | 0.00072586786 | |
| 16088499 | 2 years ago | | | 0 | 0.00028856922 | |
| 15965479 | 2 years ago | | | 0 | 0.00080556459 | |
| 15874042 | 2 years ago | | | 0 | 0.00063358566 |
ABI
ABI objects
Getter at block 21394812
MAX_NFT_PER_TRAN() view returns (uint256)
5
MAX_PER_WALLET() view returns (uint256)
100
MINT_PRICE() view returns (uint256)
3000000000000000
_baseURL() view returns (string)
ipfs://QmY1xvXiLN9in8sDjGQKSG6DPxUdwfgCsWYmQCXRXs4aBc/
contractURI() pure returns (string)
isMetadataFinal() view returns (bool)
false
isPaused() view returns (bool)
false
maxSupply() view returns (uint256)
6666
name() view returns (string)
FOMOBEARNFT
owner() view returns (address)
0x001cfdbe865ecc75ee3c9a7d876a865f4d1871f8
prerevealURL() view returns (string)
symbol() view returns (string)
BEAR
totalSupply() view returns (uint256)
2051
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedCount(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
finalizeMetadata()
mint(uint256 count) payable
renounceOwnership()
reveal(string url)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setPause(bool value)
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)
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()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()