FomoBullClubPFP
Verified contract
Active on
Base with 910 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 "FomoBullClubPFP"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23165141 | 2 days ago | | | 0 | 0.0000021550354 | |
| 23123979 | 3 days ago | | | 0 | 0.0000069432518 | |
| 23092416 | 3 days ago | | | 0 | 0.0000071313929 | |
| 23059820 | 4 days ago | | | 0 | 0.0000021257118 | |
| 22974983 | 6 days ago | | | 0 | 0.0000074562962 | |
| 22834693 | 9 days ago | | | 0 | 0.0000021182539 | |
| 22829991 | 9 days ago | | | 0 | 0.0000021184778 | |
| 22684026 | 13 days ago | | | 0 | 0.0000019110654 | |
| 22636630 | 14 days ago | | | 0 | 0.0000011724641 | |
| 22636614 | 14 days ago | | | 0 | 3.1199219e-7 |
ABI
ABI objects
Getter at block 23235196
contractURI() view returns (string)
ipfs://QmcjAJxQLUYVMTLuHArCxBCj7eBtw8zY4PEiZuPFYvgxH7
isAllowlistSaleActive() view returns (bool)
true
isSaleActive() view returns (bool)
false
maxPublicMint() view returns (uint256)
1
maxSupply() view returns (uint256)
10000
name() view returns (string)
FomoBullClubPFP
owner() view returns (address)
0x43f0a94f7939c410a3896b007ad5b79b3630586a
pricePerToken() view returns (uint256)
0
pricePerTokenAllowlist() view returns (uint256)
0
provenance() view returns (string)
symbol() view returns (string)
FOMOPFP
totalSupply() view returns (uint256)
1296
Read-only
allowlistMintAmount(address _addr) view returns (uint8)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addAdmin(address _admin)
approve(address to, uint256 tokenId)
freeMint(uint256 _numberOfTokens, address _to)
mint(uint8 _numberOfTokens, address _to) payable
mintAllowlisted(uint8 _numberOfTokens) payable
recoverToken(address _token)
removeAdmin(address _admin)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAllowlistAddresses(address[] _addresses, uint8 _numAllowedToMint)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseUri)
setContractURI(string _URI)
setDefaultRoyalty(address _recipient, uint96 _fraction)
setIsAllowlistSaleActive(bool _isActive)
setIsSaleActive(bool _isActive)
setMaxPublicMint(uint256 _maxPublicMint)
setMaxSupply(uint256 _maxSupply)
setPricePerToken(uint256 _pricePerToken)
setPricePerTokenAllowlist(uint256 _pricePerTokenAllowlist)
setProvenance(string _provenance)
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, uint256 _maxSupply, uint256 _maxPublicMint, uint256 _pricePerToken)
This contract contains no fallback and receive objects.
AdminAlreadyExists(address admin)
AdminDoesNotExist(address admin)
AdminIsAddressZero()
ArgumentIsAddressZero()
CallerIsNotTheAdmin(address caller)
ContractBalanceIsZero()
EtherValueSentNotExact()
ExceedsMaxSupply()
ExceedsMintLimit()
SaleNotActive()
TransferFailed()