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 "Aliems"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14850166 | 2 years ago | | | 0 | 0.0018103819 | |
| 14543075 | 3 years ago | | | 0 | 0.0018244683 | |
| 14343592 | 3 years ago | | | 0 | 0.00077592790 | |
| 14242327 | 3 years ago | | | 0 | 0.0017671155 | |
| 14240430 | 3 years ago | | | 0 | 0.00098862250 | |
| 14240267 | 3 years ago | | | 0 | 0.0018465953 | |
| 14229795 | 3 years ago | | | 0 | 0.0019881951 | |
| 14228247 | 3 years ago | | | 0 | 0.0011557259 | |
| 14228241 | 3 years ago | | | 0 | 0.0023719996 | |
| 14228222 | 3 years ago | | | 0 | 0.0032254767 |
ABI
ABI objects
Getter at block 21209690
cost() view returns (uint256)
10000000000000000
dynamicCost() view returns (bool)
true
hiddenMetadataUri() view returns (string)
maxMintAmountPerTx() view returns (uint256)
20
maxSupply() view returns (uint256)
3666
name() view returns (string)
Aliems
owner() view returns (address)
0x0abd1395bdf07aa9b731df4b61120819fb08ec65
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
AM
totalSupply() view returns (uint256)
701
uriPrefix() view returns (string)
ipfs://QmckDcPG1tRPY6YkpcostztXN3Y5edEu8Za2zJZCRX1anU/
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) 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)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
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.