0xmfers

Verified contract

Active on Ethereum with 2,787 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "0xmfers"

0xfd984f367d3833d03cbb00c58626f0e5994b44b6cbef521418b4578869d38ffb
0x8515a72c80722dfb28b18034a1f26ae8c8c2998cbdf039408e3a4e84cfef3593
0x9471321336ff0081f8777488a99bd999c742a4bf7b5ab2260afe7bd5d8aff972
0x69fd166c8d8d460fd43c906ca6c796969b59d1b1d8d0af33e7d5d167de071c37
From
0xe197b820cab86e3930b0fa566af001fd6aa6bea453699c256a005ad32b86542f
0x00ac6820aed4814921667b564abe4a2c58bb9411f980eca8ea7212abbf8255c2
0xab5fbf509c720090a53d9dbc775fa8fb96b4670b358e709ca63600263edae8c4
0x1794aca829d6f149e0c2a49b8c00192eac4f866a2a9df0bf31f69a8eb3cb98c2
0xfc98474624d2c36c9161c1fe2fec1b2ad428dd778f1aff3111c9bfe669ef9239
0xa2c842a14828b3b1695fd62ead3eb37729aeb58ba5babc3f59bdfafcd67afe03

Functions
Getter at block 21158358
FREE_MINT_CAP_PER_WALLET_ADDRESS(view returns (uint256)
0
FREE_MINT_IS_ALLOWED_UNTIL(view returns (uint256)
4287
IS_METADATA_FROZEN(view returns (bool)
false
IS_SALE_UP_AND_RUNNING(view returns (bool)
false
MAX_MINT_QUANTITY_PER_TX(view returns (uint256)
100
MFERS_MAX_SUPPLY(view returns (uint256)
10000
MFPRICE(view returns (uint256)
10000000000000000
baseExtension(view returns (string)
.json
name(view returns (string)
0xmfers
owner(view returns (address)
0x6a9673c7af520710bb66730090cc2a04530d5c7c
symbol(view returns (string)
0xmfers
totalSupply(view returns (uint256)
5999
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
approve(address touint256 tokenId
freezeMetadata(
lowerMaxSupply(uint256 newMaxSupply
mint(uint256 _mintAmountpayable 
mintOwner(address _touint256 _mintAmount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string customBaseURI_
setFreeMintAllowance(uint256 freeMintAllowance
setFreeMintAllowedUntil(uint256 freeMintIsAllowedUntil
setMaxMintPerTx(uint256 maxMintPerTx
setPrice(uint256 customPrice
setSaleActive(bool saleIsActive
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
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(uint256 priceuint256 maxSupplystring baseUriuint256 freeMintAllowanceuint256 maxMintPerTxbool isSaleActiveuint256 freeMintIsAllowedUntil
Fallback and receive

This contract contains no fallback and receive objects.

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