KaraGacha
Verified contract
Active on
Ethereum with 31,495 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x57f1…ea85 (#100768615432948806294511461682403594076613206594542306052887101640776302790319) | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20998131 | a month ago | | | 0 | 0.00022180340 | |
| 20998130 | a month ago | | | 0 | 0.00021998258 | |
| 20853503 | 2 months ago | | | 0 | 0.00013759335 | |
| 20753798 | 2 months ago | | | 0 | 0.00010502358 | |
| 20650707 | 3 months ago | | | 0 | 0.000053347443 | |
| 20573410 | 3 months ago | | | 0 | 0.000040584517 | |
| 20469812 | 3 months ago | | | 0 | 0.00043086303 | |
| 20403130 | 4 months ago | | | 0 | 0.000047145876 | |
| 20379449 | 4 months ago | | | 0 | 0.000076321782 | |
| 20379446 | 4 months ago | | | 0 | 0.000070014342 |
ABI
ABI objects
Getter at block 21211225
DASALES_MAX_QTY() view returns (uint256)
4000
DASalesEndTime() view returns (uint256)
1652799289
DASalesMintedQty() view returns (uint256)
4000
DASalesStartTime() view returns (uint256)
1652799289
DA_LAST_PRICE() view returns (uint256)
475000000000000000
DA_MAX_QTY_PER_MINTER() view returns (uint256)
2
DA_SALES_START_PRICE() view returns (uint256)
500000000000000000
GIFT_MAX_QTY() view returns (uint256)
7429
PUBLIC_MAX_QTY_PER_MINTER() view returns (uint256)
2
TOTAL_MAX_QTY() view returns (uint256)
15555
WHITELIST_TYPEHASH() view returns (bytes32)
0x940a52669dc9fded2f965dea80d65bf40e8f29bcf1a4a3258a2c387da1b99cd9
contractURI() view returns (string)
fPublicSalesPrice() view returns (uint256)
475000000000000000
getPrice() view returns (uint256)
475000000000000000
giftedQty() view returns (uint256)
7429
isDASalesActivated() view returns (bool)
false
isPrivateSalesActivated() view returns (bool)
false
isPublicSalesActivated() view returns (bool)
true
name() view returns (string)
Karafuru Gachapon
owner() view returns (address)
0x9a86c0b064171007716bbd6af96676935799a63e
priceDropAmount() view returns (uint256)
25000000000000000
priceDropDuration() view returns (uint256)
1800
priceDropFloor() view returns (uint256)
250000000000000000
privateSalesEndTime() view returns (uint256)
1652882400
privateSalesMintedQty() view returns (uint256)
3753
privateSalesStartTime() view returns (uint256)
1652839200
publicSalesMintedQty() view returns (uint256)
373
publicSalesStartTime() view returns (uint256)
1652882400
symbol() view returns (string)
KARA-GACHA
totalSupply() view returns (uint256)
15555
whitelistSigner() view returns (address)
0xb403630fe8fbaa09509fa1edf9d55aba4152923f
Read-only
DASalesMinterToTokenQty(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
claimableAmount(address buyer) 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)
privateSalesMinterToTokenQty(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)
userToTokenBatchPriceData(address, uint256) view returns (uint256 pricePaid, uint256 qtyMinted)
State-modifying
Events DASalesMint(uint256 _signedQty, uint256 _nonce, bytes _signature) payable
approve(address to, uint256 tokenId)
changeFPublicSalesprice(uint256 price)
changeGiftAmount(uint256 giftAmount)
claimRefund()
gift(address[] receivers)
privateSalesMint(uint256 _signedQty, uint256 _nonce, bytes _signature) payable
publicSalesMint(uint256 _signedQty, uint256 _nonce, bytes _signature) 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)
setDASalesTime(uint256 _startTime, uint256 _endTime)
setPrivateSalesTime(uint256 _startTime, uint256 _endTime)
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.