The G Babies
Verified contract
Active on
Ethereum with 613 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc438…9c69
3 additional
variables
Balances ($0.00)
No balances found for "The G Babies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18898929 | a year ago | | | 0 | 0.00068490998 | |
| 18842399 | a year ago | | | 0 | 0.0021054853 | |
| 17442511 | a year ago | | | 0 | 0.0020413352 | |
| 16726324 | 2 years ago | | | 0 | 0.0016313275 | |
| 16305604 | 2 years ago | | | 0 | 0.0015011509 | |
| 16292529 | 2 years ago | | | 0 | 0.00093516588 | |
| 16120988 | 2 years ago | | | 0 | 0.00070950376 | |
| 16120937 | 2 years ago | | | 0 | 0.00074278937 | |
| 15949444 | 2 years ago | | | 0 | 0.00091889830 | |
| 15949443 | 2 years ago | | | 0 | 0.00093056766 |
ABI
ABI objects
Getter at block 21286929
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
TRANSFER_ROLE() view returns (bytes32)
0x8502233096d909befbda0999bb8ea2f3a6be3c138b9fbf003752a4c8bce86f6c
VERSION() view returns (uint256)
2
claimConditions() view returns (uint256 totalConditionCount, uint256 timstampLimitIndex)
(totalConditionCount=1, timstampLimitIndex=7)
contractURI() view returns (string)
QmPcVcEJA1PVmUsuaEgCat1jNeYmyAVaCpdHBQW9y2hxgT
defaultSaleRecipient() view returns (address)
0xbeb3b8bd01a842be859a5a92ca3758132c08b546
feeBps() view returns (uint120)
0
getBaseURICount() view returns (uint256)
1
getIndexOfActiveCondition() view returns (uint256)
0
name() view returns (string)
The G Babies
nativeTokenWrapper() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
nextTokenIdToClaim() view returns (uint256)
363
nextTokenIdToMint() view returns (uint256)
400
owner() view returns (address)
0x995dd87a0768f73882013983ea26dee6a0c7f603
royaltyBps() view returns (uint64)
1000
symbol() view returns (string)
GBBY
totalSupply() view returns (uint256)
363
transfersRestricted() view returns (bool)
false
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)
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)
verifyClaim(address _claimer, uint256 _quantity, bytes32[] _proofs, uint256 _conditionIndex) view
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
claim(address _receiver, uint256 _quantity, bytes32[] _proofs) payable
grantRole(bytes32 role, address account)
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 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, address indexed receiver, uint256 startTokenId, uint256 quantityClaimed)
LazyMintedTokens(uint256 startTokenId, uint256 endTokenId, string baseURI, bytes encryptedBaseURI)
NewClaimConditions(struct ILazyMintERC721ClaimCondition[] claimConditions)
NewOwner(address prevOwner, address newOwner)
NewSaleRecipient(address indexed recipient)
PrimarySalesFeeUpdates(uint256 newFeeBps)
RevealedNFT(uint256 endTokenId, string revealedURI)
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.