Tasuka Butterflies
Verified contract
Active on
Ethereum with 468 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 "Tasuka Butterflies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16122393 | 2 years ago | | | 0 | 0.00064360951 | |
| 16122393 | 2 years ago | | | 0 | 0.00064360951 | |
| 16122391 | 2 years ago | | | 0 | 0.00067403896 | |
| 16122391 | 2 years ago | | | 0 | 0.00067403896 | |
| 16122391 | 2 years ago | | | 0 | 0.00067403896 | |
| 15965831 | 2 years ago | | | 0 | 0.00065163101 | |
| 15868422 | 2 years ago | | | 0 | 0.0014064739 | |
| 15867749 | 2 years ago | | | 0 | 0.0014299248 | |
| 15816196 | 2 years ago | | | 0 | 0.00058444965 | |
| 15790979 | 2 years ago | | | 0 | 0.0018192373 |
ABI
ABI objects
Getter at block 21165029
amountForPublicSale() view returns (uint256)
0
collectionSize() view returns (uint256)
500
name() view returns (string)
Tasuka Butterflies
owner() view returns (address)
0x31328127cdf0cc803d7a80180845ae32d89f426a
publicPrice() view returns (uint256)
990000000000000
publicSalePerAddress() view returns (uint256)
5
publicSaleStatus() view returns (bool)
true
symbol() view returns (string)
TBF
totalSupply() view returns (uint256)
500
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) 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)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPrice(uint256 publicPrice_)
setPublicSaleStatus(bool status)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()