Mythics Genesis
Verified contract
Active on
Ethereum with 1,304 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf34e…e9c2
Balances ($0.00)
No balances found for "Mythics Genesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20982275 | 2 months ago | | | 0 | 0.00023990489 | |
| 20582678 | 3 months ago | | | 0 | 0.000051049185 | |
| 19951018 | 6 months ago | | | 0 | 0.00013525260 | |
| 19950998 | 6 months ago | | | 0 | 0.00013835309 | |
| 19837082 | 7 months ago | | | 0 | 0.00027736658 | |
| 19446036 | 9 months ago | | | 0 | 0.0017924048 | |
| 19368596 | 9 months ago | | | 0 | 0.0014550672 | |
| 19180784 | 10 months ago | | | 0 | 0.0013805797 | |
| 19099171 | 10 months ago | | | 0 | 0.00072889225 | |
| 19098082 | 10 months ago | | | 0 | 0.00055318976 |
ABI
ABI objects
Getter at block 21320776
WHITELIST_MINT_COUNT() view returns (uint256)
1
baseTokenURI() view returns (string)
ipfs://QmZdymhm43efeG86ekjQwhPnokEKT9PDyYcrcxeQJez5E9/
contractURI() pure returns (string)
https://ipfs.io/ipfs/QmbZwPZgKS6YJkT2U4Vmp87udA6Cfy4Tu63KKDv4QnncU2
mintState() view returns (uint8)
2
name() view returns (string)
Mythics Genesis
owner() view returns (address)
0x67eaa08148f365d6b930715c2dc9fc03b00997d6
paused() view returns (bool)
false
price() view returns (uint256)
77000000000000000
symbol() view returns (string)
MGEN
totalSupply() view returns (uint256)
1077
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)
State-modifying
Events airdrop(struct GenesisAirdrop[] airdrops)
approve(address to, uint256 tokenId)
mintReservedGods(uint256 count)
mintWhitelist(uint256 nonce, bytes32[] proof) payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseTokenURI)
setMintState(uint8 _mintState)
setWhiteListMerkleTreeRoot(bytes32 _whiteListMerkleTreeRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdrawAll() payable
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(address _genesisSupplyAddress, string unrevealedURI, uint256 _price, address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.