Koodle Kats
Verified contract
Active on
Ethereum with 87 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf4d2…421e
0xc181…711f
Balances ($0.00)
No balances found for "Koodle Kats"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18157219 | a year ago | | | 0 | 0.00054386347 | |
| 16293022 | 2 years ago | | | 0 | 0.00075775316 | |
| 14593128 | 3 years ago | | | 0 | 0.0015229749 | |
| 14593128 | 3 years ago | | | 0 | 0.0023289764 | |
| 14398585 | 3 years ago | | | 0 | 0.0033926411 | |
| 14240225 | 3 years ago | | | 0 | 0.0016579038 | |
| 14237437 | 3 years ago | | | 0 | 0.0023737116 | |
| 14229037 | 3 years ago | | | 0 | 0.0056666742 | |
| 14229036 | 3 years ago | | | 0 | 0.0029738474 | |
| 14229023 | 3 years ago | | | 0 | 0.0079080612 |
ABI
ABI objects
Getter at block 21290202
LOOK_SALE_PRICE() view returns (uint256)
30000000000000000000
MAX_KOODLE_PRESALE() view returns (uint256)
3
SALE_PRICE() view returns (uint256)
40000000000000000
communitySaleMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
getBaseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmZ6rggdCQdcGKL2FQXRroWxgtX2JBsbCpDct3H7UcmUwT
getLastTokenId() view returns (uint256)
270
isCommunitySaleActive() view returns (bool)
false
isPublicSaleActive() view returns (bool)
false
koodleAddress() view returns (address)
0xb935b858280e9c429514d8514c484e512ba0aea7
looks() view returns (address)
0xf4d2888d29d722226fafa5d9b24f9164c092421e
maxCommunitySaleKoodles() view returns (uint256)
0
maxKoodles() view returns (uint256)
10000
name() view returns (string)
Koodle Kats
owner() view returns (address)
0xcebaad56d9fa891c9aa4f77f3bfbf5d32ecf1ccc
rMilk() view returns (address)
0xc181a48c44f2cbf9bdfa76c9675dfac70020711f
rMilkAllowance() view returns (uint256)
5000000000000000000
symbol() view returns (string)
KOODLE
verificationHash() view returns (string)
Read-only
balanceOf(address owner) view returns (uint256)
communityMintCounts(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 numberOfTokens) payable
mintCommunitySale(uint8 numberOfTokens, bytes32[] merkleProof) payable
mintCommunitySaleLooks(uint8 numberOfTokens, bytes32[] merkleProof)
mintLooks(uint256 numberOfTokens)
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)
setCommunityListMerkleRoot(bytes32 merkleRoot)
setIsCommunitySaleActive(bool _isCommunitySaleActive)
setIsOpenSeaProxyActive(bool _isOpenSeaProxyActive)
setIsPublicSaleActive(bool _isPublicSaleActive)
setKoodleAddress(address _koodle)
setLooks(address _looks)
setRMilk(address _rmilk)
setVerificationHash(string _verificationHash)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawTokens(address token)
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(address _openSeaProxyRegistryAddress, uint256 _maxKoodles, uint256 _maxCommunitySaleKoodles)
This contract contains no fallback and receive objects.
This contract contains no error objects.