Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($404.04)
Native
Value
$404.04
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.12 | $3,367.04 |
$404.04 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20755125 | 2 months ago | | | 0 | 0.000073168008 | |
| 20634090 | 2 months ago | | | 0 | 0.000084113320 | |
| 20634084 | 2 months ago | | | 0 | 0.000083566417 | |
| 20569783 | 3 months ago | | | 0 | 0.000075289265 | |
| 19706593 | 7 months ago | | | 0 | 0.00028427541 | |
| 19014949 | 10 months ago | | | 0 | 0.0010774935 | |
| 18748998 | a year ago | | | 0 | 0.00086107006 | |
| 18721098 | a year ago | | | 0 | 0.0014648372 | |
| 18721098 | a year ago | | | 0 | 0.0014598871 | |
| 18574436 | a year ago | | | 0 | 0.00076104937 |
ABI
ABI objects
Getter at block 21167756
MAX_ORDER() view returns (uint256)
8
MAX_PRESALE_AMOUNT() view returns (uint256)
4
MAX_SUPPLY() view returns (uint256)
4444
PRESALE_PRICE() view returns (uint256)
50000000000000000
PRICE() view returns (uint256)
60000000000000000
isMainsaleActive() view returns (bool)
false
isPresaleActive() view returns (bool)
false
isVerified() view returns (bool)
true
name() view returns (string)
K9
owner() view returns (address)
0x1a182000b67f6ca98fb2ffe054d18aa1cd92ed9b
symbol() view returns (string)
K9
totalSupply() view returns (uint256)
1111
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokensByOwner(address owner) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
isDelegate(address addr) view returns (bool)
isOwnerOf(address account, uint256[] tokenIds) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleMap(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address account) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 quantity, bytes signature) payable
mintTo(uint256[] quantity, address[] recipient) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActive(bool isPresaleActive_, bool isMainsaleActive_, bool isVerified_)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI, string _newSuffix)
setDelegate(address addr, bool isDelegate_)
setMax(uint256 maxOrder, uint256 maxSupply)
setPrice(uint256 price)
setSecret(string secret)
setSigner(address signer)
setWithdrawalData(address[] _addr, uint256[] _splits)
transferBatch(address from, address to, uint256[] tokenIds, bytes data)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
fallback()
receive()
This contract contains no error objects.