Trippy Gelato Creamery
Verified contract
Active on
Ethereum with 2,752 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "Trippy Gelato Creamery"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21078709 | a month ago | | | 0 | 0.00055915491 | |
| 20841588 | 3 months ago | | | 0 | 0.00026351104 | |
| 20349825 | 5 months ago | | | 0 | 0.000063673173 | |
| 20057209 | 6 months ago | | | 0 | 0.00029912177 | |
| 19537547 | 8 months ago | | | 0 | 0.00049694781 | |
| 19431412 | 9 months ago | | | 0 | 0.0012730675 | |
| 19069491 | a year ago | | | 0 | 0.00047588112 | |
| 19021756 | a year ago | | | 0 | 0.00083840288 | |
| 18528933 | a year ago | | | 0 | 0.0024985764 | |
| 18173027 | a year ago | | | 0 | 0.00027624597 |
ABI
ABI objects
Getter at block 21394684
TOKEN_NAME() view returns (string)
Trippy Gelato Creamery
TOKEN_SYMBOL() view returns (string)
TGC
blindBoxOpened() view returns (bool)
true
blindTokenURI() view returns (string)
ipfs://QmZV4iNzjruQ4BuiWzNWkuLvqPuf42Czr9MpmYsPzHg9PX
cost() view returns (uint256)
50000000000000000
isActive() view returns (bool)
true
maxMintsPerTransaction() view returns (uint256)
5
maxSupply() view returns (uint256)
3037
name() view returns (string)
Trippy Gelato Creamery
owner() view returns (address)
0x2be7da47f0bd8cb59720f9b432b0291683399a75
presaleEnabled() view returns (bool)
false
presaleSupply() view returns (uint256)
194
publicSaleEnabled() view returns (bool)
false
reservedSupply() view returns (uint256)
0
reservedTokensMinted() view returns (bool)
false
symbol() view returns (string)
TGC
totalSupply() view returns (uint256)
3037
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getBalanceFromWallet(address _wallet) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleList(address) view returns (bool)
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 airdrop(address[] addresses, uint256[] amounts)
approve(address to, uint256 tokenId)
configurePresale(uint256 _presaleSupply, uint256 _reservedSupply)
flipBlindBoxStatus()
flipPresale()
flipPublicsale()
mint(uint256 _mintAmount) payable
presaleMint(uint8 _mintAmount) payable
renounceOwnership()
reserveNFTs(address to)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setBlindBoxURI(string _newURI)
setCost(uint256 _newCost)
setMaxMintsPerTransaction(uint256 _newmaxMintsPerTransaction)
setMaxSupply(uint256 _newMaxSupply)
setPresaleList(address[] _allowList, uint8 numAllowedToMint)
toggleActiveState()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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 _initBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.