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 "Karmz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20592793 | 3 months ago | | | 0 | 0.000051252617 | |
| 20532738 | 3 months ago | | | 0 | 0.00013932370 | |
| 19872224 | 6 months ago | | | 0 | 0.00010065867 | |
| 19870302 | 6 months ago | | | 0 | 0.00020364367 | |
| 19870289 | 6 months ago | | | 0 | 0.00021763759 | |
| 19805733 | 6 months ago | | | 0 | 0.00014795547 | |
| 19117007 | 10 months ago | | | 0 | 0.00025910579 | |
| 19105665 | 10 months ago | | | 0 | 0.00059288996 | |
| 19087742 | 10 months ago | | | 0 | 0.00048609405 | |
| 19087483 | 10 months ago | | | 0 | 0.00043593505 |
ABI
ABI objects
Getter at block 21200730 getAllOwners() view returns (address[])
KARMELEONS_ADDRESS() view returns (address)
0xd396706543979149f7510839e9eb0b0608e8bc23
MAX_SUPPLY() view returns (uint256)
3333
NOT_REVEALED_URI() view returns (string)
https://karmz-app-jr2yx.ondigitalocean.app/hidden
name() view returns (string)
Karmz
owner() view returns (address)
0xec3b1651ab7242e8bcec974b0b8d6b962f745e4a
paused() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
KRMZ
totalSupply() view returns (uint256)
2624
uriPrefix() view returns (string)
ipfs://QmXMwFCzr3KmmUnDwthmb6KoUYTWNDw2NThrxcVF8MGfYN/
uriSuffix() view returns (string)
.json
Read-only
CLAIMED(uint256) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
karmeleonCount(address _owner) view returns (uint256, uint256)
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)
mint(uint256 _numberOfTokens) payable
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setNotRevealedURI(string _notRevealedURI)
setPaused(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
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(string _name, string _symbol, address _karmeleonsAddress, string _notRevealedURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.