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 "Jai Kae Rae"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21406992 | a month ago | | | 0 | 0.000000302962500000 | |
| 21180540 | a month ago | | | 0 | 2.3726770e-7 | |
| 18045780 | 4 months ago | | | 0 | 6.3003248e-7 | |
| 17921466 | 4 months ago | | | 0 | 3.7380690e-7 | |
| 14421222 | 7 months ago | | | 0 | 0.0000018090408 | |
| 14398000 | 7 months ago | | | 0 | 0.0000011864071 | |
| 14395070 | 7 months ago | | | 0 | 0.0000011860172 | |
| 14387315 | 7 months ago | | | 0 | 0.0000018678173 | |
| 14174802 | 7 months ago | | | 0 | 0.0000011950125 | |
| 14161914 | 7 months ago | | | 0 | 0.0000011950125 |
ABI
ABI objects
Getter at block 23064373
MAX_MINT_PER_WALLET() view returns (uint256)
10
maxSupply() view returns (uint256)
10000
mintEnabled() view returns (bool)
true
name() view returns (string)
Jai Kae Rae
owner() view returns (address)
0xf705cb1501d04462ab7ff142f1f0ad198175725e
remainingSupply() view returns (uint256)
0
symbol() view returns (string)
JKR
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256 result)
getApproved(uint256 id) view returns (address result)
isApprovedForAll(address owner, address operator) view returns (bool result)
numberMinted(address minter) view returns (uint32)
ownerOf(uint256 id) view returns (address result)
supportsInterface(bytes4 interfaceId) view returns (bool result)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adminMint(uint256 quantity)
approve(address account, uint256 id) payable
mint(uint256 quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 id) payable
safeTransferFrom(address from, address to, uint256 id, bytes data) payable
setApprovalForAll(address operator, bool isApproved)
setBaseURI(string _newBaseURI)
toggleSale()
transferFrom(address from, address to, uint256 id) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed account, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool isApproved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
AccountBalanceOverflow()
BalanceQueryForZeroAddress()
ContractsCannotMint()
MustMintAtLeastOneToken()
NotEnoughAvailableTokens()
NotOwnerNorApproved()
TokenAlreadyExists()
TokenDoesNotExist()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()