Fluffy PunkCats
Verified contract
Active on
Ethereum with 85 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xdb38…4aa9
Balances ($0.00)
No balances found for "Fluffy PunkCats"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19105923 | 10 months ago | | | 0 | 0.00060492672 | |
| 17535437 | a year ago | | | 0 | 0.00069385437 | |
| 17329834 | 2 years ago | | | 0 | 0.0034759295 | |
| 16750540 | 2 years ago | | | 0 | 0.00071101391 | |
| 15899918 | 2 years ago | | | 0 | 0.00030714957 | |
| 15899658 | 2 years ago | | | 0 | 0.00031018009 | |
| 15809228 | 2 years ago | | | 0 | 0.00060403292 | |
| 15741369 | 2 years ago | | | 0 | 0.0010331576 | |
| 15731290 | 2 years ago | | | 0.03 | 0.0064059628 | |
| 15727042 | 2 years ago | | | 0 | 0.0014206489 |
ABI
ABI objects
Getter at block 21265058
beneficiary() view returns (address)
0xdb3848c14bc8dc83c1184a74c579cc547e454aa9
contractURI() view returns (string)
https://punkcats.io/contracturi.json
isOwner() view returns (bool)
false
name() view returns (string)
Fluffy PunkCats
owner() view returns (address)
0x5dd379a975f650845ad9b42d80fa7402a82c317e
symbol() view returns (string)
FPC
tokenURIPrefix() view returns (string)
http://ipfs.io/ipfs/
totalSupply() view returns (uint256)
472
Read-only
balanceOf(address owner) view returns (uint256)
fees(uint256, uint256) view returns (address recipient, uint256 value)
getApproved(uint256 tokenId) view returns (address)
getFeeBps(uint256 id) view returns (uint256[])
getFeeRecipients(uint256 id) view returns (address[])
isApprovedForAll(address owner, address operator) view returns (bool)
isMinter(address account) view returns (bool)
isSigner(address account) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addMinter(address account)
addSigner(address account)
approve(address to, uint256 tokenId)
mint(uint256[] tokenId, uint8 v, bytes32 r, bytes32 s, struct ERC721BaseFee[][] _fees, string[] tokenURI) payable
mintBatch(struct SingleCollectionMintingBatch[] mintingBatch)
removeMinter(address account)
removeSigner(address account)
renounceMinter()
renounceOwnership()
renounceSigner()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setContractURI(string contractURI)
setTokenURIPrefix(string tokenURIPrefix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CreateERC721_v4(address indexed creator, string name, string symbol)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SecondarySaleFees(uint256 tokenId, address[] recipients, uint256[] bps)
SignerAdded(address indexed account)
SignerRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string contractURI, string tokenURIPrefix, address signer, address _beneficiary)
This contract contains no fallback and receive objects.
This contract contains no error objects.