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 "shikei"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17810311 | a year ago | | | 0 | 0.00059857769 | |
| 17347050 | a year ago | | | 0 | 0.0010809219 | |
| 16867394 | 2 years ago | | | 0 | 0.00066837815 | |
| 16670039 | 2 years ago | | | 0 | 0.0015369838 | |
| 16645950 | 2 years ago | | | 0 | 0.0014710074 | |
| 16620516 | 2 years ago | | | 0 | 0.0013976536 | |
| 16619929 | 2 years ago | | | 0 | 0.0010637181 | |
| 16613682 | 2 years ago | | | 0 | 0.0012457008 | |
| 16612615 | 2 years ago | | | 0 | 0.00068114132 | |
| 16611973 | 2 years ago | | | 0 | 0.00071154458 |
ABI
ABI objects
Getter at block 21212204
baseURI() view returns (string)
ipfs://QmUBRfCqxxMvqABZUE2agXGbq9NneFGHr1fUXzuNvPXEHk/
freeMintCount() view returns (uint256)
790
maxFree() view returns (uint256)
1
maxPerTx() view returns (uint256)
3
maxPerWallet() view returns (uint256)
3
maxSupply() view returns (uint256)
900
mintEnabled() view returns (bool)
true
name() view returns (string)
shikei
owner() view returns (address)
0xddf826ec70bee62d640434a877b3c345cf973602
price() view returns (uint256)
10000000000000000
revealed() view returns (bool)
true
symbol() view returns (string)
SK
totalFree() view returns (uint256)
900
totalSupply() view returns (uint256)
900
w1() view returns (address)
0xddf826ec70bee62d640434a877b3c345cf973602
Read-only
_freeMints(address) view returns (uint256)
_walletMints(address) view returns (uint256)
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events Airdrop(address _address, uint256 _amount)
approve(address to, uint256 tokenId) payable
mint(uint256 amount) payable
renounceOwnership()
reserve(uint256 tokens)
reveal(bool _state)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseUri(string baseuri_)
setMaxTotalFree(uint256 MaxTotalFree_)
setPrice(uint256 price_)
setRoyaltyInfo(address receiver, uint96 numerator)
toggleMinting()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawAll()
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()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()