EyeMan

Verified contract

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

No balances found for "EyeMan"

0x89d6cb7ba676c78cf5d33fe93d21db2ff921c48bcd6550e1aadef12d8b245a15
From
0x5ec1aa50d61028f51974e771874323e361ce4d76fc6b7015b510fd62b425a115
0xc10fb5346a4d9cef1abb501be2f116d9d86c9b9412709019a64a850cc39a6cf3
0x4031b0ae3af7452a7b9585d3bbec9e94c790eb86bd92998efc3c835fee55307e
From
0x44f9c7b8531a9846c363e209e6afdb5b5fed999f40b0be5c8498d5b6f37366e6
0x70271d405838841fa258aa9efbd3a3531404fb5b0aef0ec5878926db5f683c9c
0x50fcdc158465e0b8ac6d0304d49f906d378dab0aac1af62bea74763ae5496421
0xc2feca06b047de5af21d824f22a7683bcceef537014cdf098bc0570db68841f5
0xce2aa95dec7a46bfff2adff58b3219f45f2bff5018c7f2cf0ff5f619619d1133
0x656b67fd3629187ec0665663a0056b5c6df66d9600f9cd81da3d4b062a29b6f0

Functions
Getter at block 21041429
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
maxPerTx(view returns (uint256)
5
maxSupply(view returns (uint256)
999
name(view returns (string)
EyeMan
price(view returns (uint256)
2000000000000000
symbol(view returns (string)
EMAN
totalSupply(view returns (uint256)
999
Read-only
balanceOf(address ownerview returns (uint256)
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)
State-modifying
airdrop(uint16 _mintAmountaddress _receiver
approve(address operatoruint256 tokenIdpayable 
mint(uint256 amountpayable 
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setUri(string _uri
transferFrom(address fromaddress touint256 tokenIdpayable 
withdraw(
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
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(