FomoBullClubMemberNFT
Verified contract
Active on
Base with 2,456 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 19 additional slots
Balances ($621.40)
Native
Value
$621.4
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.188 | $3,305.34 |
$621.4 | |
USA | ERC-20 | 1 | $0.000763 |
$0 | |
NOB | ERC-20 | 2K | -- | -- | |
OHNO | ERC-20 | 2 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22747771 | 2 hours ago | | | 0 | 0.0000012296866 | |
| 22729444 | 12 hours ago | | | 0 | 0.000000060024756224 | |
| 22729435 | 12 hours ago | | | 0 | 0.0000015914019 | |
| 22638111 | 3 days ago | | | 0 | 6.6642815e-7 | |
| 22616727 | 3 days ago | | | 0 | 6.3825620e-7 | |
| 22586698 | 4 days ago | | | 0 | 6.6548201e-7 | |
| 22576827 | 4 days ago | | | 0 | 0.0000016031532 | |
| 22575865 | 4 days ago | | | 0 | 6.4338778e-7 | |
| 22559818 | 4 days ago | | | 0 | 6.6552749e-7 | |
| 22509541 | 6 days ago | | | 0 | 6.6789125e-7 |
ABI
ABI objects
Getter at block 22751164
NO_TIERS() view returns (uint256)
5
contractURI() view returns (string)
ipfs://QmTn2LUCgFEpJU3oksE3YvbCAZARppED9jbSEg131UDT7M
isSaleActive() view returns (bool)
true
name() view returns (string)
FomoBullClubMemberNFT
owner() view returns (address)
0x43f0a94f7939c410a3896b007ad5b79b3630586a
symbol() view returns (string)
FOMOMEMBER
totalSupply() view returns (uint256)
2275
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getLevelOfTokenById(uint256 _tokenId) view returns (uint256 level_)
isAdmin(address _admin) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tiers(uint256) view returns (uint256 price, uint256 totalSupply, uint256 maxSupply, uint256 startingIndex)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addAdmin(address _admin)
approve(address to, uint256 tokenId)
freeMint(uint256[5] _tokens, address _to)
freeMintBatch(uint256[5] _tokens, address[] _to)
mint(uint256[5] _tokens, address _to) payable
recoverToken(address _token)
removeAdmin(address _admin)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseUri)
setContractURI(string _URI)
setDefaultRoyalty(address _recipient, uint96 _fraction)
setIsSaleActive(bool _isActive)
setPricePerTier(uint256 _tierId, uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
AdminAdded(address indexed admin)
AdminRemoved(address indexed admin)
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(string _name, string _symbol, string _baseUri, string _contractUri)
This contract contains no fallback and receive objects.
AdminAlreadyExists(address admin)
AdminDoesNotExist(address admin)
AdminIsAddressZero()
ArgumentIsAddressZero()
CallerIsNotTheAdmin(address caller)
ContractBalanceIsZero()
EtherValueSentNotExact()
MintIsClosed()
MintingSupplyOfLevelExceeded()
TierDoesNotExist()
TokenIdDoesNotExist(uint256 tokenId)
TransferFailed()
ZeroTokensToMint()