Katabolicz Genesis
Verified contract
Active on
Ethereum with 3,481 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2b7f…7f93
Balances ($50.93)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.013 | $3,917.49 |
$50.93 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20997662 | 2 months ago | | | 0 | 0.00023467623 | |
| 19261331 | 10 months ago | | | 0 | 0.0012588625 | |
| 19261330 | 10 months ago | | | 0 | 0.0012667352 | |
| 19069486 | a year ago | | | 0 | 0.00042800134 | |
| 19030742 | a year ago | | | 0 | 0.00083818132 | |
| 18990578 | a year ago | | | 0 | 0.0010461793 | |
| 18902759 | a year ago | | | 0 | 0.00056397036 | |
| 18896664 | a year ago | | | 0 | 0.00032141498 | |
| 18895425 | a year ago | | | 0 | 0.00067135337 | |
| 18872636 | a year ago | | | 0 | 0.00078026684 |
ABI
ABI objects
Getter at block 21390714
MAX_PER_TXN() view returns (uint256)
1
MAX_PER_WALLET_PRESALE() view returns (uint256)
1
MAX_PER_WALLET_TOTAL() view returns (uint256)
2
PRE_SALE_PRICE() view returns (uint256)
98000000000000000
SALE_PRICE() view returns (uint256)
125000000000000000
ToroYield() view returns (address)
0x2b7f181a73d3851d685bb38ac3242d12e00e7f93
claimListMerkleRoot() view returns (bytes32)
0x6f8e187a3334b895e11c05cf672b9ced111bbf31f60ac2e3de4ffef2630d3a81
getBaseURI() view returns (string)
ipfs://QmWerYEpLxYx8fQTZPGbKyH4YDzHHQ8L1uVQf6C4B1Wycw
getLastTokenId() view returns (uint256)
888
isPreSaleActive() view returns (bool)
true
isPublicSaleActive() view returns (bool)
false
maxKatz() view returns (uint256)
888
maxPreSaleKatz() view returns (uint256)
888
name() view returns (string)
Katabolicz Genesis
owner() view returns (address)
0xfff6c8955a6e7d40d33ccda08d90ffa7ee95435a
preSaleMerkleRoot() view returns (bytes32)
0x5aab575e2401a98b383381feaeef7a80a27e6eb53a44b50aea220c83d22f7b82
symbol() view returns (string)
GENKATZ
verificationHash() view returns (string)
Read-only
balanceOf(address owner) view returns (uint256)
claimed(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintCounts(address) view returns (uint256)
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)
claim(bytes32[] merkleProof)
mint(uint256 numberOfTokens) payable
mintPreSale(uint8 numberOfTokens, bytes32[] merkleProof) payable
ownerMint(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)
setClaimListMerkleRoot(bytes32 merkleRoot)
setIsPreSaleActive(bool _isPreSaleActive)
setIsPublicSaleActive(bool _isPublicSaleActive)
setPresaleListMerkleRoot(bytes32 merkleRoot)
setToroYield(address _toroYield)
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(uint256 _maxKatz, uint256 _maxPreSaleKatz)
This contract contains no fallback and receive objects.
This contract contains no error objects.