Fuzzy Felons
Verified contract
Active on
Ethereum with 9,668 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 "Fuzzy Felons"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21224001 | 8 days ago | | | 0 | 0.00085367576 | |
| 21220646 | 9 days ago | | | 0 | 0.00060315479 | |
| 20939772 | 2 months ago | | | 0 | 0.00039848324 | |
| 20685162 | 3 months ago | | | 0 | 0.00013586056 | |
| 20615799 | 3 months ago | | | 0 | 0.000073037021 | |
| 20278148 | 5 months ago | | | 0 | 0.00044133052 | |
| 20255616 | 5 months ago | | | 0 | 0.000068453095 | |
| 20205536 | 5 months ago | | | 0 | 0.00023411536 | |
| 20205472 | 5 months ago | | | 0 | 0.00017969964 | |
| 20203541 | 5 months ago | | | 0 | 0.00013327947 |
ABI
ABI objects
Getter at block 21283574
MAX_OWNER_MINT() view returns (uint8)
50
MAX_PUBLIC_MINT() view returns (uint8)
2
MAX_SUPPLY() view returns (uint256)
3333
MAX_WL_MINT() view returns (uint8)
4
MINT_PRICE() view returns (uint256)
100000000000000000
PROVENANCE() view returns (string)
0xbc5137cb88b14ce4250cd10d04f677333dd1f02f8f590b0f1f6e0c6e63727f93
defaultURI() view returns (string)
ipfs://QmRaKoS4zGQs4tjjkJMWf8DUMDzPwbveABefLrMQxijQsJ
isMintingActive() view returns (bool)
false
isWhitelistActive() view returns (bool)
false
isWhitelistSingle() view returns (bool)
false
metadataBaseURI() view returns (string)
ipfs://QmNhYzsWWNktt66rxBojKVvgA9qFD86h4JFMENDag5xKdM/
name() view returns (string)
Fuzzy Felons
owner() view returns (address)
0xeb6b5b05f4e297e4db394ed218d42d84a920eb73
ownerMintedCount() view returns (uint8)
50
paused() view returns (bool)
false
phase() view returns (uint8)
4
symbol() view returns (string)
FELON
totalSupply() view returns (uint256)
3333
whitelistRoot() view returns (bytes32)
0xd72b8dfb4fff05c95e980d716f053270d09658075cddf4ee0744073c3e7a0708
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isInWhitelist(address addr, bytes32[] merkleProof) view returns (bool)
mintCount(address) view returns (uint8)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint8 mintNum, bytes32[] merkleProof) payable
ownerMint(uint8 mintNum, address to)
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPhase(uint8 _phase)
setProvenance(string provenance)
setWhitelistRoot(bytes32 root)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw(address to)
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(uint256 maxSupply, string provenance, string _defaultURI, address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.