ShizomoriKey

Verified contract

Active on Ethereum with 1,441 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "ShizomoriKey"

0x1b2937510898195aeca5a99a85f63e38d6b9d2c6bde92416179e5a69dbe50963
0x7669ee1715b7d67b3847aaa50b4262b9cbadf6fefa2860c6072b3978be0f33cf
0x9a7438880b36d324b9c373dd28b4e797265f3303be1b048fe87a2c065150a24b
0xeda529cc54c99a11a1f323f92732d60f0a94664aa37c7ba206298084a56db039
0x2654706642738c7edbdda716fc11aade212707c7a395f774a8098cb70d2597ae
0xfb660145c2ad4868d0e9a4be959c4e5abef6bce8e99686a20ec059797d5a7bee
0x80ab79f6d906ed466ea0f89ca1164bf7da8cc84154f9d8d01f5ebc0d32e74c83
0xc77dac1af3e24d6ba24b4f18645d165673412a3b89fddb31e7e1ed8636f79551
0x4f0dd15731107fdb36bfd7b3180c92567d4437df4a467798b0d980d2c593fdd8
0x604b5815e986545af79df65f7270f7f4039e493fb65ac2d1f7f813e5bbb26765

Functions
Getter at block 20823467
baseURI(view returns (string)
ipfs://QmTyHAoWjUZxwBpf4ybJ4XTUmVPpDjXyyg5LxPL9QF8ogS/
currentTokenId(view returns (uint256)
1378
name(view returns (string)
ShizomoriKey
owner(view returns (address)
0x0dbc537d0f8aea39f93e13f580babfb30b740a34
symbol(view returns (string)
SHIZOKEY
totalSupply(view returns (uint256)
1500
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256view returns (address)
hasMinted(addressview returns (bool)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address spenderuint256 id
mintTo(address recipientreturns (uint256)
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setTotalSupply(uint256 _totalSupply
transferFrom(address fromaddress touint256 id
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(string _namestring _symbolstring _baseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
MaxSupply(
MintLimitReached(
NonExistentTokenURI(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account