MUTATION16
Verified contract
Active on
Ethereum with 1,317 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 "MUTATION16"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17515945 | a year ago | | | 0 | 0.0013402605 | |
| 17515942 | a year ago | | | 0 | 0.0014134329 | |
| 17515936 | a year ago | | | 0 | 0.0013698932 | |
| 16326252 | 2 years ago | | | 0 | 0.00066081994 | |
| 16308366 | 2 years ago | | | 0 | 0.00064729219 | |
| 16308350 | 2 years ago | | | 0 | 0.00072362276 | |
| 16297318 | 2 years ago | | | 0 | 0.00055102672 | |
| 16291586 | 2 years ago | | | 0 | 0.00040046100 | |
| 16291542 | 2 years ago | | | 0 | 0.00071344579 | |
| 16291359 | 2 years ago | | | 0 | 0.00084310605 |
ABI
ABI objects
Getter at block 21230088
MaxMutationPerPublic() view returns (uint256)
2
MaxMutationPerWL() view returns (uint256)
3
MutationPrice() view returns (uint256)
0
MutationSupply() view returns (uint256)
2222
PublicMintEnabled() view returns (bool)
true
WhitelistMintEnabled() view returns (bool)
true
baseURI() view returns (string)
ipfs://Qma4Usj1ppNk8xrHzc1ro3j4mAE3dvZFa6P4SoqicoA38W/
name() view returns (string)
MUTATION16
owner() view returns (address)
0x0a8a0f09c07b5917c9e6a739789a5a9d68634c2f
symbol() view returns (string)
MU16
totalSupply() view returns (uint256)
2222
uriSuffix() view returns (string)
.json
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)
publicClaimed(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
whitelistClaimed(address) view returns (bool)
State-modifying
Events MintWhitelist(uint256 _MUTATIONAmount, bytes32[] _proof) payable
PublicMint(uint256 _MUTATIONAmount) payable
adminMint(uint256 _teamAmount)
approve(address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setPublicMintStatus(bool _state)
setWLMerkleRoot(bytes32 _merkleRoot)
setWhitelistMintStatus(bool _state)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawBalance()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _tokenName, string _tokenSymbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()