FeverDreamFriends
Verified contract
Active on
Ethereum with 1,191 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 "FeverDreamFriends"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20537912 | 3 months ago | | | 0 | 0.000086909454 | |
| 20535708 | 3 months ago | | | 0 | 0.00094621849 | |
| 20535707 | 3 months ago | | | 0 | 0.0010606895 | |
| 20535705 | 3 months ago | | | 0 | 0.0010606895 | |
| 20535704 | 3 months ago | | | 0 | 0.0014451090 | |
| 20535655 | 3 months ago | | | 0 | 0.00042251543 | |
| 19765988 | 7 months ago | | | 0 | 0.00034221478 | |
| 19401622 | 8 months ago | | | 0 | 0.0021674451 | |
| 18908067 | a year ago | | | 0 | 0.00078526679 | |
| 18614643 | a year ago | | | 0 | 0.0026263709 |
ABI
ABI objects
Getter at block 21226817
OGSale() view returns (bool)
false
Sale() view returns (bool)
false
_OG_price() view returns (uint256)
60000000000000000
_prefixURI() view returns (string)
ipfs://QmSxbbqio3JgVYzLNU6Fg9itd3S9Eh4Sbsf6nbpnfvVhsg/
_presale_price() view returns (uint256)
70000000000000000
_price() view returns (uint256)
70000000000000000
displayMax() view returns (uint256)
1111
name() view returns (string)
FeverDreamFriends
numSold() view returns (uint256)
1111
owner() view returns (address)
0x76761f420cbc9f265caf0f495d55f59969ac3981
preSale() view returns (bool)
false
symbol() view returns (string)
FDF
totalSupply() view returns (uint256)
1111
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isOGListed(address _addr) view returns (bool)
isWhitelisted(address _addr) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events OGListMany(address[] accounts)
OGMintItems(uint256 amount) payable
approve(address to, uint256 tokenId)
changeMax(uint256 _newMax)
changePresalePrice(uint256 _newPrice)
changePrice(uint256 _newPrice)
change_OG_price(uint256 _newPrice)
crossMint(address _to) payable
mintItems(uint256 amount) payable
mintTo(uint256 quantity, address _addr)
presaleMintItems(uint256 amount) 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 _uri)
toggleOGSale()
togglePreSale()
toggleSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whiteListMany(address[] accounts)
withdraw_all()
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()