KlTAROWORLD
Verified contract
Active on
Ethereum with 620 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 "KlTAROWORLD"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16652735 | 2 years ago | | | 0 | 0.0011678199 | |
| 15680086 | 2 years ago | | | 0 | 0.00017709589 | |
| 15659640 | 2 years ago | | | 0 | 0.00020610738 | |
| 15623730 | 2 years ago | | | 0 | 0.00040298803 | |
| 15621905 | 2 years ago | | | 0 | 0.00058907626 | |
| 15621897 | 2 years ago | | | 0 | 0.00062651426 | |
| 15621873 | 2 years ago | | | 0 | 0.00063802483 | |
| 15621851 | 2 years ago | | | 0 | 0.00054898106 | |
| 15621848 | 2 years ago | | | 0 | 0.00049310935 | |
| 15621843 | 2 years ago | | | 0 | 0.00055223210 |
ABI
ABI objects
Getter at block 21228045
maxSupply() view returns (uint256)
999
name() view returns (string)
KlTAROWORLD
owner() view returns (address)
0x50ce7bcf87042d716f80769739a382c152d4af4c
price() view returns (uint256)
0
symbol() view returns (string)
KlTAROWORLD
totalSupply() view returns (uint256)
999
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) payable
mint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string newURI)
setPrice(uint256 _price)
tooglePause()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()