WojakKingdom
Verified contract
Active on
Ethereum with 1,623 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,367.47 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21132044 | 18 days ago | | | 0 | 0.00064899010 | |
| 19665577 | 7 months ago | | | 0 | 0.00021342576 | |
| 19528359 | 8 months ago | | | 0 | 0.0023767457 | |
| 19234144 | 9 months ago | | | 0 | 0.0023933746 | |
| 19103474 | 10 months ago | | | 0 | 0.00050879609 | |
| 18900031 | a year ago | | | 0 | 0.0011799342 | |
| 18718665 | a year ago | | | 0 | 0.0014138477 | |
| 18469360 | a year ago | | | 0 | 0.00078553414 | |
| 18362127 | a year ago | | | 0 | 0.00034362889 | |
| 18314365 | a year ago | | | 0 | 0.00096950515 |
ABI
ABI objects
Getter at block 21262218
currentSupply() view returns (uint256)
4251
name() view returns (string)
WojakKingdom
owner() view returns (address)
0x20c7d351c862e8f2060968c31bfc3e09d2500a77
paused() view returns (bool)
false
symbol() view returns (string)
WJKK
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
buyWojaks(uint256 tokensNumber) payable
mintGiveawayWojaks(address to, uint256 tokenId)
pause()
renounceOwnership()
safeMint(address to)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURIPrefix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.