MutantVerseDNA
Verified contract
Active on
Ethereum with 1,120 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 "MutantVerseDNA"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21095139 | 17 days ago | | | 0 | 0.00033158708 | |
| 20617327 | 3 months ago | | | 0 | 0.000042516852 | |
| 18834636 | a year ago | | | 0 | 0.0010719031 | |
| 18823653 | a year ago | | | 0 | 0.00095884468 | |
| 17594386 | a year ago | | | 0 | 0.0016263208 | |
| 17580203 | a year ago | | | 0 | 0.0010669194 | |
| 17580203 | a year ago | | | 0 | 0.0010655487 | |
| 17580202 | a year ago | | | 0 | 0.0010691085 | |
| 17532922 | a year ago | | | 0 | 0.00073589324 | |
| 17085730 | 2 years ago | | | 0 | 0.0028334588 |
ABI
ABI objects
Getter at block 21213941
MAX_MULTI_MINT_AMOUNT() view returns (uint256)
32
MAX_N_TOKEN_ID() view returns (uint256)
8888
baseTokenURI() view returns (string)
https://mutantverse.mypinata.cloud/ipfs/QmNkELrETpjwshF689Rk5iuBeuv3TzfcRj8M4X4FhnvVKE/
maxTotalSupply() view returns (uint256)
8888
n() view returns (address)
0x05a46f1e545526fb803ff974c790acea34d1f2d6
name() view returns (string)
MutantVerseDNA
onlyNHolders() view returns (bool)
true
owner() view returns (address)
0x6df9ad0771f5bd19b3d2ac97d95d2f7751c44266
priceForNHoldersInWei() view returns (uint256)
50000000000000000
priceForOpenMintInWei() view returns (uint256)
80000000000000000
publicPrice() view returns (uint256)
80000000000000000
publicSale() view returns (bool)
true
reserveMinted() view returns (uint16)
0
reservedAllowance() view returns (uint16)
0
symbol() view returns (string)
dNa
totalSupply() view returns (uint256)
1220
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _tokenId) payable
mintWithN(uint256 tokenId) payable
multiMintWithN(uint256[] tokenIds) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setPublicSale(bool _publicSale)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.