Mythia Origins
Verified contract
Active on
Ethereum with 1,636 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 "Mythia Origins"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19660568 | 7 months ago | | | 0 | 0.00067143633 | |
| 19600517 | 7 months ago | | | 0 | 0.00027103034 | |
| 19489801 | 8 months ago | | | 0 | 0.0010067942 | |
| 19299578 | 9 months ago | | | 0 | 0.0014920253 | |
| 19079979 | 10 months ago | | | 0 | 0.00073442628 | |
| 18872760 | a year ago | | | 0 | 0.00042253851 | |
| 18766619 | a year ago | | | 0 | 0.0018729221 | |
| 18739917 | a year ago | | | 0 | 0.0010246231 | |
| 18602515 | a year ago | | | 0 | 0.00040523134 | |
| 18584046 | a year ago | | | 0 | 0.0014782188 |
ABI
ABI objects
Getter at block 21184126
MAX_ELEMENTS() view returns (uint256)
3000
isPublicLive() view returns (bool)
false
isWhitelistLive() view returns (bool)
false
maxWhitelistMintPerTx() view returns (uint256)
3
name() view returns (string)
Mythia Origins
owner() view returns (address)
0xf8f766db6dd1c206cd2c98a35f5f7e0689d1fda8
publicStart() view returns (uint256)
1646694000
symbol() view returns (string)
MYTHIA
totalSupply() view returns (uint256)
1000
unitPrice() view returns (uint256)
200000000000000000
whitelistStart() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
baseTokenUris(uint256) view returns (uint256 startId, uint256 endId, string baseURI)
getApproved(uint256 tokenId) view returns (address)
getUnsoldTokens(uint256 offset, uint256 limit) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
isValidAccessMessage(address _add, uint8 _v, bytes32 _r, bytes32 _s) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
price(uint256 _count) view returns (uint256)
rawOwnerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
whitelistMintClaimed(uint256, address) view returns (bool)
State-modifying
Events adminMint(uint256 _amount, address _address)
approve(address to, uint256 tokenId)
clearBaseUris()
mint(uint256 _amount) payable
renounceOwnership()
reserveMint(uint256 amount, uint256 whitelistNonce, bytes32 msgHash, uint8 _v, bytes32 _r, bytes32 _s) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI, uint256 startId, uint256 endId)
setIsLive(bool _isPublicLive, bool _isWhitelistLive)
setMaxElements(uint256 maxElements)
setMaxWhitelistMintPerTx(uint256 limit)
setMintPrice(uint256 _price)
setStartTimes(uint256 _whitelistStart, uint256 _publicStart)
setWhitelistNonce(uint256 _nonce)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 amount, uint256 whitelistNonce, bytes32 msgHash, uint8 _v, bytes32 _r, bytes32 _s) payable
withdrawAll()
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(string name, string ticker, uint256 reservedAmount, address teamWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.