FarcasterDegenCollection
Verified contract
Active on
Base with 2,084 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22803502 | 3 days ago | | | 0 | 4.5906232e-7 | |
| 22803459 | 3 days ago | | | 0 | 4.3055722e-7 | |
| 22803443 | 3 days ago | | | 0 | 4.6343101e-7 | |
| 22803423 | 3 days ago | | | 0 | 4.2936409e-7 | |
| 22744123 | 4 days ago | | | 0 | 0.0000029994065 | |
| 22329475 | 14 days ago | | | 0 | 2.1496001e-7 | |
| 22071919 | 20 days ago | | | 0 | 2.3763040e-7 | |
| 21967799 | 22 days ago | | | 0 | 0.000000103631532800 | |
| 21933650 | 23 days ago | | | 0 | 1.3911440e-7 | |
| 21933647 | 23 days ago | | | 0 | 1.3093920e-7 |
ABI
ABI objects
Getter at block 22929037
maxSupply() view returns (uint256)
10000
name() view returns (string)
Farcaster Degen Collection
owner() view returns (address)
0x4c42eeb606c63be9f5a3636bc8ea7c3b4a6fda46
symbol() view returns (string)
FDC
totalSupply() view returns (uint256)
5000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMintCallerAuthorized(address caller) 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 approve(address to, uint256 tokenId)
batchMint(address[] to)
mint(address to)
removeAuthorizedMintCaller(address caller)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setAuthorizedMintCaller(address caller)
setBaseURI(string _uri)
setTokenURI(uint256 tokenId, string _tokenURI)
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)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
LOG_ADD_MINT_CALLER(address indexed caller)
LOG_MINT(address indexed to, uint256 tokenId)
LOG_REMOVE_MINT_CALLER(address indexed caller)
MetadataUpdate(uint256 _tokenId)
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.
This contract contains no error objects.