ALIENFRENS
Verified contract
Active on
Ethereum with 44,365 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x57f1…ea85 (#95716288852723907221472446367094889151730227809028343128231601417572932101715) | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21283618 | an hour ago | | | 0 | 0.00041053059 | |
| 21283554 | 2 hours ago | | | 0 | 0.00045758812 | |
| 21282771 | 4 hours ago | | | 0 | 0.0011920684 | |
| 21282770 | 4 hours ago | | | 0 | 0.00063682486 | |
| 21282763 | 4 hours ago | | | 0 | 0.0011970057 | |
| 21281468 | 9 hours ago | | | 0 | 0.00096570987 | |
| 21280792 | 11 hours ago | | | 0 | 0.0017439001 | |
| 21280790 | 11 hours ago | | | 0 | 0.0015300027 | |
| 21280788 | 11 hours ago | | | 0 | 0.0016760563 | |
| 21279443 | 15 hours ago | | | 0 | 0.00064661996 |
ABI
ABI objects
Getter at block 21284013
ALIENFRENS_MAX() view returns (uint256)
10000
ALIENFRENS_PUBLIC() view returns (uint256)
10000
PRICE() view returns (uint256)
20000000000000000
PURCHASE_LIMIT() view returns (uint256)
10
allowListMaxMint() view returns (uint256)
10
contractURI() view returns (string)
isAllowListActive() view returns (bool)
false
name() view returns (string)
ALIENFRENS
owner() view returns (address)
0xd23d2d4aa76df5c4a19e1c9b6a83ea83f8c3db18
symbol() view returns (string)
ALIENFRENS
totalSupply() view returns (uint256)
10000
Read-only
allowListClaimedBy(address owner) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
onAllowList(address addr) 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 addToAllowList(address[] addresses)
approve(address to, uint256 tokenId)
ownerMinting(address to, uint256 numberOfTokens) payable
purchase(uint256 numberOfTokens) payable
purchaseAllowList(uint256 numberOfTokens) payable
removeFromAllowList(address[] addresses)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActive(bool isActive)
setAllowListMaxMint(uint256 maxMint)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setContractURI(string URI)
setIsAllowListActive(bool _isAllowListActive)
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)
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.
This contract contains no error objects.