Mystery of Chessboxing
Verified contract
Active on
Ethereum with 1,798 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 "Mystery of Chessboxing"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20414714 | 4 months ago | | | 0 | 0.00012922776 | |
| 20144152 | 5 months ago | | | 0 | 0.000064608694 | |
| 20042742 | 5 months ago | | | 0 | 0.00066247055 | |
| 19772017 | 7 months ago | | | 0 | 0.00031557359 | |
| 19080306 | 10 months ago | | | 0 | 0.00050579517 | |
| 18881521 | a year ago | | | 0 | 0.00056406492 | |
| 18881488 | a year ago | | | 0 | 0.00055713070 | |
| 18707165 | a year ago | | | 0 | 0.0019559872 | |
| 18658271 | a year ago | | | 0 | 0.00061636523 | |
| 18576552 | a year ago | | | 0 | 0.0010801549 |
ABI
ABI objects
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 owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getPresaleAmountMintedPerAccount(address _owner) view returns (uint64)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address _owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
ownerMint(uint256 _mintAmount, address _receiver)
presaleMint(uint64 _mintAmount) payable
publicMint(uint64 _mintAmount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _URI)
setPresaleActive(bool _state)
setPublicActive(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()