MotherFuckerNFTees
Verified contract
Active on
Ethereum with 8,871 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MotherFuckerNFTees"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21056568 | 16 days ago | | | 0 | 0.00018932934 | |
| 20992083 | 25 days ago | | | 0 | 0.0010261076 | |
| 19764925 | 6 months ago | | | 0 | 0.00017322459 | |
| 19707663 | 7 months ago | | | 0 | 0.00015075344 | |
| 19459377 | 8 months ago | | | 0 | 0.00049103127 | |
| 18858291 | a year ago | | | 0 | 0.00095613105 | |
| 18807939 | a year ago | | | 0 | 0.0014766549 | |
| 18465064 | a year ago | | | 0 | 0.0026497699 | |
| 18330019 | a year ago | | | 0 | 0.00018664671 | |
| 18297801 | a year ago | | | 0 | 0.00013882422 |
ABI
ABI objects
Getter at block 21168803
IS_SALE_ACTIVE() view returns (bool)
true
MAX_FREE_PER_WALLET() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
5000
MAX_TX_PER_WALLET() view returns (uint256)
5
ROYALTY_PERCENTAGE() view returns (uint96)
600
SALE_PRICE() view returns (uint256)
3000000000000000
name() view returns (string)
MotherFuckerNFTees
owner() view returns (address)
0x7f0e2895498c3e307e25423b3f7576718985f644
symbol() view returns (string)
MFN
totalSupply() view returns (uint256)
5000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNumberMinted(address addr) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 quantity) payable
privateMint(address buyerAddress, uint256 quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newURI)
setIsSaleActive(bool isActive)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()