Alpha Aliens
Verified contract
Active on
Ethereum with 1,806 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 "Alpha Aliens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20404992 | 4 months ago | | | 0 | 0.000051943840 | |
| 20404992 | 4 months ago | | | 0 | 0.000046148000 | |
| 17926929 | a year ago | | | 0 | 0.0011603249 | |
| 17321480 | 2 years ago | | | 0 | 0.0020891321 | |
| 17321440 | 2 years ago | | | 0 | 0.0020567700 | |
| 17321304 | 2 years ago | | | 0 | 0.0020750630 | |
| 17321246 | 2 years ago | | | 0 | 0.0022553059 | |
| 17321204 | 2 years ago | | | 0 | 0.0018486953 | |
| 17321163 | 2 years ago | | | 0 | 0.0023866949 | |
| 17321103 | 2 years ago | | | 0 | 0.0022240352 |
ABI
ABI objects
Getter at block 21318037
itemPrice() view returns (uint256)
0
maxSupply() view returns (uint256)
9999
name() view returns (string)
Alpha Aliens
owner() view returns (address)
0x41d951d9e24d613103ca0771a75d2c33ef9cb8d7
presaleActiveTime() view returns (uint256)
0
saleActiveTime() view returns (uint256)
0
symbol() view returns (string)
AA
totalSupply() view returns (uint256)
9999
Read-only
balanceOf(address owner) view returns (uint256)
canStake(address) view returns (bool)
explicitOwnershipOf(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct ERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
inWhitelist(address _owner, bytes32[] _proof, uint256 _from, uint256 _to) view returns (uint256)
isApprovedForAll(address _owner, address _operator) view returns (bool)
itemPricePresales(uint256) view returns (uint256)
maxMintPresales(uint256) view returns (uint256)
numberMinted(address _owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
ownerStartTimestamp(uint256 tokenId) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
staked(uint256) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
whitelistMerkleRoots(uint256) view returns (bytes32)
State-modifying
Events addToWhitelistForStaking(address _operator)
approve(address to, uint256 tokenId)
autoApproveMarketplace(address _spender)
burn(uint256 tokenId)
giftNft(address[] _sendNftsTo, uint256 _howMany)
purchaseTokens(uint256 _howMany) payable
purchaseTokensWhitelist(uint256 _howMany, bytes32[] _proof, uint256 _rootNumber) 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 __baseURI)
setDefaultRoyalty(address _receiver, uint96 _feeNumerator)
setMaxSupply(uint256 _maxSupply)
setPresale(uint256 _rootNumber, bytes32 _whitelistMerkleRoot, uint256 _maxMintPresales, uint256 _itemPricePresale)
setPresaleActiveTime(uint256 _presaleActiveTime)
setPrice(uint256 _newPrice)
setSaleActiveTime(uint256 _saleActiveTime)
stakeNfts(uint256[] _tokenIds, bool _stake)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()