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 "KoiBoi"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20150171 | 5 months ago | | | 0 | 0.000040653483 | |
| 20150171 | 5 months ago | | | 0 | 0.000037554068 | |
| 18794210 | a year ago | | | 0 | 0.0038334040 | |
| 18691142 | a year ago | | | 0 | 0.0014320378 | |
| 18053127 | a year ago | | | 0 | 0.00030199983 | |
| 17689623 | a year ago | | | 0 | 0.00043209163 | |
| 17689623 | a year ago | | | 0 | 0.00076077263 | |
| 16825490 | 2 years ago | | | 0 | 0.00090544253 | |
| 16825488 | 2 years ago | | | 0 | 0.00075962738 | |
| 16596017 | 2 years ago | | | 0 | 0.00095596224 |
ABI
ABI objects
Getter at block 21329695
BOI_PRICE() view returns (uint256)
50000000000000000
getTotal() view returns (uint256)
1633
isSaleOn() view returns (bool)
true
name() view returns (string)
KoiBoi
owner() view returns (address)
0x4a5f82db4a5bb66550d0d646c31bd24ab7dc8ae9
paused() view returns (bool)
false
preSaleOn() view returns (bool)
true
symbol() view returns (string)
KOIBOIS
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)
printDNA(uint256 _tokenId) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(address luckyOwner, uint256 num_purchased) payable
multi_mint_to_others(address[] luckyOwners) payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _temp_baseURI)
setMultiplePermanentURI(uint256 _counter, string[] _uri)
setPermanentURI(uint256 _counter, string _uri)
switchPreSale()
switchSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.