Shibuya Zasshi

Verified contract

Active on Ethereum with 439 txns
Deployed by via 0x00b90cfc at 16485640
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Shibuya Zasshi"

0x5fd0913000c6ac0229627ab3b3cf967d496dcb4ebcec5b0e6475d5e0c09bd9e0
0x99dcbbd8dbab9d3244fe10189b4efcf3e159090c9d3a6ead36e54f68d5c17814
0x89ac95deb56d84e3ab5db7b9a76003e23c4cfb39559780e29958684c90f79b1f
0xc548de7039167fec96a9868e2137654633ad048148e1b6cba497b8297d9fcd3e
0x8ee55ec6aa265fc3dabd357a74a039a166f47ad8b64e398082f345f1dad0fb2a
0xe94773c82b991d2c191c8edda6a9e7951eb9ad7d0303806a4f84ea23e784c1bd
0x14a23219c45f4a57fcfc6c50cdd1df7ebdae55828033d483c5c74a3285fda6df
0xed8a909b2339a1ff6323efd5b5c36010d762d36fb28ccdda87f15311327dee73
0xd9cf8e799712bdaab025345c50bccfa904c39afd2b5b55f093736e644d72e2f0
0x32f322e7070438307584916a02d2f83f4e0a748880353da9e2a7cb45957431bd

Functions
Getter at block 21172755
baseURI(view returns (string)
ipfs://QmUysxpuHkduCvgzoyNmPUeh9iSCAoNsY7uCi7BJ7yEzBi/
maxPerWallet(view returns (uint256)
3
maxSupply(view returns (uint256)
500
mintPrice(view returns (uint256)
3000000000000000
name(view returns (string)
Shibuya Zasshi
owner(view returns (address)
0x0bc46ec5e7dbadeb00d5e42417ff019df1c4e8b5
paused(view returns (bool)
false
symbol(view returns (string)
SZ
totalSupply(view returns (uint256)
500
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
mint(uint256 amountpayable 
ownerMint(address receiveruint256 amount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setPrice(uint256 _newPrice
setValue(uint256 newValue
startSale(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string initBaseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(