FernDaddy
Verified contract
Active on
Ethereum with 1,812 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 "FernDaddy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20801313 | 2 months ago | | | 0 | 0.00038794326 | |
| 20699119 | 2 months ago | | | 0 | 0.00011047736 | |
| 20698094 | 2 months ago | | | 0 | 0.000059778956 | |
| 20583164 | 3 months ago | | | 0 | 0.000021869100 | |
| 20576455 | 3 months ago | | | 0 | 0.00028408300 | |
| 20576363 | 3 months ago | | | 0 | 0.00010543935 | |
| 20549245 | 3 months ago | | | 0 | 0.00016441665 | |
| 19998298 | 5 months ago | | | 0 | 0.0010456892 | |
| 19998296 | 5 months ago | | | 0 | 0.0010502183 | |
| 19998265 | 5 months ago | | | 0 | 0.00087159487 |
ABI
ABI objects
Getter at block 21162125
_baseTokenURI() view returns (string)
ipfs://QmfY21VeTvm3jQYHxCEr8R9xfpnL437QQYGDP7SZS1WGZH/
_mintStatus() view returns (uint8)
0
allowListprice() view returns (uint256)
42200000000000000
endingUri() view returns (string)
.json
maxSupply() view returns (uint256)
5000
name() view returns (string)
FernDaddy
owner() view returns (address)
0x89d8a8ff6b3fffdea48af6c3eec3774563379c52
price() view returns (uint256)
65000000000000000
symbol() view returns (string)
FernDaddy
totalSupply() view returns (uint256)
5000
Read-only
balanceOf(address owner) view returns (uint256)
freeMintParticipants(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleParticipants(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events allowListMint(bytes _signature, uint256 _amount) payable
approve(address to, uint256 tokenId)
freeMint(bytes _signature) payable
giveaway() payable
mint(uint256 _amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowList()
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setClosed()
setEndingURI(string _endingUri)
setFreeMint()
setGiveaway()
setPrice(uint256 _price)
setPublic()
setSa1(address sa1_)
setSa2(address sa2_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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(string baseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()