Forever Fomo Duck Squad
Verified contract
Active on
Ethereum with 20,555 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 |
---|---|---|---|---|---|
FFDS | ERC-721 | 1 | -- | -- | |
FFDS | ERC-721 | 1 | -- | -- | |
FFDS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21250613 | 4 days ago | | | 0 | 0.00067442416 | |
| 21249895 | 4 days ago | | | 0 | 0.00050043960 | |
| 21240816 | 5 days ago | | | 0 | 0.00053101101 | |
| 21235301 | 6 days ago | | | 0 | 0.0010032772 | |
| 21235144 | 6 days ago | | | 0 | 0.00085329642 | |
| 21225235 | 7 days ago | | | 0 | 0.00052935520 | |
| 21218155 | 8 days ago | | | 0 | 0.00033048011 | |
| 21213387 | 9 days ago | | | 0 | 0.00049480252 | |
| 21181558 | 13 days ago | | | 0 | 0.0023092309 | |
| 21177983 | 14 days ago | | | 0 | 0.00092577637 |
ABI
ABI objects
Getter at block 21276182
getManager() view returns (address)
0xac8973fcee131766cb0a077f730b28defbaf2e79
name() view returns (string)
Forever Fomo Duck Squad
owner() view returns (address)
0xac8973fcee131766cb0a077f730b28defbaf2e79
symbol() view returns (string)
FFDS
totalSupply() view returns (uint256)
7762
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) 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)
mintToken(address to_, uint256 tokenId_)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri_)
setManager(address addr_)
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)
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.