Karafuru
Verified contract
Active on
Ethereum with 31,591 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CINU | ERC-20 | 269.9991K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21161482 | 4 hours ago | | | 0 | 0.00068890857 | |
| 21152865 | a day ago | | | 0 | 0.00047401468 | |
| 21134488 | 4 days ago | | | 0 | 0.00045361262 | |
| 21129809 | 5 days ago | | | 0 | 0.00076758006 | |
| 21129146 | 5 days ago | | | 0 | 0.00038958723 | |
| 21108681 | 8 days ago | | | 0 | 0.00026679227 | |
| 21104247 | 8 days ago | | | 0 | 0.00037846590 | |
| 21102924 | 8 days ago | | | 0 | 0.00019269625 | |
| 21102363 | 8 days ago | | | 0 | 0.00027224836 | |
| 21101523 | 9 days ago | | | 0 | 0.00031645417 |
ABI
ABI objects
Getter at block 21162687
GIFT_MAX_QTY() view returns (uint256)
133
MAX_QTY_PER_MINTER() view returns (uint256)
2
PRESALES_MAX_QTY() view returns (uint256)
3500
PRE_SALES_PRICE() view returns (uint256)
200000000000000000
PUBLIC_SALES_START_PRICE() view returns (uint256)
500000000000000000
SALES_MAX_QTY() view returns (uint256)
5422
TOTAL_MAX_QTY() view returns (uint256)
5555
WHITELIST_TYPEHASH() view returns (bytes32)
0x940a52669dc9fded2f965dea80d65bf40e8f29bcf1a4a3258a2c387da1b99cd9
contractURI() view returns (string)
getPrice() view returns (uint256)
200000000000000000
giftedQty() view returns (uint256)
133
isPreSalesActivated() view returns (bool)
false
isPublicSalesActivated() view returns (bool)
true
name() view returns (string)
Karafuru
owner() view returns (address)
0x9a86c0b064171007716bbd6af96676935799a63e
preSalesEndTime() view returns (uint256)
1644026340
preSalesMintedQty() view returns (uint256)
3313
preSalesStartTime() view returns (uint256)
1643983140
priceDropAmount() view returns (uint256)
25000000000000000
priceDropDuration() view returns (uint256)
600
priceDropFloor() view returns (uint256)
200000000000000000
publicSalesMintedQty() view returns (uint256)
2109
publicSalesStartTime() view returns (uint256)
1644069600
symbol() view returns (string)
KARAFURU
totalSupply() view returns (uint256)
5555
whitelistSigner() view returns (address)
0xbf1a34b0642bc878926d5a6a6bf4cdd9bfd44875
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getSigner(address _buyer, uint256 _signedQty, uint256 _nonce, bytes _signature) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
preSalesMinterToTokenQty(address) view returns (uint256)
publicSalesMinterToTokenQty(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
gift(address[] receivers)
preSalesMint(uint256 _mintQty, uint256 _signedQty, uint256 _nonce, bytes _signature) payable
publicSalesMint(uint256 _mintQty) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setContractURI(string URI)
setPreSalesTime(uint256 _startTime, uint256 _endTime)
setProxyRegistryAddress(address proxyAddress)
setPublicSalesTime(uint256 _startTime)
setWhitelistSigner(address _address)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.