FREE MINT BOYZ
Verified contract
Proxy
Active on
Ethereum with 7,092 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
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 43 additional slots
18 additional
variables
Balances ($0.00)
No balances found for "FREE MINT BOYZ"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21104204 | 8 days ago | | | 0 | 0.00027088318 | |
| 21104202 | 8 days ago | | | 0 | 0.00025083971 | |
| 21102748 | 8 days ago | | | 0 | 0.000097912025 | |
| 20704272 | 2 months ago | | | 0 | 0.000043914000 | |
| 20562515 | 3 months ago | | | 0 | 0.00011447620 | |
| 20562322 | 3 months ago | | | 0 | 0.000075203900 | |
| 20558942 | 3 months ago | | | 0 | 0.000063958759 | |
| 20558894 | 3 months ago | | | 0 | 0.000045862425 | |
| 20548742 | 3 months ago | | | 0 | 0.000047513078 | |
| 20548740 | 3 months ago | | | 0 | 0.000041947690 |
ABI
ABI objects
Getter at block 21162342
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
claimCondition() view returns (uint256 currentStartId, uint256 count)
(currentStartId=0, count=4)
contractType() pure returns (bytes32)
0x44726f7045524337323100000000000000000000000000000000000000000000
contractURI() view returns (string)
ipfs://QmY2HVWcRmqt9wMXMjBmesjyQvWMd4bXkiTA7ptPrppRHt/0
contractVersion() pure returns (uint8)
2
getActiveClaimConditionId() view returns (uint256)
3
getBaseURICount() view returns (uint256)
1
getDefaultRoyaltyInfo() view returns (address, uint16)
(0xba3e3965b8b51b44780b0a44e553fa9a4518e545, 1000)
getPlatformFeeInfo() view returns (address, uint16)
(0xba3e3965b8b51b44780b0a44e553fa9a4518e545, 0)
maxTotalSupply() view returns (uint256)
0
maxWalletClaimCount() view returns (uint256)
0
name() view returns (string)
FREE MINT BOYZ
nextTokenIdToClaim() view returns (uint256)
10000
nextTokenIdToMint() view returns (uint256)
10000
owner() view returns (address)
0xba3e3965b8b51b44780b0a44e553fa9a4518e545
primarySaleRecipient() view returns (address)
0xba3e3965b8b51b44780b0a44e553fa9a4518e545
symbol() view returns (string)
FMBZ
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
baseURIIndices(uint256) view returns (uint256)
encryptDecrypt(bytes data, bytes key) pure returns (bytes result)
encryptedBaseURI(uint256) view returns (bytes)
getApproved(uint256 tokenId) view returns (address)
getClaimConditionById(uint256 _conditionId) view returns (struct IDropClaimConditionClaimCondition condition)
getClaimTimestamp(uint256 _conditionId, address _claimer) view returns (uint256 lastClaimTimestamp, uint256 nextValidClaimTimestamp)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
getRoyaltyInfoForToken(uint256 _tokenId) view returns (address, uint16)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isTrustedForwarder(address forwarder) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
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)
verifyClaim(uint256 _conditionId, address _claimer, uint256 _quantity, address _currency, uint256 _pricePerToken, bool verifyMaxQuantityPerTransaction) view
verifyClaimMerkleProof(uint256 _conditionId, address _claimer, uint256 _quantity, bytes32[] _proofs, uint256 _proofMaxQuantityPerTransaction) view returns (bool validMerkleProof, uint256 merkleProofIndex)
walletClaimCount(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
claim(address _receiver, uint256 _quantity, address _currency, uint256 _pricePerToken, bytes32[] _proofs, uint256 _proofMaxQuantityPerTransaction) payable
grantRole(bytes32 role, address account)
initialize(address _defaultAdmin, string _name, string _symbol, string _contractURI, address[] _trustedForwarders, address _saleRecipient, address _royaltyRecipient, uint128 _royaltyBps, uint128 _platformFeeBps, address _platformFeeRecipient)
lazyMint(uint256 _amount, string _baseURIForTokens, bytes _encryptedBaseURI)
multicall(bytes[] data) returns (bytes[] results)
renounceRole(bytes32 role, address account)
reveal(uint256 index, bytes _key) returns (string revealedURI)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setClaimConditions(struct IDropClaimConditionClaimCondition[] _phases, bool _resetClaimEligibility)
setContractURI(string _uri)
setDefaultRoyaltyInfo(address _royaltyRecipient, uint256 _royaltyBps)
setMaxTotalSupply(uint256 _maxTotalSupply)
setMaxWalletClaimCount(uint256 _count)
setOwner(address _newOwner)
setPlatformFeeInfo(address _platformFeeRecipient, uint256 _platformFeeBps)
setPrimarySaleRecipient(address _saleRecipient)
setRoyaltyInfoForToken(uint256 _tokenId, address _recipient, uint256 _bps)
setWalletClaimCount(address _claimer, uint256 _count)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ClaimConditionsUpdated(struct IDropClaimConditionClaimCondition[] claimConditions)
DefaultRoyalty(address indexed newRoyaltyRecipient, uint256 newRoyaltyBps)
MaxTotalSupplyUpdated(uint256 maxTotalSupply)
MaxWalletClaimCountUpdated(uint256 count)
NFTRevealed(uint256 endTokenId, string revealedURI)
OwnerUpdated(address indexed prevOwner, address indexed newOwner)
PlatformFeeInfoUpdated(address indexed platformFeeRecipient, uint256 platformFeeBps)
PrimarySaleRecipientUpdated(address indexed recipient)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
RoyaltyForToken(uint256 indexed tokenId, address indexed royaltyRecipient, uint256 royaltyBps)
TokensClaimed(uint256 indexed claimConditionIndex, address indexed claimer, address indexed receiver, uint256 startTokenId, uint256 quantityClaimed)
TokensLazyMinted(uint256 startTokenId, uint256 endTokenId, string baseURI, bytes encryptedBaseURI)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
WalletClaimCountUpdated(address indexed wallet, uint256 count)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
Ownable__NotAuthorized()
PlatformFee__ExceedsMaxBps(uint256 platformFeeBps)
PlatformFee__NotAuthorized()
PrimarySale__NotAuthorized()
Royalty__ExceedsMaxBps(uint256 royaltyBps)
Royalty__NotAuthorized()