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 "Sizuki"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18907455 | 10 months ago | | | 0 | 0.00059510932 | |
| 18905167 | 10 months ago | | | 0 | 0.00031174530 | |
| 17515963 | a year ago | | | 0 | 0.0018731916 | |
| 17515912 | a year ago | | | 0 | 0.0011640079 | |
| 17515901 | a year ago | | | 0 | 0.0011715733 | |
| 17007601 | 2 years ago | | | 0 | 0.00084270181 | |
| 17007600 | 2 years ago | | | 0 | 0.00089666185 | |
| 17007600 | 2 years ago | | | 0 | 0.00089666185 | |
| 17007600 | 2 years ago | | | 0 | 0.00089666185 | |
| 16794416 | 2 years ago | | | 0 | 0.0013220304 |
ABI
ABI objects
Getter at block 21173244
cost() view returns (uint256)
2000000000000000
freeUntil() view returns (uint256)
7777
freebiesPerWallet() view returns (uint256)
1
maxMintAmountPerTx() view returns (uint256)
30
maxSupply() view returns (uint256)
7777
name() view returns (string)
Sizuki
owner() view returns (address)
0x5f216088a1da921a5d846e04983ef97d6fdb131a
paused() view returns (bool)
false
symbol() view returns (string)
Sizuki
totalSupply() view returns (uint256)
7777
uriPrefix() view returns (string)
ipfs://QmW6i9u9qPERDZqGjbYULc5WrJKEe5qiA9NACFuyq67n15/
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
freebieMap(address) 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)
decreaseSupply(uint256 supply)
mint(uint256 amount) payable
renounceOwnership()
reserve(address addr, uint256 amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setFreeUntil(uint256 _freeUntil)
setFreebiesPerWallet(uint256 _freebiesPerWallet)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()