ETH Trippy Kidz

Verified contract

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

No balances found for "ETH Trippy Kidz"

0x5b84f5ba5996342801118b91a485fcc1cc050b0b440b01fb6c525467dd4594df
0x33dc16bf60ec8ee41a35885828c8b5b900ab75929c81d9b16fc836c69cbfa9d6
0x56ef45a982ab3cc560b7a0e8ec800cf43be4119a3e5bf1d45ece94e02cf4ff1c
0xe23e6252193b4f48cf980285f40f8251902226f90c8dab8ef141264e848785c2
0xcf078d5fed043fa5c00b67b281283f0e8fa538c734b24b35cae1f8130ac0fca8
0x15cd9d98a880ef528b8499bed9bfdb840e2179b7e335a45a9692f47021ccae0d
0x9903a421845338acc2c303547c434df9e7dd12fa6d68c07ddcbba0d65f2d526f
0x7bd7177a71fbc50c6185e2d8d5324ecce3c2b6549d080e5f4bb089be38e51ab9
0x3116040647e4f9106a62b016e7b0234627e93b68231141093db65decb1827b62
0xdb13053bcd06b320e69714c0dafdf82f1611b4f2a9a068dbd2411fc29ec6f887

Functions
Getter at block 21328310
cost(view returns (uint256)
4000000000000000
hiddenMetadataUri(view returns (string)
ipfs://QmfPSvP7HQ9vuPq9RuzGEhFoa4odvoD7dNps537xqAqsKm/_metadata.json
maxLimitPerWallet(view returns (uint256)
20
maxMintAmountPerTx(view returns (uint256)
20
maxSupply(view returns (uint256)
2222
name(view returns (string)
ETH Trippy Kidz
owner(view returns (address)
0xac8a93c7d2b002d8eec4c8694dac0578c36caaec
price(view returns (uint256)
4000000000000000
symbol(view returns (string)
ETK
totalFree(view returns (uint256)
1111
totalSupply(view returns (uint256)
2222
uriPrefix(view returns (string)
ipfs://QmUBfWRfoJj887594pbWTfukZeHJgtiXStVytfW7Sza4GR/
uriSuffix(view returns (string)
.json
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[])
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
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
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 _totalFreeuint256 _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(