The Blerginning
Verified contract
Active on
Ethereum with 663 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7669…1072
2 additional
variables
Balances ($0.00)
No balances found for "The Blerginning"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19697770 | 8 months ago | | | 0 | 0.00062876205 | |
| 19036989 | a year ago | | | 0 | 0.0017582747 | |
| 18853060 | a year ago | | | 0 | 0.00086396649 | |
| 16882517 | 2 years ago | | | 0 | 0.0012416192 | |
| 16688622 | 2 years ago | | | 0 | 0.0013273826 | |
| 16586232 | 2 years ago | | | 0 | 0.0020162202 | |
| 16495523 | 2 years ago | | | 0 | 0.00092130710 | |
| 16495476 | 2 years ago | | | 0 | 0.0040786297 | |
| 16447175 | 2 years ago | | | 0 | 0.00076912042 | |
| 16392624 | 2 years ago | | | 0 | 0.0014275785 |
ABI
ABI objects
Getter at block 21430548 getIndexOfActiveCondition() view returns (uint256)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
TRANSFER_ROLE() view returns (bytes32)
0x8502233096d909befbda0999bb8ea2f3a6be3c138b9fbf003752a4c8bce86f6c
claimConditions() view returns (uint256 totalConditionCount, uint256 timstampLimitIndex)
(totalConditionCount=0, timstampLimitIndex=9)
contractURI() view returns (string)
ipfs://QmNXTPR4HmykyAa2quaGEpHwyp8AEPtTiWstiSpkCALcfp/0
defaultSaleRecipient() view returns (address)
0x9d85109c44c9dd1ca7c540c92c671b79e4917414
feeBps() view returns (uint120)
0
name() view returns (string)
The Blerginning
nativeTokenWrapper() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
nextTokenIdToClaim() view returns (uint256)
431
nextTokenIdToMint() view returns (uint256)
431
owner() view returns (address)
0x1902a2f671a758cac0fe422f061e3e6ba00ff7db
royaltyBps() view returns (uint64)
500
symbol() view returns (string)
BLERG
totalSupply() view returns (uint256)
431
transfersRestricted() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getClaimConditionAtIndex(uint256 _index) view returns (struct ILazyMintERC721ClaimCondition mintCondition)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
getTimestampForNextValidClaim(uint256 _index, address _claimer) view returns (uint256 nextValidTimestampForClaim)
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, 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)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
claim(uint256 _quantity, bytes32[] _proofs) payable
grantRole(bytes32 role, address account)
lazyMint(uint256 _amount, string _baseURIForTokens)
multicall(bytes[] data) returns (bytes[] results)
renounceRole(bytes32 role, address account)
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 ILazyMintERC721ClaimCondition[] _conditions)
setContractURI(string _uri)
setDefaultSaleRecipient(address _saleRecipient)
setFeeBps(uint256 _feeBps)
setOwner(address _newOwner)
setRestrictedTransfer(bool _restrictedTransfer)
setRoyaltyBps(uint256 _royaltyBps)
transferFrom(address from, address to, uint256 tokenId)
updateClaimConditions(struct ILazyMintERC721ClaimCondition[] _conditions)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ClaimedTokens(uint256 indexed claimConditionIndex, address indexed claimer, uint256 startTokenId, uint256 quantityClaimed)
LazyMintedTokens(uint256 startTokenId, uint256 endTokenId, string baseURI)
NewClaimConditions(struct ILazyMintERC721ClaimCondition[] claimConditions)
NewOwner(address prevOwner, address newOwner)
NewSaleRecipient(address indexed recipient)
PrimarySalesFeeUpdates(uint256 newFeeBps)
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)
RoyaltyUpdated(uint256 newRoyaltyBps)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
TransfersRestricted(bool restricted)
constructor(string _name, string _symbol, string _contractURI, address _controlCenter, address _trustedForwarder, address _nativeTokenWrapper, address _saleRecipient, uint128 _royaltyBps, uint128 _feeBps)
This contract contains no fallback and receive objects.
This contract contains no error objects.