Mystery of Chessboxing

Verified contract

Active on Ethereum with 1,798 txns
Deployed by via 0x1c7e1dde at 16096434
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Mystery of Chessboxing"

0xc6d39c0002b91229e887a9af73193e5861c8529fe9984758c9f29ba63faa38dd
0xac74949c84bb849c66df84e6d4866b419e5aa7d3461ceaa481639bfc10d1bc49
0x6cee5e1a763e2324a567fd5a65365fc9dbc55356e626a824f808629fd45c0a92
0xf11ac5675e3ed77972129406e919009fae366f55e7604d15e4904c6775213534
0xb3f6d78a05360d352765d2bf2d364120cd35b0f4cc891d1363434c3a00928a91
0x03c0fdb23c2dec687cf359e8487d1a3425718c14fd0fa5c00de7a9aa6d2dedb1
0xfbc308a3ff1a2b17b3a260d296490c2d753ee13f58d82e49128da6602bd72e8c
0x9be971288e2c8e7c9d5c600fccce5c7da97c70922b27f90e99fc9c5ba9411e73
0xc55d00a8ec38325e0ce279aed7574ef16b0728110781fa063482454e53835c60
0x2487b523d5deb28a2eb8fa5b70260807652124edc509aad3ca362803659eb2c0

Functions
Getter at block 21201713
maxMintAmountPerPresaleAccount(view returns (uint64)
2
maxMintAmountPerPublicAccount(view returns (uint64)
5
maxSupply(view returns (uint64)
777
name(view returns (string)
Mystery of Chessboxing
owner(view returns (address)
0x8a705fb980e83e1b3333225cf42c6621cf775051
presaleActive(view returns (bool)
true
presaleCost(view returns (uint256)
9000000000000000
presaleMaxSupply(view returns (uint64)
333
presaleTotalSupply(view returns (uint64)
333
publicMaxSupply(view returns (uint64)
777
publicSaleActive(view returns (bool)
true
publicSaleCost(view returns (uint256)
10000000000000000
publicTotalSupply(view returns (uint64)
443
symbol(view returns (string)
MCHESS
totalMinted(view returns (uint256)
777
totalSupply(view returns (uint256)
777
Read-only
balanceOf(address ownerview returns (uint256)
exists(uint256 _tokenIdview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getPresaleAmountMintedPerAccount(address _ownerview returns (uint64)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address _ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
ownerMint(uint256 _mintAmountaddress _receiver
presaleMint(uint64 _mintAmountpayable 
publicMint(uint64 _mintAmountpayable 
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string _URI
setPresaleActive(bool _state
setPublicActive(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(