Krakenz
Verified contract
Active on
Ethereum with 1,251 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 "Krakenz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16849930 | 2 years ago | | | 0 | 0.00056119124 | |
| 16712397 | 2 years ago | | | 0 | 0.0012339991 | |
| 16685715 | 2 years ago | | | 0 | 0.0023106839 | |
| 16493715 | 2 years ago | | | 0 | 0.0012119475 | |
| 16476118 | 2 years ago | | | 0.005 | 0.00056673903 | |
| 16473541 | 2 years ago | | | 0 | 0.00070636010 | |
| 16472893 | 2 years ago | | | 0 | 0.0010226180 | |
| 16472508 | 2 years ago | | | 0 | 0.00081715470 | |
| 16472416 | 2 years ago | | | 0 | 0.00088047827 | |
| 16472372 | 2 years ago | | | 0 | 0.00083770011 |
ABI
ABI objects
Getter at block 21226808
maxSupply() view returns (uint256)
3333
mintPrice() view returns (uint256)
0
name() view returns (string)
Krakenz
owner() view returns (address)
0xa63d6f391d3e5157cdd4b77147aed2f3d96da08b
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
Krakenz
totalSupply() view returns (uint256)
3333
whitelistMint() 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)
numberMinted(address owner) view returns (uint256)
numberMintedWl(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events WLmint(bytes32[] proof, uint256 _mintAmount) payable
approve(address to, uint256 tokenId) payable
mint(uint256 _mintAmount) payable
pause(bool _state)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setMaxPerUser(uint256 _newMaxPerUser)
setMerkleRoot(bytes32 _NewMerkleRoot)
setMintPrice(uint256 _newMintPrice)
setNotRevealedURI(string _notRevealedURI)
setOnlyWhitelisted(bool _state)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _initBaseURI, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
ExceedsMaxPerUser()
ExceedsMaxSupply()
InsufficientFunds()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NotPublic()
NotWhitelistMint()
NotWhitelisted()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
Paused()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()