KitPics
Verified contract
Active on
Ethereum with 2,673 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 "KitPics"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20416346 | 4 months ago | | | 0 | 0.00013838100 | |
| 19753639 | 7 months ago | | | 0 | 0.00082082760 | |
| 19119952 | 10 months ago | | | 0 | 0.0010951922 | |
| 19119897 | 10 months ago | | | 0 | 0.0010966673 | |
| 18934342 | a year ago | | | 0 | 0.00051584982 | |
| 18908266 | a year ago | | | 0 | 0.00055817336 | |
| 18903743 | a year ago | | | 0 | 0.00049568878 | |
| 18896023 | a year ago | | | 0 | 0.00066188934 | |
| 18874300 | a year ago | | | 0 | 0.0012807155 | |
| 18874295 | a year ago | | | 0 | 0.0010840965 |
ABI
ABI objects
Getter at block 21317508
MAX_MINT_COUNT() view returns (uint256)
25
MINT_FEE() view returns (uint256)
60000000000000000
_tokenIdTracker() view returns (uint256 _value)
5555
maxTokens() view returns (uint256)
5555
mintEnabled() view returns (bool)
true
name() view returns (string)
KitPics
owner() view returns (address)
0xad07f7164f4ee9fc61383663affb27e9936ea5d1
root() view returns (bytes32)
0x7e16e941334f9f727e3aec9982ba3feffa7a217dbd22071bfe1bfba099be7801
symbol() view returns (string)
KIT
totalSupply() view returns (uint256)
5269
whitelistMintEnabled() view returns (bool)
true
whitelistRemoved() view returns (bool)
false
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
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 baseURI)
toggleMint()
toggleWhitelistMint()
toggleWhitelistRemoved()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(address account, uint256 tokenId, bytes32[] proof) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Mint(address indexed owner, uint256 indexed tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(bytes32 merkleroot, uint256 whitelistSize, uint256 _maxTokens)
This contract contains no fallback and receive objects.
This contract contains no error objects.