Mutant Turtles

Verified contract

Active on Ethereum with 761 txns
Deployed by via 0x3558f07f at 16421411
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Mutant Turtles"

0xdc26d62a43de4ffc77ee754b311f98e9e6cf1b26982c3f071c7811b070577db4
0xfecf17343466df42141a3f510714d609ed81370cdaef46cf8a5ec6d64c97df99
0x8cf0deacc5762164a3b8e847fa6f391555e41591b09be5b84caba9beccf03e27
0x5580a3a8962e87ae28ec4639e6443c120a48f3663ec1453706f7516fc5ed0cbe
0x1452e9e265ed64d667bb145f3f89cc33f86a029480cc34e6c6276a178f630482
0xd25ee0acc4ed04fdcccb8abf79606873a356b3583024438cce8c2f6ceed1d97d
0x44273671c4ecabc74d33cb05559e429fb63ee86dd2f9176bb825360b8f396545
0xb5f863926d9f19fe4f580e0afe5c7bab0533053eab60dac3045e6aa6c9e42575
0xd41ca76763ac369dfa88e286fcc30b280f8402e207a44ced9e8640359357a7fb
0x4a686b50da86b3991294e91e30c2b2f72fd9ec3e1e940cdc452394dc00d31be3

Functions
Getter at block 21011422
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
hiddenMetadataUri(view returns (string)
maxFreeMintAmountPerWallet(view returns (uint256)
1
maxMintAmountPerWallet(view returns (uint256)
20
maxSupply(view returns (uint256)
1500
name(view returns (string)
Mutant Turtles
owner(view returns (address)
0xecffc3b68c2110c1b2edae8d070d3efc2e834832
paused(view returns (bool)
false
publicMintCost(view returns (uint256)
6600000000000000
revealed(view returns (bool)
true
symbol(view returns (string)
MUTATED
teamSupply(view returns (uint256)
5
totalSupply(view returns (uint256)
936
uriPrefix(view returns (string)
https://www.mutantturtles.club/nft/
uriSuffix(view returns (string)
.json
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenIdpayable 
mint(uint256 _mintAmountpayable 
payout(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxSupply(uint256 _maxSupply
setMintCost(uint256 _cost
setMintCritera(uint256 _maxSupplyuint256 _publicMintCostuint256 _maxMintAmountPerWalletuint256 _maxFreeMintAmountPerWalletuint256 _teamSupplystring _uriPrefix
setPaused(bool _state
setRevealed(bool _state
setTeamAmount(uint256 _teamSupply
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
staffMint(address[] _staff_addresspayable 
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint256 _maxSupplyuint256 _publicMintCostuint256 _maxMintAmountPerWalletuint256 _maxFreeMintAmountPerWalletuint256 _teamSupplystring _uriPrefix
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(