DystoApez
Verified contract
Active on
Ethereum with 15,036 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xeedc…8fd0
Balances ($0.00)
No balances found for "DystoApez"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21128517 | 6 days ago | | | 0 | 0.00041041114 | |
| 21102578 | 10 days ago | | | 0 | 0.00012189000 | |
| 21093756 | 11 days ago | | | 0 | 0.00079792217 | |
| 21025645 | 21 days ago | | | 0 | 0.00074941390 | |
| 21006663 | 23 days ago | | | 0 | 0.00044892484 | |
| 20975818 | a month ago | | | 0 | 0.00025694424 | |
| 20946173 | a month ago | | | 0 | 0.00057810505 | |
| 20741186 | 2 months ago | | | 0 | 0.00024205200 | |
| 20649279 | 2 months ago | | | 0 | 0.000034090258 | |
| 20643756 | 2 months ago | | | 0 | 0.00016364607 |
ABI
ABI objects
Getter at block 21172757
LEGENDARY_SUPPLY() view returns (uint256)
10
MAX_MINT_PER_TX() view returns (uint256)
5
MAX_SUPPLY() view returns (uint256)
4444
MINT_PRICE() view returns (uint256)
60000000000000000
MINT_PRICE_PUBLIC() view returns (uint256)
70000000000000000
commonURI() view returns (string)
lock() view returns (bool)
false
name() view returns (string)
DystoApez
owner() view returns (address)
0x36a356215a8781d271d0d0286b4e83086980b5ba
paused() view returns (bool)
false
preSaleStarted() view returns (bool)
false
prefixURI() view returns (string)
ipfs://QmdAFoBcD5eDyPzELgsCEqnQLqxzqGsPKT7F6YazSozxk1/
saleStarted() view returns (bool)
false
scrapToken() view returns (address)
0xeedcd8448bc38a6f43a3aa18651f44782c318fd0
symbol() view returns (string)
DYSTO
totalSupply() view returns (uint256)
4444
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhiteList(address _sender, uint256 _maxCount, bytes _sig) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokenURIs(uint256) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
lockBaseURI()
mint(uint256 _count) payable
mintAdmin(uint256 _count, address _account)
mintLegendary()
mintWhitelist(uint256 _count, uint256 _maxCount, bytes _sig) payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCommonURI(string _uri)
setPreSaleStarted(bool _hasStarted)
setPrefixURI(string _uri)
setSaleStarted(bool _hasStarted)
setScrapToken(address _token)
setSignerAddress(address _signer)
setTokenURI(string _uri, uint256 _tokenId)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw(address _to)
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.