888 Genesis Katabolicz
Verified contract
Active on
Ethereum with 710 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 "888 Genesis Katabolicz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14860112 | 2 years ago | | | 0 | 0.00038350186 | |
| 14858625 | 2 years ago | | | 0 | 0.00079951083 | |
| 14858622 | 2 years ago | | | 0 | 0.00065733821 | |
| 14858597 | 2 years ago | | | 0 | 0.00077843086 | |
| 14858575 | 2 years ago | | | 0 | 0.00052476364 | |
| 14858421 | 2 years ago | | | 0 | 0.00074696819 | |
| 14858384 | 2 years ago | | | 0 | 0.00083353962 | |
| 14858372 | 2 years ago | | | 0 | 0.00086264044 | |
| 14858284 | 2 years ago | | | 0 | 0.00083005811 | |
| 14858253 | 2 years ago | | | 0 | 0.00050716057 |
ABI
ABI objects
Getter at block 21221499
FREE_MAX_SUPPLY() view returns (uint256)
333
MAX_PER_TX() view returns (uint256)
20
MAX_PER_TX_FREE() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
888
baseExtension() view returns (string)
baseURI() view returns (string)
ipfs://QmWerYEpLxYx8fQTZPGbKyH4YDzHHQ8L1uVQf6C4B1Wycw/
contractURI() view returns (string)
ipfs://QmWerYEpLxYx8fQTZPGbKyH4YDzHHQ8L1uVQf6C4B1Wycw/
name() view returns (string)
888 Genesis Katabolicz
owner() view returns (address)
0x5fabeeaab02f1704a346027dbf7e05e1f89c3c35
paused() view returns (bool)
false
price() view returns (uint256)
3000000000000000
proxyRegistryAddress() view returns (address)
0x02bf710115f90e68c5bfb4d87f728a814193a2ab
symbol() view returns (string)
Katabolicz
totalSupply() view returns (uint256)
888
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)
config()
mint(uint256 _amount) payable
pause(bool _state)
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_)
setContractURI(string _contractURI)
setMAX_SUPPLY(uint256 newSupply)
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()