Gummies Gang

Verified contract

Active on Ethereum with 12,963 txns
Deployed by via 0xb7aee480 at 14536547
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Gummies Gang"

0x9efe56d64002761fdc97d62390602c6b86401a09ad964dbb7906a23189599688
0x7df1c891fa86e098eaa43d6b6d53d2c8d0fb626cf92f2e37b04805c506026b04
0x2cc45a04de3b5de1f49ff93340ba6e1d133d397f59120f70ef0e994e05163e55
0x0e67e028aced76ff9ebcb99c93eea77bddddaf7697348104011422dd94dcc508
0xf6c996543dba01a02430e69f39a2ce40199659f78aca3bad2bb624d7b15bd2c3
0x356b185be93c70cfe936d422691b139d731e3ab4dc19ff07f13d97c212c6ce60
0x8315e2be18f52a340c652d82e9ef01fa6281679f94e3a6594449f7ac9f48b853
0xdf7a2eff37fc6a972eb51c42e135c3eb0144adc5c35a7f2cfe736bcc0d630290
0x6272fd7438f9e05e8b4ed40b8fa7de955a7d655376adf3a083636ca04b32648b
0x58c9c87b9f8c20a287447fbe4d159b7386318d702d737ef4f84df5403830c0ae

Functions
Getter at block 21161882
Presale_status(view returns (bool)
true
baseURI(view returns (string)
https://gummiesgangapi.vercel.app/api/nft/
getBalance(view returns (uint256)
0
maxPerTransaction(view returns (uint256)
2
maxPerWallet(view returns (uint256)
2
maxSupply(view returns (uint256)
6969
name(view returns (string)
Gummies Gang
owner(view returns (address)
0x91e309efb3deb51e051907a6342aeb4b69b01013
phase(view returns (uint256)
6969
presale_price(view returns (uint256)
75000000000000000
public_sale_status(view returns (bool)
false
symbol(view returns (string)
GG
tokenPrice(view returns (uint256)
75000000000000000
totalSupply(view returns (uint256)
6969
whitelistMerkleRoot(view returns (bytes32)
0x90057f38263b6e0d2fc567dd4eeaa5aa8720c1ba6a1c60faf6add8334eb01ea7
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getMintedCount(address ownerview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
buy(uint256 _countpayable 
buy_presale(uint256 _countbytes32[] merkleProofpayable 
pre_Sale_status(bool temp
publicSale_status(bool temp
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
sendGifts(address[] _wallets
setApprovalForAll(address operatorbool approved
setBaseUri(string _uri
setPhase(uint256 _newPhase
setWhiteListMerkleRoot(bytes32 merkleRoot
setmaxPerTransaction(uint256 _temp
setmaxPerWallet(uint256 _temp
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
update_preSale_price(uint256 price
update_public_price(uint256 price
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string namestring symbol
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
MintedQueryForZeroAddress(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(