Kiddles JPEG Party
Verified contract
Active on
Ethereum with 1,487 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 "Kiddles JPEG Party"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15973694 | 2 years ago | | | 0 | 0.00037065045 | |
| 15973652 | 2 years ago | | | 0 | 0.00037694377 | |
| 15539385 | 2 years ago | | | 0 | 0.00044172162 | |
| 15426313 | 2 years ago | | | 0 | 0.00029106150 | |
| 15204876 | 2 years ago | | | 0 | 0.00019325151 | |
| 15021553 | 2 years ago | | | 0 | 0.00086840676 | |
| 14937665 | 2 years ago | | | 0 | 0.00092568950 | |
| 14918483 | 2 years ago | | | 0 | 0.0032036630 | |
| 14905842 | 2 years ago | | | 0 | 0.0044484531 | |
| 14891112 | 2 years ago | | | 0 | 0.0028695390 |
ABI
ABI objects
Getter at block 21218951
maxPerTx() view returns (uint256)
30
maxSupply() view returns (uint256)
5000
mintEnabled() view returns (bool)
true
name() view returns (string)
Kiddles JPEG Party
owner() view returns (address)
0xe904d85b6b92f0556c0ac05baf094dcd51a889ca
price() view returns (uint256)
0
symbol() view returns (string)
KIDDLES
totalFree() view returns (uint256)
1
totalSupply() view returns (uint256)
5000
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)
State-modifying
Events approve(address to, uint256 tokenId)
flipSale()
mint(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setFreeAmount(uint256 _amount)
setPrice(uint256 _newPrice)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()