KonNeeCheeWahs
Verified contract
Active on
Ethereum with 1,546 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "KonNeeCheeWahs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20781614 | 2 months ago | | | 0 | 0.0012223055 | |
| 20389286 | 4 months ago | | | 0 | 0.000062719611 | |
| 20251158 | 4 months ago | | | 0 | 0.000037077700 | |
| 19910405 | 6 months ago | | | 0 | 0.00026272624 | |
| 19866925 | 6 months ago | | | 0 | 0.00022256460 | |
| 19443358 | 8 months ago | | | 0 | 0.0018263864 | |
| 19154788 | 9 months ago | | | 0 | 0.00097850616 | |
| 18909628 | a year ago | | | 0 | 0.00042273194 | |
| 18767052 | a year ago | | | 0 | 0.0015747940 | |
| 18676707 | a year ago | | | 0 | 0.0015633750 |
ABI
ABI objects
Getter at block 21215960
cost() view returns (uint256)
0
currentSupply() view returns (uint256)
4018
getCost() view returns (uint256)
0
mintLimit() view returns (uint256)
3
mintPhase() view returns (uint256)
2
name() view returns (string)
KonNeeCheeWahs
owner() view returns (address)
0x78cfae578227977cff640adea9159831286aafba
paused() view returns (bool)
false
publicMintDate() view returns (uint256)
1700178311
reserve() view returns (uint256)
425
revealed() view returns (bool)
true
root() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
symbol() view returns (string)
KNCW
totalSupply() pure returns (uint256)
4444
vault() view returns (address)
0x78cfae578227977cff640adea9159831286aafba
wlWindow() view returns (uint256)
0
Read-only
allowID(address) view returns (uint256)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 _id) view returns (string)
uriPS(uint256) view returns (string)
verifyWL(bytes32[] proof, address _user) view returns (bool)
walletMinted(address) view returns (uint256)
State-modifying
Events addReserves(uint256 amount)
beginMint()
mint(address to, uint256 mintCount, bytes32[] proof) payable
renounceOwnership()
reservesMint(address to, uint256 mintCount)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)
setAllow(address _user, uint256 _allowID)
setApprovalForAll(address operator, bool approved)
setCost(uint256 newCost)
setMintLimit(uint256 newLimit)
setPause(bool _pauseState)
setRoot(bytes32 newRoot)
setURI(bool _reveal, string[2] newUri)
setVault(address newVault)
setWLTime(uint256 addTime)
transferOwnership(address newOwner)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpaused(address account)
constructor()
receive()
ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)
ERC1155InvalidApprover(address approver)
ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength)
ERC1155InvalidOperator(address operator)
ERC1155InvalidReceiver(address receiver)
ERC1155InvalidSender(address sender)
ERC1155MissingApprovalForAll(address operator, address owner)
EnforcedPause()
ExpectedPause()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)