BITMEN

Verified contract

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

No balances found for "BITMEN"

0x109b57ca5cf1a23d03471b4c32d47f458077f01c4b7fbcb436d5ff8d59771809
0xe7bac3cca4c278c3d3e2dc2947e4d8ae975cdd3863607083e1c11c49c1402e5e
0x67bd341d958920e9d49a0687f735be50d39374611950e485f5ddf822108569cf
0xc8dcdb43c7449836d6d8a7b8caef8bc15f3a06741e924f9afdbf29b184c2ce08
0x4da19224e73dfc73afe444b6509d128844892f7ddae181f30bb78fea977c0257
0x4735f321e3d16e7ba7e01a501103c7ce39dbf8de36b299d4b396789993e4d7bd
0x5a22a0318e0cc83d7159e2db0d1ddf471ea2ed1b82c9dfc11a36f630567d59f3
0x404ee84a73a8d3da068e31dd7fe89af8a65a0ac66417c73d3703ab5d6265799a
0x8bd26865c58999e696c44eadb78baddcb333c9e13a2bc97f5af9b744699f0611
0x40eed371844c7db3a3133874ede346c7ba014d737feb63a562b8604976fddc64

Functions
Getter at block 21437249
MAX_SUPPLY(view returns (uint256)
501
name(view returns (string)
BITMEN
owner(view returns (address)
0x11a2715e16b6024ed92587b030948d5aa45af3a2
symbol(view returns (string)
BITMEN
teamMintedAmount(view returns (uint256)
0
totalSupply(view returns (uint256)
306
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(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
burn(uint256 tokenId
mintTransfer(address toreturns (uint256)
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setEvoAddress(address newAddress
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
withdrawTokens(address token
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

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