ShizomoriKey
Verified contract
Active on
Ethereum with 1,575 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 "ShizomoriKey"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21297157 | 9 hours ago | | | 0 | 0.00032975304 | |
| 21297008 | 9 hours ago | | | 0 | 0.00038678234 | |
| 21296983 | 9 hours ago | | | 0 | 0.00040168220 | |
| 21141996 | 22 days ago | | | 0 | 0.00050201471 | |
| 21003042 | a month ago | | | 0 | 0.00014270825 | |
| 21002533 | a month ago | | | 0 | 0.00014489660 | |
| 20988622 | a month ago | | | 0 | 0.0011898503 | |
| 20988617 | a month ago | | | 0 | 0.0013024088 | |
| 20982335 | a month ago | | | 0 | 0.00093072674 | |
| 20981491 | a month ago | | | 0 | 0.00070333371 |
ABI
ABI objects
Getter at block 21299780
baseURI() view returns (string)
ipfs://QmTyHAoWjUZxwBpf4ybJ4XTUmVPpDjXyyg5LxPL9QF8ogS/
currentTokenId() view returns (uint256)
1500
name() view returns (string)
ShizomoriKey
owner() view returns (address)
0x0dbc537d0f8aea39f93e13f580babfb30b740a34
symbol() view returns (string)
SHIZOKEY
totalSupply() view returns (uint256)
1500
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256) view returns (address)
hasMinted(address) view returns (bool)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address spender, uint256 id)
mintTo(address recipient) returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setTotalSupply(uint256 _totalSupply)
transferFrom(address from, address to, uint256 id)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 indexed id)
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 id)
constructor(string _name, string _symbol, string _baseURI)
This contract contains no fallback and receive objects.
MaxSupply()
MintLimitReached()
NonExistentTokenURI()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)