XCOPY Mooncatz
Verified contract
Active on
Ethereum with 1,734 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($63.99)
Native
Value
$63.99
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.02 | $3,199.39 |
$63.99 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20732926 | 2 months ago | | | 0 | 0.00015676173 | |
| 20453427 | 3 months ago | | | 0 | 0.000035625000 | |
| 20278579 | 4 months ago | | | 0 | 0.00025240500 | |
| 19664397 | 7 months ago | | | 0 | 0.00023512500 | |
| 19658173 | 7 months ago | | | 0 | 0.00038217080 | |
| 19506895 | 8 months ago | | | 0.008 | 0.0015707875 | |
| 19506861 | 8 months ago | | | 0.004 | 0.0016693560 | |
| 19506806 | 8 months ago | | | 0.002 | 0.0016095367 | |
| 19438771 | 8 months ago | | | 0 | 0.0010936911 | |
| 19438325 | 8 months ago | | | 0 | 0.0011763572 |
ABI
ABI objects
Getter at block 21161693
FREE_MAX_SUPPLY() view returns (uint256)
4812
MAX_PER_TX() view returns (uint256)
10
MAX_PER_TX_FREE() view returns (uint256)
4
MAX_SUPPLY() view returns (uint256)
5555
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmVDdh1aDJ5jyDtHqGovWuXmw41hciojsW6TYRpo47gftJ/
contractURI() view returns (string)
ipfs://QmekMBQ3A8iaVHC2oqgwdCMU9JHTmswetxxX6s5VrYeAra
name() view returns (string)
XCOPY Mooncatz
owner() view returns (address)
0x00000646bbb2214c978b2b466969dbf9a8b9914a
paused() view returns (bool)
false
price() view returns (uint256)
2000000000000000
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() view returns (string)
XMCZ
totalSupply() view returns (uint256)
4823
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)
collect()
configFREE_MAX_SUPPLY(uint256 newFreesupply)
configMAX_SUPPLY(uint256 newSupply)
configPrice(uint256 newPrice)
mint(uint256 _amount) payable
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setContractURI(string _contractURI)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()