Mythics Genesis
Verified contract
Active on
Ethereum with 1,062 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4018…c2df
Balances ($0.00)
No balances found for "Mythics Genesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20050358 | 6 months ago | | | 0 | 0.00031216465 | |
| 18800199 | a year ago | | | 0 | 0.0012296548 | |
| 18061416 | a year ago | | | 0 | 0.00054698791 | |
| 18060958 | a year ago | | | 0 | 0.00072591957 | |
| 18037877 | a year ago | | | 0 | 0.0012747866 | |
| 16310104 | 2 years ago | | | 0 | 0.00066547488 | |
| 16308969 | 2 years ago | | | 0 | 0.00079949451 | |
| 16307601 | 2 years ago | | | 0 | 0.00076417192 | |
| 16301120 | 2 years ago | | | 0 | 0.0010157608 | |
| 16300842 | 2 years ago | | | 0 | 0.0014672338 |
ABI
ABI objects
Getter at block 21275040
WHITELIST_MINT_COUNT() view returns (uint256)
1
baseTokenURI() view returns (string)
contractURI() pure returns (string)
https://ipfs.io/ipfs/QmbZwPZgKS6YJkT2U4Vmp87udA6Cfy4Tu63KKDv4QnncU2
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)
606
unrevealedURI() view returns (string)
ipfs://QmSsc24K76RBd8YzWr5cxXgj68Khk84qcWCfQHxvYojngi
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 addFreeMinter(address to, uint256 maxCount)
approve(address to, uint256 tokenId)
freeMint(uint256 count)
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)
setUnrevealedURI(string _unrevealedUri)
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.