Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SANSHI | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21275242 | 16 hours ago | | | 0 | 0.00033268173 | |
| 21275242 | 16 hours ago | | | 0 | 0.00047986224 | |
| 20998908 | a month ago | | | 0 | 0.00020315542 | |
| 20884420 | 2 months ago | | | 0 | 0.00054966169 | |
| 20732406 | 2 months ago | | | 0 | 0.00010360646 | |
| 20731785 | 3 months ago | | | 0 | 0.00019131916 | |
| 20655658 | 3 months ago | | | 0 | 0.000027222800 | |
| 20606260 | 3 months ago | | | 0 | 0.00010040790 | |
| 20606258 | 3 months ago | | | 0 | 0.00010211905 | |
| 20544028 | 3 months ago | | | 0 | 0.000072678326 |
ABI
ABI objects
Getter at block 21280031
maxToken() view returns (uint256)
5000
name() view returns (string)
Sanshi
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x1a30804eda4f1116d6280c38dae1acac4b7a2a59
publicSale() view returns (bool)
false
symbol() view returns (string)
SANSHI
totalSupply() view returns (uint256)
3282
Read-only
accessCheck(address addr) view returns (uint256)
balanceCheck(address addr) view returns (bool)
balanceOf(address owner) view returns (uint256)
erc20TokenList(uint256) view returns (address)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
verify(bytes32[] proof, address addr, uint256 amount) view returns (bool)
whitelistUsed(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
flipPublicSaleState()
mint(bytes32[] proof) 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)
setRoot(bytes32 _root)
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(string _NAME, string _SYMBOL, string baseTokenURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.