Alien Secret Society
Verified contract
Active on
Ethereum with 11,724 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
9 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BICO | ERC-20 | 570.499069K | -- | -- | |
A$$ | ERC-721 | 1 | -- | -- | |
MET | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21084332 | 21 hours ago | | | 0 | 0.00026718609 | |
| 21000787 | 13 days ago | | | 0 | 0.00097998650 | |
| 20975425 | 16 days ago | | | 0 | 0.00032135854 | |
| 20837299 | a month ago | | | 0 | 0.0024119414 | |
| 20820176 | a month ago | | | 0 | 0.00036076864 | |
| 20607409 | 2 months ago | | | 0 | 0.00011327130 | |
| 20402351 | 3 months ago | | | 0 | 0.000052793706 | |
| 20395245 | 3 months ago | | | 0 | 0.000071620613 | |
| 20391745 | 3 months ago | | | 0 | 0.00018437109 | |
| 20382149 | 3 months ago | | | 0 | 0.00034606099 |
ABI
ABI objects
Getter at block 21090764
MAX_SUPPLY() view returns (uint256)
9999
WL_SUPPLY() view returns (uint256)
3000
dutchAuctionChangeTick() view returns (uint256)
21600
dutchAuctionCurrentPrice() view returns (uint256)
150000000000000000
dutchAuctionEnabled() view returns (bool)
false
dutchAuctionFloorPrice() view returns (uint256)
150000000000000000
dutchAuctionLimitPerWallet() view returns (uint256)
5
dutchAuctionPriceDecreaseBy() view returns (uint256)
50000000000000000
dutchAuctionStartPrice() view returns (uint256)
250000000000000000
dutchAuctionStartTimestamp() view returns (uint256)
1638446240
name() view returns (string)
Alien Secret Society
owner() view returns (address)
0x44d0eb11a563179069abf5300fce1058616bc7a9
paused() view returns (bool)
false
redeemedCount() view returns (uint256)
3000
revealed() view returns (bool)
true
symbol() view returns (string)
A$$
totalSupply() view returns (uint256)
9999
whitelist() view returns (bytes32)
0x9c706e5edca0fb3504017d1e85495324c604063286450499dd79846ea563e877
whitelistMaxAmount() view returns (uint256)
2
whitelistPrice() view returns (uint256)
100000000000000000
whitelistSaleEnabled() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
dutchAuctionPurchased(address) 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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
whitelistRedeemed(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
buyNow(uint256 amount) payable
mintByOwner(address to, uint256 amount)
mintMultipleByOwner(address[] _to)
pause()
redeem(uint256 amount, bytes32[] proof) payable
renounceOwnership()
reveal(string revealedBaseURI)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setDutchAuctionEnabled(bool value)
setPresaleLimit(uint256 amount)
setWhitelist(bytes32 whitelist_)
setWhitelistSaleEnabled(bool value)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
DutchAuctionPurchased(uint256 tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(uint256 whitelistPrice_, uint256 whitelistMaxAmount_, uint256 dutchAuctionStartPrice_, uint256 dutchAuctionFloorPrice_, uint256 dutchAuctionPriceDecreaseBy_, uint256 dutchAuctionLimitPerWallet_, uint256 dutchAuctionChangeTick_, string unrevealedBaseURI_, string unrevealedTokenURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.