Kujira no konton
Verified contract
Active on
Ethereum with 1,047 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 "Kujira no konton"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102156 | 20 days ago | | | 0 | 0.00014521800 | |
| 21025501 | a month ago | | | 0 | 0.00015005860 | |
| 21025499 | a month ago | | | 0 | 0.00014585613 | |
| 20156188 | 5 months ago | | | 0 | 0.000069446644 | |
| 20151016 | 5 months ago | | | 0 | 0.000039121728 | |
| 19969844 | 6 months ago | | | 0 | 0.00070790233 | |
| 19683918 | 7 months ago | | | 0 | 0.00027174999 | |
| 19120571 | 10 months ago | | | 0 | 0.0032501909 | |
| 18854930 | a year ago | | | 0 | 0.00096075610 | |
| 18735955 | a year ago | | | 0 | 0.0016604899 |
ABI
ABI objects
Getter at block 21246999
baseTokenURI() view returns (string)
ipfs://QmdmwGgivpEyat2XmhRKW7fdNbSRmjtmCrDEfGp2NWHvUv/
mintOpen() view returns (bool)
false
name() view returns (string)
Kujira no konton
notRevealedURI() view returns (string)
QmYP7CbbYLPa8wSVX2ffo5YQdD2UccaBF6U2dFYYxL7b5Q
owner() view returns (address)
0x3bfe0664e82befa1253fd6ef7ccd0da37c07ab21
revealed() view returns (bool)
true
symbol() view returns (string)
knw
totalSupply() view returns (uint256)
588
Read-only
addressHasToMint(address _address) view returns (uint256)
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)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setMint(bool _val)
setNotRevealURI(string _notRevealedURI)
setOwner(address[] _addresses, uint256[] _nbr)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _nbr)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()