Nishikigoi
Verified contract
Active on
Ethereum with 2,260 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3c13…2ecc
Balances ($9,436.53)
Native
Value
$9,436.53
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 2.67 | $3,534.28 |
$9,436.53 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21258699 | 4 days ago | | | 0 | 0.00087734374 | |
| 21258341 | 4 days ago | | | 0 | 0.00053055984 | |
| 21249909 | 5 days ago | | | 0 | 0.00049825800 | |
| 21163309 | 17 days ago | | | 0 | 0.00080104118 | |
| 21156867 | 18 days ago | | | 0 | 0.00085284008 | |
| 20985855 | a month ago | | | 0 | 0.00066976613 | |
| 20883145 | 2 months ago | | | 0 | 0.00023629342 | |
| 20876158 | 2 months ago | | | 0 | 0.00029285642 | |
| 20875400 | 2 months ago | | | 0 | 0.00029330013 | |
| 20838558 | 2 months ago | | | 0 | 0.00087585430 |
ABI
ABI objects
Getter at block 21287531
MAX_SUPPLY() view returns (uint256)
10000
PRICE() view returns (uint256)
30000000000000000
isOnSale() view returns (bool)
false
name() view returns (string)
Nishikigoi
owner() view returns (address)
0x08f095520bbc7ab9f8351a1bf7f8c0084e1b0ff3
remainingAmountForPromotion() view returns (uint256)
0
remainingAmountForSale() view returns (uint256)
7067
symbol() view returns (string)
KOI
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedSalesTokenIdList(uint256 offset, uint256 limit) view returns (uint256[])
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)
buy(uint256 tokenId) payable
buyBundle(uint256[] tokenIdList) payable
freezeMetadata()
mintForPromotion(address to, uint256 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateBaseURI(string newBaseURI)
updateSaleStatus(bool __isOnSale)
withdrawETH()
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 baseURI, address __recipient)
This contract contains no fallback and receive objects.
This contract contains no error objects.