THE CAPTAINZ

Verified contract

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

No balances found for "THE CAPTAINZ"

0x6e87d7b4fa9f0528b40e36d1894a9913530de5340aa2ce4be291592063f36f7e
0x6148edfc0129699daad1f729dcac0d3026073d11790664583545846b643bb9a4
0xe3cbea72f437813d2bc2ef8d80b1342ec279d50531a258fedee2480131b160d6
0x77654995579b253dfeb1435fca12767e62ec9141c26c2eb56a634b61aa92d82c
0x3d600940b95c78532cb025268d29dc830e4c07d5dfb29cf60725fba9dbe74ac8
0x559f6b030a47d3475ab8bfc49f7876a1350c268e2781f78247edab63629096dc
0xd72dcfecd062b50b63088895a6e30a5b3d52607e04b7b2026061e06c45a114f6
0xd68fb829dfa203b27caadbd683429495b78eb2f43fa2fc7669d585f7b61f0e79
0xb7b3d907c09211d6be9b1c5c3112243e0af56e5a58111844d63d8e03b21b867a
0x8a955931066e3bdcd6578f27d66c05c3318193cb2c152939565e82f5e8d9ba91

Functions
Getter at block 21230413
MAX_PER_WALLET(view returns (uint256)
12
contractURI(pure returns (string)
maxSupply(view returns (uint256)
9999
name(view returns (string)
THE CAPTAINZ
owner(view returns (address)
0x36c65918e4b5f86c313bed68d1334b7325ca213e
symbol(view returns (string)
TCT
totalSupply(view returns (uint256)
5900
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedCount(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256 tokenId)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
devMint(address touint256 count
mint(payable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setBaseUri(string url
setMaxSupply(uint256 newMaxSupply
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
UnableDetermineTokenOwner(
UnableGetTokenOwnerByIndex(