Peace Aliens
Verified contract
Active on
Ethereum with 621 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($7,935.85)
Native
Value
$7,935.85
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 2.58 | $3,075.91 |
$7,935.85 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20573799 | 3 months ago | | | 0 | 0.000030077065 | |
| 20200745 | 5 months ago | | | 0 | 0.000073292828 | |
| 20200741 | 5 months ago | | | 0 | 0.000080120646 | |
| 20200400 | 5 months ago | | | 0 | 0.00015077710 | |
| 18209746 | a year ago | | | 0 | 0.00017108748 | |
| 18209744 | a year ago | | | 0 | 0.00017905173 | |
| 16890451 | 2 years ago | | | 0 | 0.0017184783 | |
| 16735118 | 2 years ago | | | 0 | 0.0034978868 | |
| 16586275 | 2 years ago | | | 0 | 0.0016672429 | |
| 16516430 | 2 years ago | | | 0 | 0.00037641831 |
ABI
ABI objects
Getter at block 21214661
MAX_NFT_PER_COMMUNITY_FRIEND() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
8877
NFT_PRICE() view returns (uint256)
30000000000000000
_isFriendSaleActive() view returns (bool)
true
_isSaleActive() view returns (bool)
true
freePeaceAliensAvailable() view returns (uint256)
122
maxMintablePerCall() view returns (uint256)
20
name() view returns (string)
Peace Aliens
owner() view returns (address)
0xd5e559c19d2925f7da11b28d19f9d6ce9ac82f6c
symbol() view returns (string)
ALIEN
totalSupply() view returns (uint256)
412
Read-only
balanceOf(address owner) view returns (uint256)
friendCommunities(uint256) view returns (address)
getApproved(uint256 tokenId) view returns (address)
getPeaceAliensByOwner(address _owner) view returns (uint256[])
isAddressAFriendCommunity(address c) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
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)
friendMint(address _friendCollection)
mint(address _to, uint256 _count) payable
ownerMint(address[] recipients, uint256[] amount)
pauseFriendSale()
pauseSale()
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_)
setFreePeaceAliensAvailable(uint256 available)
setFriendCommunities(address[] collections)
setMaxMintablePerCall(uint256 newMax)
setMaxNFtPerCommunityFriend(uint256 newMax)
setPrice(uint256 price)
startFriendSale()
startSale()
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)
FriendSaleStarted()
FriendSaleStopped()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SaleStarted()
SaleStopped()
TokenMinted(uint256 supply)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.