Infectables

Verified contract

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

No balances found for "Infectables"

0xc37a8172211cfbef172af0534fb5db0620a775b595065fdfe52eb14580f37599
0x0e5e7cc02aee547ffa8b207d75f7f43a0c31a9d0468700fea3b5a7f23a0f3452
0xf4ba982ee68cca5f4d2a902515889be7fa848ca72bbe250cc99ada9b898dedfe
0xb0b55db73a68f43dae9bd84cc677999cd3aed50564f49da533ff9b505080fd1c
0xcc42effb198e96f9d08116aa3da1c84c61eeee77595e5457d042187cce9b85ac
0xc812b57515c224d335cb98cd17fda4de91639b3e82f3314b4fadcf20dbf79ffc
0x7853cad34250b76a93ea2c6398493e29972dd4617507edcbadac14a297ebca0e
0x04790a22a5296badaa6234a8b69051dd7e29e9bcf7fb8f35dc78fb52a2d15d63
0xad823e0e88d04cc20c99acc822f41edd562f53ae0667b40431951497e17e3ec9
0x4d2c13c73eeaf68d0b8a827ae849134778b44c9fbf62809f4cefb2109a346c41

Functions
Getter at block 20854208
FREE_SUPPLY(view returns (uint256)
3800
FreeMintRootMap(view returns (bytes32)
0xeaac1260e4b7ac099b6e7e3e3a56113595768b55c1ebc991566426ca6e9fc4b4
MAX_SUPPLY(view returns (uint256)
5000
PUBLIC_SUPPLY(view returns (uint256)
1000
TEAM_SUPPLY(view returns (uint256)
200
mint_status(view returns (uint256)
2
name(view returns (string)
Infectables
owner(view returns (address)
0x3311a6ee682289910ba99bc52353902abcf9b29e
public_price(view returns (uint256)
0
symbol(view returns (string)
Infectables
totalSupply(view returns (uint256)
5000
Read-only
NbMinted(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
canMint(bool isWLview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getPrice(bool isWLuint256 amountaddress addrview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
isList(bytes32 merkleRootbytes32[] _merkleProofview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
giveaway(address[] _touint256 amount
mint(bytes32[] _merkleProofuint256 amountpayable 
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _uri
setFreeMintRoot(uint256 _root
setMintFreeSupply(uint256 _free_supply
setMintMaxSupply(uint256 _max_supply
setMintPublicPrice(uint256 _price
setMintStatus(uint256 _status
transferFrom(address fromaddress touint256 tokenId
withdraw(
withdraw(address[] _touint256 amount
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbol
Fallback and receive

This contract contains no fallback and receive objects.

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