ETH Trippy Kidz
Verified contract
Active on
Ethereum with 572 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 "ETH Trippy Kidz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16558178 | 2 years ago | | | 0 | 0.00056381816 | |
| 14832011 | 3 years ago | | | 0 | 0.0013981548 | |
| 14832001 | 3 years ago | | | 0 | 0.00084829943 | |
| 14831435 | 3 years ago | | | 0.004 | 0.00091281035 | |
| 14830231 | 3 years ago | | | 0 | 0.00065040776 | |
| 14829091 | 3 years ago | | | 0 | 0.00088322546 | |
| 14828971 | 3 years ago | | | 0 | 0.00084355148 | |
| 14827870 | 3 years ago | | | 0 | 0.0010468910 | |
| 14827782 | 3 years ago | | | 0 | 0.0010142011 | |
| 14827608 | 3 years ago | | | 0 | 0.00096562430 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
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 _tokenName, string _tokenSymbol, uint256 _cost, uint256 _maxSupply, uint256 _totalFree, uint256 _maxMintAmountPerTx, string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()