Fud Frens
Verified contract
Active on
Ethereum with 1,756 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 "Fud Frens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19557462 | 8 months ago | | | 0 | 0.00041131324 | |
| 19554898 | 9 months ago | | | 0 | 0.00059708354 | |
| 19281409 | 10 months ago | | | 0 | 0.00076344636 | |
| 16589155 | 2 years ago | | | 0 | 0.00054284569 | |
| 16256345 | 2 years ago | | | 0 | 0.00053956444 | |
| 15508016 | 2 years ago | | | 0 | 0.00017471179 | |
| 15357881 | 2 years ago | | | 0 | 0.00039134500 | |
| 15330684 | 2 years ago | | | 0 | 0.00018242324 | |
| 15273107 | 2 years ago | | | 0 | 0.00030515612 | |
| 15263564 | 2 years ago | | | 0 | 0.00058083921 |
ABI
ABI objects
Getter at block 21413882
claimingActive() view returns (bool)
false
maxFree() view returns (uint256)
3
maxFreeSupply() view returns (uint256)
3000
maxGenesis() view returns (uint256)
3333
maxPerAddress() view returns (uint256)
20
maxPerTransaction() view returns (uint256)
20
mintActive() view returns (bool)
true
mintPrice() view returns (uint256)
10000000000000000
name() view returns (string)
Fud Frens
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x40a7fd57d58a7c41420d81f990dc994d8ea940f0
startTime() view returns (uint256)
1648514601
symbol() view returns (string)
FF
totalSupply() view returns (uint256)
3333
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
outstandingFud(address) 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 approve(address to, uint256 tokenId)
devMint(uint256 quantity)
freeMint(uint256 quantity)
mint(uint256 quantity) payable
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)
setOwnersExplicit(uint256 quantity)
setPrice(uint256 _price)
toggleMintActive()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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(uint256 maxBatchSize_, uint256 collectionSize_)
This contract contains no fallback and receive objects.
This contract contains no error objects.