0xKarafuru
Verified contract
Active on
Ethereum with 1,769 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 "0xKarafuru"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21267112 | 18 hours ago | | | 0 | 0.00039960963 | |
| 21183422 | 12 days ago | | | 0 | 0.0015443023 | |
| 21109733 | 23 days ago | | | 0 | 0.00011885062 | |
| 20637604 | 3 months ago | | | 0 | 0.000024328000 | |
| 18911141 | a year ago | | | 0 | 0.00045977221 | |
| 17540008 | a year ago | | | 0 | 0.00058939548 | |
| 17159554 | 2 years ago | | | 0 | 0.0028237537 | |
| 17152058 | 2 years ago | | | 0 | 0.0016111956 | |
| 17152036 | 2 years ago | | | 0 | 0.0015988374 | |
| 16501635 | 2 years ago | | | 0 | 0.00036925001 |
ABI
ABI objects
Getter at block 21272484
FREE_MINT_IS_ALLOWED_UNTIL() view returns (uint256)
1000
IS_SALE_ACTIVE() view returns (bool)
true
MAX_MINT_AMOUNT_PER_TX() view returns (uint256)
20
MAX_SUPPLY() view returns (uint256)
5555
PRICE() view returns (uint256)
10000000000000000
REVEAL_STATUS() view returns (bool)
false
name() view returns (string)
0xKarafuru
owner() view returns (address)
0xa73bc8cc76e5d43166d4b21fae94b095f17bc747
symbol() view returns (string)
0xKarafuru
totalSupply() view returns (uint256)
5555
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)
genzai()
mint(uint256 _mintAmount) payable
mintOwner(address _to, uint256 _mintAmount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string customBaseURI_)
setFreeMintAllowedUntil(uint256 freeMintIsAllowedUntil)
setMaxMintPerTx(uint256 maxMintPerTx)
setPrice(uint256 customPrice)
setRevealStatus(bool revealStatus)
setSaleActive(bool saleIsActive)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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.