Sashimono
Verified contract
Active on
Ethereum with 2,199 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 "Sashimono"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21009284 | a month ago | | | 0 | 0.00035325371 | |
| 20697407 | 3 months ago | | | 0 | 0.00017056335 | |
| 20643023 | 3 months ago | | | 0 | 0.000047091395 | |
| 20552275 | 3 months ago | | | 0 | 0.000025464247 | |
| 19601680 | 8 months ago | | | 0 | 0.00025942489 | |
| 19601590 | 8 months ago | | | 0 | 0.00027373841 | |
| 19601544 | 8 months ago | | | 0 | 0.00025628297 | |
| 19591417 | 8 months ago | | | 0 | 0.00088946510 | |
| 19458625 | 8 months ago | | | 0 | 0.0011892032 | |
| 19223696 | 9 months ago | | | 0 | 0.00078235957 |
ABI
ABI objects
Getter at block 21265990
MAX_SASHIMONO() view returns (uint256)
888
baseTokenURI() view returns (string)
https://nft.bushidos.io/sashimono/
mintIsActive() view returns (bool)
false
name() view returns (string)
Sashimono
owner() view returns (address)
0x5f60b40c32585dba076a81d6206c4fd2e74de507
symbol() view returns (string)
PRINCIPLE
totalClaimed() view returns (uint256)
888
totalSupply() view returns (uint256)
888
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claimSashimono()
flipMintState()
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)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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 baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.