KURENAI
Verified contract
Active on
Ethereum with 8,968 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 "KURENAI"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21153009 | 3 days ago | | | 0 | 0.00050937214 | |
| 21148303 | 3 days ago | | | 0 | 0.00049226851 | |
| 21133953 | 5 days ago | | | 0 | 0.00096974219 | |
| 21119631 | 7 days ago | | | 0 | 0.00013839775 | |
| 21055824 | 16 days ago | | | 0 | 0.00018427600 | |
| 21055505 | 16 days ago | | | 0 | 0.00022661935 | |
| 21055144 | 16 days ago | | | 0 | 0.00017459441 | |
| 21055140 | 16 days ago | | | 0 | 0.00019595828 | |
| 21055130 | 16 days ago | | | 0 | 0.00016921872 | |
| 20976037 | a month ago | | | 0 | 0.00046187206 |
ABI
ABI objects
Getter at block 21172710
maxToken() view returns (uint256)
9071
name() view returns (string)
KURENAI
owner() view returns (address)
0x646a431394efda5bb0601882a978695be402b295
pbMintMax() view returns (uint256)
5
pbmintPrice() view returns (uint256)
36000000000000000
revealed() view returns (bool)
true
saleState() view returns (uint8)
4
symbol() view returns (string)
KRNI
totalSupply() view returns (uint256)
9071
wl1mintPrice() view returns (uint256)
26000000000000000
wl2mintPrice() view returns (uint256)
26000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address address_, bytes32[] proof_) 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) payable
flipSaleState(uint8 _state)
ownerMint(uint256 _amount, address _address)
pbMint(uint256 _amount) payable
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseTokenURI_EXT(string ext_)
setBaseURI(string uri_)
setMaxMint(uint256 newMax)
setMerkleRoot(bytes32 merkleRoot_)
setPbPrice(uint256 newPrice)
setReveal()
sethiddenBaseURI(string uri_)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address new_)
withdraw()
wl1Mint(uint256 _amount, bytes32[] proof_) payable
wl2Mint(uint256 _amount, bytes32[] proof_) payable
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()