Shibuya Zasshi
Verified contract
Active on
Ethereum with 439 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 "Shibuya Zasshi"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16883910 | 2 years ago | | | 0 | 0.0030228225 | |
| 16747474 | 2 years ago | | | 0 | 0.00082318868 | |
| 16699697 | 2 years ago | | | 0 | 0.0015433909 | |
| 16648981 | 2 years ago | | | 0 | 0.0012961751 | |
| 16586041 | 2 years ago | | | 0 | 0.0032414316 | |
| 16507645 | 2 years ago | | | 0 | 0.00069926480 | |
| 16487624 | 2 years ago | | | 0 | 0.00079202309 | |
| 16486833 | 2 years ago | | | 0 | 0.0017148569 | |
| 16486631 | 2 years ago | | | 0 | 0.0014961797 | |
| 16486340 | 2 years ago | | | 0 | 0.00062529224 |
ABI
ABI objects
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 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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint256 amount) payable
ownerMint(address receiver, uint256 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setPrice(uint256 _newPrice)
setValue(uint256 newValue)
startSale()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string initBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()