dMfersNFT

Verified contract

Proxy

Active on Ethereum with 1,573 txns
Deployed by via 0x79f4fe5b at 15664039
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 41 additional slots
-
variable spans 48 additional slots
3 additional variables
Native
Value $2.93
0x47c20adde6b2ad3dd92129e2649cc6803c74d64a14624ef909e5e3d6dd35b32c
0x5102264a4d843db22f169cca854c3d8ce2cf44061e85d9a45911d904525a5b32
0xaa0b4178142bf6d5632b3d39309f9636e03284b0cbd71463c85fe5c5f9a44049
0x434672f4186e3c11abc8f7137e5d0064cb53f746947c917316aae47e90ea4f2a
0x0fda3aa5b3440c108719a9d8a91d7deacb4882b0b777eb0dcfd433654e425231
0x05bab2f84636fb47d881f5e83eeeb934925862ed5116fe29b1b1b188cdae9204
0x977766b71da1025740da380a99d96854ced20df375dcf4e9901c0c8b6bce6e34
0xdb5e63592d73504d7188cdde3746c4818c8c0ac0689c2e3f5da3c34c485f4a11
0x2225bde9e2cb637364d4edddf63b187c4056e85d5b81aa11059d950397a09951
0x27916e619168463570f547fade20e39beec8fec1a53560d9194974b7effa5ea8

Functions
Getter at block 21390874
IS_PUBLIC_MINTING_OPEN(view returns (bool)
false
MAX_MINTS_PER_WALLET(view returns (uint256)
0
MINT_FEE(view returns (uint256)
0
ammountWithdrawn(view returns (uint256)
278384600000000000
 
contractURI(view returns (string)
lockBaseUri(view returns (bool)
false
name(view returns (string)
dMfersNFT
owner(view returns (address)
0x256989f3f4dad58d34abd7ac0bd4af2b22aad5bc
placeholderImage(view returns (string)
remaining(view returns (uint256)
0
reserve(view returns (uint256)
0
royaltyBasis(view returns (uint256)
500
symbol(view returns (string)
dMfNFT
totalSupply(view returns (uint256)
999
version(pure returns (string)
2.0.0
Read-only
accountMintCount(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getMintsUsed(address accountview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
isTokenAvailable(uint256 tokenIDview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address touint256 quantity
airdrop(address[] to
approve(address touint256 tokenId
changeBaseUri(string baseURI_
changeMintFee(uint256 mintFee_
changeMintLimit(uint256 mintLimit_
changePlaceholderImage(string placeholderImage_
initialize(string name_string symbol_string baseURI_address ownerAddress_uint256 mintFee_uint256 size_address whiteListSignerAddress_uint256 mintLimit_uint256 royaltyBasis_string placeholderImage_
mint(uint256 quantitypayable 
mintWithSignature(bool isFreeaddress touint256 customFeeuint256 limituint256 quantitybytes signaturepayable 
permanentlyLockBaseUri(
renounceOwnership(
reveal(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
togglePublicMinting(
transferBalance(address touint256 ammount
transferERC20Balance(address erc20ContractAddressaddress touint256 ammount
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateReserveAmmount(uint256 ammount
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

This contract contains no constructor objects.

Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(