AstralFrens
Verified contract
Active on
Ethereum with 3,592 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 "AstralFrens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20589582 | 3 months ago | | | 0 | 0.000046627805 | |
| 19881285 | 7 months ago | | | 0 | 0.00013319473 | |
| 19855996 | 7 months ago | | | 0 | 0.00017235079 | |
| 19760808 | 7 months ago | | | 0 | 0.00037965541 | |
| 19760791 | 7 months ago | | | 0 | 0.00031544360 | |
| 18337990 | a year ago | | | 0 | 0.00034910802 | |
| 18304850 | a year ago | | | 0 | 0.00014332022 | |
| 17010914 | 2 years ago | | | 0 | 0.00076919596 | |
| 16648941 | 2 years ago | | | 0 | 0.0015564341 | |
| 16645749 | 2 years ago | | | 0 | 0.0014853418 |
ABI
ABI objects
Getter at block 21333217
_astralUri() view returns (string)
ipfs://QmYTZrJ3PzRGE1xXzjLuWuWwvg1JZtxWgHaPZgZTVPxkiE/
astral_frens() view returns (uint256)
5555
free_per_wallet() view returns (uint256)
1
is_dreaming() view returns (bool)
false
name() view returns (string)
AstralFrens
owner() view returns (address)
0xe5424153947daf43efae5076678fb1ff32fe95ac
per_wallet() view returns (uint256)
5
price() view returns (uint256)
30000000000000000
symbol() view returns (string)
ASTRAL
totalSupply() view returns (uint256)
2727
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)
tokenURI(uint256 tokenId) view returns (string)
wallet_balance(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
makeFrenWalkInDream(address astral_fren, uint256 _frens)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setAstralUri(string uri)
setFreeFrens(uint256 _freeFrens)
setPerWallet(uint256 _maxPerWallet)
startDreaming(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
wakeUp(uint256 _amount)
walkInDream(uint256 frens) 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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()