Men of Crypto

Verified contract

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

No balances found for "Men of Crypto"

0x9b8c9cb1b44cc16b4d85bf6997478768dfccc9ecf4b0925126eb868e0befbfd1
0xce2a48923fad2e85cf82b68393c2e974aa6751408935b7d9413e03e963458a26
0x3a6d5340f5f81757899681e8be7434d5555cc9730f7f1464cc88d1b4c9861f8a
0x0258b9e14afd247fa170ff58d27299459fcdb9d0122311450b5eaba86df722e8
0x592e85bbe0d60b5008ffe751bf8f3eb85e0c92994fe447cc6005eb50edf6c22d
0x9fd2568023075d97136866e41924e98f20a3ba408fbe27641ef64ddfa51d34db
0x23b9774e4dd8c9058400bc94fb5da3aecf062413cd17c9a47008d94627c368f4
0xafadf7bf38361720ac54515976c65fcb6a8b13740535a88fd4a3bb81d49d3f0d
0x8c14d66e21a738e4427750d434d5a2895828804301794de46719e9eeec6edabd
0x05d4a13507c07efe0ba840da82942e72adb2b67f4aa740eacb9c849a9cbd53d8

Functions
Getter at block 21219071
WOC_CONTRACT(view returns (address)
0x5ff0a71977584d9cbe5d5f56e9843cd672672ddd
isMintActive(view returns (bool)
false
name(view returns (string)
Men of Crypto
owner(view returns (address)
0x0481bda350270b9cb0ccafd5c4ffe043b431f2ca
symbol(view returns (string)
MOC
totalSupply(view returns (uint256)
3762
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct ERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct ERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isClaimed(uint256view returns (bool)
ownerOf(uint256 tokenIdview returns (address)
ownerOfWoc(uint256 tokenIDview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenId
mint(uint256[] tokenIDs
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
toggleIsMintActive(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
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(address woc
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(