Fortune Friends Club
Verified contract
Active on
Ethereum with 20,958 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 "Fortune Friends Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21160602 | 5 hours ago | | | 0 | 0.00073178997 | |
| 21145847 | 2 days ago | | | 0 | 0.00043612311 | |
| 21106321 | 8 days ago | | | 0 | 0.000089085700 | |
| 21055767 | 15 days ago | | | 0 | 0.00018319721 | |
| 21055161 | 15 days ago | | | 0 | 0.000096722200 | |
| 21055160 | 15 days ago | | | 0 | 0.00016875977 | |
| 21049770 | 16 days ago | | | 0 | 0.00040003321 | |
| 21042249 | 17 days ago | | | 0 | 0.00015781791 | |
| 21025942 | 19 days ago | | | 0 | 0.00032727353 | |
| 21004453 | 22 days ago | | | 0 | 0.00028041064 |
ABI
ABI objects
Getter at block 21162155
affectedMerkleRoot() view returns (bytes32)
0x0dffee322910c1ee02c2edd8b34f1fa25d9c8aecd6fe6643546db7ce3e942d5c
affectedTime() view returns (uint256)
1644402480
devAmount() view returns (uint16)
100
name() view returns (string)
Fortune Friends Club
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x75aca769c4a4479174b0679b1d95aa4d97662a23
presaleAmount() view returns (uint16)
8645
presaleMerkleRoot() view returns (bytes32)
0x87d85c26bb8328556a972ecfb3df1a6f5586ac74e0a64b71864e19fe9f53a945
presaleTime() view returns (uint256)
1644195600
price() view returns (uint256)
55000000000000000
publicRaffleMerkleRoot() view returns (bytes32)
0x89d0521d1d32469bb0ff4aea29f12a1fcd20c43f4f7cfda5e934c081aca7f28a
publicRaffleTime() view returns (uint256)
1644402600
supply() view returns (uint16)
8888
symbol() view returns (string)
FFC
totalSupply() view returns (uint256)
8888
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
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 affectedMint(bytes32[] merkleProof, uint16 numToMint, uint16 mintCap) payable
approve(address to, uint256 tokenId)
devMint(address to, uint16 numToMint) payable
presaleMint(bytes32[] merkleProof, uint16 numToMint, uint16 mintCap) payable
publicRaffleMint(bytes32[] merkleProof, uint16 numToMint) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAffectedMerkleRoot(bytes32 newMerkleRoot)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMintTime(uint256 _presaleTime, uint256 _affectedTime, uint256 _publicRaffleTime)
setOwnersExplicit(uint256 quantity)
setPresaleMerkleRoot(bytes32 newMerkleRoot)
setPublicRaffleMerkleRoot(bytes32 newMerkleRoot)
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)
Created(address indexed to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(bytes32 _presaleMerkleRoot, bytes32 _affectedMerkleRoot, uint256 _presaleTime, uint256 _affectedTime, uint256 _publicRaffleTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.