Toshi Chess

Unverified contract

Proxy

Active on Base with 43,852 txns
Deployed by via 0x15faf823 at 18621208
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 12 additional slots

No balances found for "Toshi Chess"

0xf57f0106ddb67c7f9625fb03bf7f9b36701fc03af79582871f16f9d8256c035f
0x383041213852b56d4cd5a88771ac493f72e49c1a42ad5163f406251d67bb4715
0xb044d1f7b0b5088ea9af369b4976506504de2b63ee72b6cc0d5ef867a1465904
0xbfdb6c08a4ac4a261d3459c1e20d7d06f1231164c49f28ddaba7a35caa125b81
0x0bf23c0d41f54df593fe3ddb377b17209695a0d8793c632e03b7914cc6aaa126
0x507cc0cb71ba847a454adec836d9dbe9802a7cb4be7a0b396019920e8d5c75ce
0x3bc2a3c4ebdb01e2365067cda6aae70a61992017e9ac3b85fda7dac127f8dd89
0x5c0db814a81f0c2603e66acce6db1e26d0000c7a9e6676d406dd90f3036911c5
0x66c92f1cbca0c9421b8da40b0fb0e4d0bdb48a62ed75d5ceeea4716c4ba552ca
0xe5c579d8c8b979aa411684a84024b3dd7711373601b72b21e0f7b0b5fd145001

Functions
Getter at block 22901036
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
43220
 
getMetadata(view returns (struct CollectionCreationRequest)
 
metadata(view returns (address creatorstring namestring descriptionstring symbolstring imagestring animation_urlstring mintTypeuint128 maxSupplyuint128 maxPerWalletuint256 costuint256 startTimeuint256 endTimeuint256 nonce)
mintingContract(view returns (address)
0x560aa3207ae4b516a5489e04f2fa2e2808cea896
name(view returns (string)
Toshi Chess
owner(view returns (address)
0x8520d3fdafdfdb7a68f7a7110a0ecfb321e52b1a
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
TC
totalSupply(view returns (uint256)
43219
Read-only
balanceOf(address ownerview returns (uint256)
cost(uint256 quantityview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
acceptOwnership(
approve(address spenderuint256 id
initialize(struct CollectionCreationRequest requestaddress mintingContract_
mint(address touint256 quantitypayable 
mintWithComment(address touint256 quantitystring commentpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setMetadata(struct CollectionCreationRequest metadata_
transferFrom(address fromaddress touint256 id
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint64 version
MintConfigChanged(
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TokenForgeMint(address indexed touint256 quantity
TokenForgeMintComment(address indexed touint256 quantitystring comment
Transfer(address indexed fromaddress indexed touint256 indexed id
Withdrawn(address indexed owneruint256 amount
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
FailedToSendEth(
IncorrectETHAmount(uint256 sentuint256 expected
InvalidCollectionRequest(string message
InvalidContractAddress(
InvalidInitialization(
InvalidMintQuantity(
MintingClosed(
MintingNotStarted(
NotInitializing(
OutOfSupply(
OverClaimLimit(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
TokenDoesNotExist(uint256 tokenId