Aperians Club
Verified contract
Active on
Ethereum with 2,936 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 |
---|---|---|---|---|---|
AC | ERC-721 | 1 | -- | -- | |
AC | ERC-721 | 1 | -- | -- | |
AC | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18561766 | a year ago | | | 0 | 0.00060643726 | |
| 18304849 | a year ago | | | 0 | 0.00014551211 | |
| 17859713 | a year ago | | | 0 | 0.00065248555 | |
| 17816953 | a year ago | | | 0 | 0.0016301184 | |
| 17555207 | a year ago | | | 0 | 0.00056942595 | |
| 17037114 | 2 years ago | | | 0 | 0.00065442984 | |
| 16940756 | 2 years ago | | | 0 | 0.0020352890 | |
| 16502953 | 2 years ago | | | 0 | 0.00071550922 | |
| 16480890 | 2 years ago | | | 0 | 0.0017177327 | |
| 16448116 | 2 years ago | | | 0 | 0.00072992931 |
ABI
ABI objects
Getter at block 21259847
_extension() view returns (string)
.json
freeMintLimit() view returns (uint256)
5000
freeMintStatus() view returns (bool)
true
maxPerAddress() view returns (uint256)
5
maxPerTx() view returns (uint256)
5
maxToken() view returns (uint256)
9001
name() view returns (string)
Aperians Club
nextOwnerToExplicitlySet() view returns (uint256)
0
notRevealedUri() view returns (string)
ipfs://QmcyCu9WRV3eG3FXhXUCuFBh6AZALchZuuEoNpAX99hJo9/
owner() view returns (address)
0x1f7ce15263d35889d0e30fcf8b7812106919e74c
price() view returns (uint256)
30000000000000000
publicSale() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
AC
totalSupply() view returns (uint256)
3119
Read-only
balanceOf(address owner) view returns (uint256)
freeMinted(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
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)
flipFreeMintState()
flipPublicSaleState()
free_mint() payable
mint(uint256 quantity) payable
ownerMint(address _address, uint256 quantity)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setFreeLimit(uint256 _temp)
setMaxLimits(uint256 t_max_per_tx, uint256 t_max_per_address)
setNotRevealedURI(string _notRevealedURI)
setPrice(uint256 _PriceInWEI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateExtension(string _temp)
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.