chibizuki
Verified contract
Active on
Ethereum with 1,217 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.04)
Native
Value
$0.04
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000015 | $2,479.99 |
$0.04 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18351013 | a year ago | | | 0 | 0.00025801381 | |
| 18286127 | a year ago | | | 0 | 0.00043770341 | |
| 18255927 | a year ago | | | 0 | 0.00017934127 | |
| 18255926 | a year ago | | | 0 | 0.00017530641 | |
| 17819569 | a year ago | | | 0 | 0.0018913030 | |
| 16862534 | 2 years ago | | | 0 | 0.0013970880 | |
| 16500401 | 2 years ago | | | 0 | 0.00056371048 | |
| 16454548 | 2 years ago | | | 0 | 0.00040916609 | |
| 16437652 | 2 years ago | | | 0 | 0.00051205950 | |
| 16031025 | 2 years ago | | | 0 | 0.00062140984 |
ABI
ABI objects
Getter at block 21125422
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmUDL5QVHXxGnMVaZLg3qvYBZjapLsARP5xqJfvryjdZNN/
cost() view returns (uint256)
0
maxMintAmountPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
5555
name() view returns (string)
chibizuki
owner() view returns (address)
0x5edeb503b61d664af12a2a80f63a1f0287d513cc
paused() view returns (bool)
false
symbol() view returns (string)
totalSupply() view returns (uint256)
5555
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
renounceOwnership()
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 baseURI_in)
setCost(uint256 _cost)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.