The Kongz
Verified contract
Active on
Ethereum with 1,447 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 "The Kongz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15515213 | 2 years ago | | | 0 | 0.00042698628 | |
| 15246881 | 2 years ago | | | 0 | 0.00017110382 | |
| 15061814 | 2 years ago | | | 0 | 0.00039371523 | |
| 14988030 | 2 years ago | | | 0 | 0.00090918714 | |
| 14984154 | 2 years ago | | | 0 | 0.00088868804 | |
| 14984148 | 2 years ago | | | 0 | 0.0010126072 | |
| 14901874 | 2 years ago | | | 0 | 0.00063112911 | |
| 14888350 | 2 years ago | | | 0 | 0.0027023982 | |
| 14887965 | 2 years ago | | | 0 | 0.0046099108 | |
| 14885481 | 2 years ago | | | 0 | 0.0026832220 |
ABI
ABI objects
Getter at block 21203905
MAX_PER_WALLET() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
1111
MAX_TXN() view returns (uint256)
1
TXN_MAX_GLOBAL() view returns (uint256)
1111
maxBatchSize() view returns (uint256)
1111
metadataBaseURL() view returns (string)
https://ipfs.io/ipfs/QmUKXJoMcMuM2sx7XXuXbrmcPJKV5CPJvWordoAwuYpFnY/
name() view returns (string)
The Kongz
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xda76ac098ffa59ba76a4dc01eaa73e6bdec181b0
saleEnabled() view returns (bool)
true
symbol() view returns (string)
KONGZ
totalSupply() view returns (uint256)
1111
Read-only
balanceOf(address owner) view returns (uint256)
claims(address) 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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 numOfTokens) payable
renounceOwnership()
reserve(uint256 num)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURL)
setMaxPerWallet(uint256 _maxPerWallet)
setMaxTxn(uint256 _maxTxn)
toggleSaleStatus()
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.
This contract contains no error objects.