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 "KUNLER"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18660058 | a year ago | | | 0 | 0.0013256404 | |
| 17264485 | 2 years ago | | | 0 | 0.0019009834 | |
| 17013497 | 2 years ago | | | 0 | 0.0010939835 | |
| 16797180 | 2 years ago | | | 0 | 0.0013885807 | |
| 16712132 | 2 years ago | | | 0 | 0.0012110367 | |
| 16660392 | 2 years ago | | | 0 | 0.0019667754 | |
| 16087143 | 2 years ago | | | 0 | 0.00052789885 | |
| 15905482 | 2 years ago | | | 0 | 0.00068111281 | |
| 15808801 | 2 years ago | | | 0 | 0.00062743345 | |
| 15788188 | 2 years ago | | | 0 | 0.00089019459 |
ABI
ABI objects
Getter at block 21329279
cost() view returns (uint256)
0
maxMintAmountPerTx() view returns (uint256)
5
maxSupply() view returns (uint256)
10000
name() view returns (string)
KUNLER
owner() view returns (address)
0xc406c8e9cdae979c9793bf8fb4da06f6cffee474
paused() view returns (bool)
false
publicSupply() view returns (uint256)
9000
symbol() view returns (string)
KUNLER
totalSupply() view returns (uint256)
9001
uriOrigin() view returns (string)
ipfs://bafkreigg4tzdtjyysg2qsmaiqlj6j4rfiu3i3u2gifcoll6k2b6suf733a
uriPrefix() view returns (string)
uriSuffix() view returns (string)
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint256 _mintAmount)
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _state)
setUriOrigin(string _uriOrigin)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
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()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()