Gummies Gang
Verified contract
Active on
Ethereum with 12,963 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 "Gummies Gang"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21070780 | 13 days ago | | | 0 | 0.00035922905 | |
| 20945747 | a month ago | | | 0 | 0.00027832384 | |
| 20945712 | a month ago | | | 0 | 0.00021818641 | |
| 20867444 | a month ago | | | 0 | 0.00026403720 | |
| 20867439 | a month ago | | | 0 | 0.00036804659 | |
| 20841586 | a month ago | | | 0 | 0.00024444228 | |
| 20841585 | a month ago | | | 0 | 0.00024168002 | |
| 20656518 | 2 months ago | | | 0 | 0.000062458283 | |
| 20607953 | 3 months ago | | | 0 | 0.000038891507 | |
| 20564456 | 3 months ago | | | 0 | 0.000098692868 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMintedCount(address owner) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
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)
buy(uint256 _count) payable
buy_presale(uint256 _count, bytes32[] merkleProof) payable
pre_Sale_status(bool temp)
publicSale_status(bool temp)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sendGifts(address[] _wallets)
setApprovalForAll(address operator, bool approved)
setBaseUri(string _uri)
setPhase(uint256 _newPhase)
setWhiteListMerkleRoot(bytes32 merkleRoot)
setmaxPerTransaction(uint256 _temp)
setmaxPerWallet(uint256 _temp)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
update_preSale_price(uint256 price)
update_public_price(uint256 price)
withdraw()
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)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()