KEMUSHI NFT
Verified contract
Active on
Ethereum with 1,535 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
8 additional
variables
Balances ($0.00)
No balances found for "KEMUSHI NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16308695 | 2 years ago | | | 0 | 0.00074073959 | |
| 16308477 | 2 years ago | | | 0 | 0.00070848979 | |
| 16308310 | 2 years ago | | | 0 | 0.0014719666 | |
| 16308250 | 2 years ago | | | 0 | 0.00065160951 | |
| 16086301 | 2 years ago | | | 0 | 0.00057181099 | |
| 15985378 | 2 years ago | | | 0 | 0.0013379863 | |
| 15842077 | 2 years ago | | | 0 | 0.00064119309 | |
| 15824923 | 2 years ago | | | 0 | 0.00054075129 | |
| 15811880 | 2 years ago | | | 0 | 0.00073408259 | |
| 15800720 | 2 years ago | | | 0 | 0.00085801283 |
ABI
ABI objects
Getter at block 21166155
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmeUrpgShc8uFrnAmLKE1rRdaKmEiuWvDy8ZwY8EmysdCz/
maxInWallet() view returns (uint256)
2
maxMint() view returns (uint256)
1
maxSupply() view returns (uint256)
5555
name() view returns (string)
KEMUSHI NFT
notRevealedUri() view returns (string)
ipfs://QmbScKJ1W78GUzZvVVNMMNjMrnzvckVLJmb1SPuWYcmp8D
owner() view returns (address)
0x0bc854245b825c83ddf477151f4b1bcc70d86bb2
paused() view returns (bool)
false
public_sale() view returns (bool)
true
revealed() view returns (bool)
true
royaltyBips() view returns (uint96)
1000
royaltyOwner() view returns (address)
0x0bc854245b825c83ddf477151f4b1bcc70d86bb2
symbol() view returns (string)
KEMUMU
totalSupply() view returns (uint256)
1616
Read-only
balanceOf(address owner) view returns (uint256)
calculateRoyalty(uint256 _salePrice) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
onWhitelist(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
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(uint256[] gifts, address[] recipient)
mintPrivate() payable
mintPublic(uint256 _tokenAmount) payable
pause(bool _state)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setNotRevealedURI(string _notRevealedURI)
setPrice(uint256 _newPrice)
setPricePrivate(uint256 _newPrice)
setPublicSale(bool _truefalse)
setRoyaltyInfo(address _receiver, uint96 _royaltyFeesBips)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateURI(uint256 tokenid, string newURI)
whiteListMany(address[] _addresses)
whiteListOne(address _addressToWhitelist)
withdraw() payable
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(string _name, string _symbol, string _initBaseURI, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.