Kampoeng
Verified contract
Active on
Ethereum with 2,927 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 "Kampoeng"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20884194 | 2 months ago | | | 0 | 0.00029499435 | |
| 20729084 | 2 months ago | | | 0 | 0.000098382156 | |
| 20729083 | 2 months ago | | | 0 | 0.00017505036 | |
| 20647696 | 3 months ago | | | 0 | 0.000045839681 | |
| 20586493 | 3 months ago | | | 0 | 0.000025356885 | |
| 20455069 | 4 months ago | | | 0 | 0.000046738909 | |
| 20372607 | 4 months ago | | | 0 | 0.000068057907 | |
| 19815338 | 7 months ago | | | 0 | 0.00018723576 | |
| 19707135 | 7 months ago | | | 0 | 0.00026362109 | |
| 19554901 | 8 months ago | | | 0 | 0.00060461704 |
ABI
ABI objects
Getter at block 21258583
FREE_MINT_LIMIT_PER_WALLET() view returns (uint256)
2
FREE_MINT_SUPPLY() view returns (uint256)
1010
IS_SALE_ACTIVE() view returns (bool)
true
MAX_MINT_PER_TX() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
4000
METADATA_FROZEN() view returns (bool)
false
PRICE() view returns (uint256)
9000000000000000
name() view returns (string)
Kampoeng
owner() view returns (address)
0x0a7b378b969f4d6e4f3fef70fb1bacdf3850b714
symbol() view returns (string)
KNFT
totalSupply() view returns (uint256)
4000
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)
returnCurrentMinterFreeMint(address minter) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events FreezeMetaData()
approve(address to, uint256 tokenId)
lowerMaxSupply(uint256 newMaxSupply)
mint(uint256 _mintAmount) payable
mintOwner(address _to, uint256 _mintAmount)
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)
setFreeMintLimitPerWallet(uint256 freeMintLimitPerWallet)
setFreeMintSupply(uint256 freeMintSupply)
setPrice(uint256 price)
setSalesActive(bool isSaleActive)
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(uint256 price, uint256 maxSupply, string baseUri, uint256 freeMintLimitPerWallet, uint256 maxMintPerTX, bool isSaleActive, uint256 freeMintSupply)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()