BitcoinCats404

Verified contract

Active on Ethereum with 992 txns
Deployed by via 0x6e79c622 at 19209410
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "BitcoinCats404"

0xdc86d1cd74f9947920c6328b36bab9aa26a3732bbaa6b2466903f8fd4ecfc400
0xca6f9155dfb3ef3d5e8c70ea727d8ed5e0ad2240ab677c3517626e76f51e4195
0xdf77622825fef6ae84f6f6c0f089a1939358076c5909475b995f397ca543cbf9
0x3576fa058642992a024c3cd6adf882dc3b60eb3f57bcf0b6654f867ecfa29375
From
0x53494e61ee36625a8dd9f9d780dbd0f17152fcf178eebd8c9df5ddd71a34c2be
0x11c219ae8fc65a8030bc5e00410917a8685bd8e84677d4469dcb90220d69ec21
0xc22a5ba92a95cbaaef884ed12f5289d86c737408d715376d97af2f9f8313d526
0x4eaba85dd694b3c756e5a7ff8a81e1372fd386d4132f8cb60439676c8029b2ec
0x7fd9505771c9b97ba2af22969df820e1b9271049b6d720874cb7204922b9ed6f
0x9d3c4618b3694c8295ee2018195bc17e175578d14b535e430604304df3941a7f

Functions
Getter at block 20964358
MAX_SUPPLY(view returns (uint256)
10000000000000000000000
decimals(view returns (uint8)
18
minted(view returns (uint256)
3272
name(view returns (string)
BitcoinCats404
owner(view returns (address)
0x9d37d9592ef3b1c57c3958f00e917034e4615ec4
paused(view returns (bool)
false
symbol(view returns (string)
404Cats
totalSupply(view returns (uint256)
1650000000000000000000
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
tokenURI(uint256 tokenIdview returns (string)
whitelist(addressview returns (bool)
whitelistTransfer(addressview returns (bool)
State-modifying
approve(address spenderuint256 amountOrIdreturns (bool)
mint(address touint256 amount
pause(
revokeOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setBaseUri(string newUri
setNameSymbol(string _namestring _symbol
setSelfWhitelist(bool state
setWhitelist(address targetbool state
setWhitelistTransfer(address accountbool isAdd
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address _owner
unpause(
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20Transfer(address indexed fromaddress indexed touint256 amount
ERC721Approval(address indexed owneraddress indexed spenderuint256 indexed id
OwnershipTransferred(address indexed useraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed id
Unpaused(address account
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
InvalidOwner(
InvalidRecipient(
InvalidSender(
NotFound(
Unauthorized(
UnsafeRecipient(