Trippy Apepe YC

Verified contract

Active on Ethereum with 391 txns
Deployed by via 0xb1cbd942 at 15669097
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Trippy Apepe YC"

0xea2f4424df0329a77e413d454d36b02578220594dac01718cce36c7887fb0d3c
0x7ee1ed30a41e3e9fe7d41ad6529995b544c7f644eb5577d0fe31e32a9eb38346
0x02ef999862b280f17c792596f514c167654e70e193e31cc453966d17e794c1b7
0x44dd87a1c199d38254cbd400864870fa0c1f759152c480490138839034974606
0x45c57eb13304e6916fb24897024928213cf53183e655ef4bd7b96c3cdbc00746
0xbc8c69b1a0b4242c76e19e9fc5f5b804c72feed342899904aa4411f0469001f0
0x28dac949bdcaa57582ac5df91f414207a3ea9bcab33cf15b63fc219c7c673a09
0x415f944202337c68a7ed6f7c6be3d6edf4341b4538edbc76e1fd85a1e241f722
0xa7b48ae5874b1200e2ee635f0484b3d725ee2a461b61363d82dcd0af994f82dc
0x063fb61cce8d653b4c0142271b218ee155ecf8a92bfa17307e0ee8233b763c27

Functions
Getter at block 20997880
cost(view returns (uint256)
33300000000000000
hiddenMetadataUri(view returns (string)
ipfs://QmPXdrYqG3tEsfdeptgggguj1PBCDEFmssReDpwSQC1czc/hidden.json
maxMintAmountPerTx(view returns (uint256)
4
maxSupply(view returns (uint256)
333
merkleRoot(view returns (bytes32)
0xe395fc3391dd7c90d22aea0c3197448473a17306a8a278548a5af16af5b9604d
name(view returns (string)
Trippy Apepe YC
owner(view returns (address)
0x1cf1f60e97e829a876d0fca03e525879d626fbda
paused(view returns (bool)
false
revealed(view returns (bool)
false
symbol(view returns (string)
TAYC
totalSupply(view returns (uint256)
333
uriPrefix(view returns (string)
ipfs://QmPGNxSLkh69MVtxS9NwKcTc8FFfUwifD1C9tGFnr1aaeQ/
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
true
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelistMintEnabled(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
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 _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTxstring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

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