Men of Crypto
Verified contract
Active on
Ethereum with 2,263 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 "Men of Crypto"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21182377 | 5 days ago | | | 0 | 0.0012008398 | |
| 21154877 | 9 days ago | | | 0 | 0.00041785898 | |
| 20407592 | 4 months ago | | | 0 | 0.000058938166 | |
| 20403231 | 4 months ago | | | 0 | 0.00011022194 | |
| 20164355 | 5 months ago | | | 0 | 0.00017901351 | |
| 20045035 | 5 months ago | | | 0 | 0.00036956523 | |
| 19808266 | 6 months ago | | | 0 | 0.00022905509 | |
| 19797562 | 6 months ago | | | 0 | 0.00031529884 | |
| 18893635 | a year ago | | | 0 | 0.0012557790 | |
| 18882077 | a year ago | | | 0 | 0.0012218301 |
ABI
ABI objects
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 owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct ERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isClaimed(uint256) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
ownerOfWoc(uint256 tokenID) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256[] tokenIDs)
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_)
toggleIsMintActive()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(address woc)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()