Mutant Wolf Pack
Verified contract
Active on
Ethereum with 3,835 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "Mutant Wolf Pack"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20961391 | a month ago | | | 0 | 0.00023969142 | |
| 20251400 | 5 months ago | | | 0 | 0.000081681319 | |
| 19985135 | 6 months ago | | | 0 | 0.00041587373 | |
| 19805691 | 7 months ago | | | 0 | 0.00029438880 | |
| 19646888 | 7 months ago | | | 0 | 0.00053268553 | |
| 19623112 | 8 months ago | | | 0 | 0.00057279936 | |
| 19546227 | 8 months ago | | | 0 | 0.00049776105 | |
| 19546218 | 8 months ago | | | 0 | 0.00038035664 | |
| 17888851 | a year ago | | | 0 | 0.00077008686 | |
| 17758375 | a year ago | | | 0 | 0.00048818895 |
ABI
ABI objects
Getter at block 21282147
baseExtension() view returns (string)
baseURI() view returns (string)
https://ipfs-asset.mutantwolfpack.com/
freeMintPerWallet() view returns (uint256)
4
freemint_qty() view returns (uint256)
0
isFreemint() view returns (bool)
false
isPublicSale() view returns (bool)
false
lastIndexPrimary() view returns (uint256)
1
lastIndexTeam() view returns (uint256)
2
maxMintsPerTransaction() view returns (uint256)
5
max_supply() view returns (uint256)
3000
name() view returns (string)
Mutant Wolf Pack
owner() view returns (address)
0x0eac05884ea59a40de7944e296a6a01f4739fd87
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
publicsale_price() view returns (uint256)
25000000000000000
reserved_qty() view returns (uint256)
0
signer() view returns (address)
0x8d51be960dd304ca0be6c5b112ff3a99b18b9cdc
symbol() view returns (string)
MWP
totalSupply() view returns (uint256)
3000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedOnFreemint(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
percentage(uint256) view returns (uint256)
recipient(uint256) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint(uint256 _amount, bytes _signature)
publicSaleMint(uint256 _amount) payable
publicWithFreeMint(uint256 _amountTotal, uint256 _amountFree, bytes _signature) payable
renounceOwnership()
reservedMint(address[] _to, uint256[] _amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _baseExt)
setBaseURI(string _baseURIArg)
setDistribution(uint256[] _primaryPercentage, address[] _primaryReceipient, uint256[] _split, address[] _addressTeam)
setFreeMintActive()
setFreeMintLimit(uint256 _limit)
setFreeMintQTY(uint256 _qty)
setMaxMintsPerTransaction(uint256 _maxMintsPerTransaction)
setMaxSupply(uint256 _maxSupply)
setProxy(address _proxy)
setPublicSaleActive()
setPublicSalePrice(uint256 _price)
setReservedQTY(uint256 _qty)
setSigner(address _signer)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Mint(address indexed sender, uint256 indexed type_mint, uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string ___baseURI, address _signer, address _proxyRegistryAddress, uint256[] _primaryPercentage, address[] _primaryReceipient, uint256[] _split, address[] _addressTeam)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()