Mutant Hounds
Verified contract
Proxy
Active on
Ethereum with 17,719 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 47 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
10 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MH | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21309498 | 43 minutes ago | | | 0 | 0.0014471197 | |
| 21308744 | 3 hours ago | | | 0 | 0.0019968611 | |
| 21307862 | 6 hours ago | | | 0 | 0.00085598161 | |
| 21307545 | 7 hours ago | | | 0 | 0.00076424578 | |
| 21307527 | 7 hours ago | | | 0 | 0.0024057239 | |
| 21307302 | 8 hours ago | | | 0 | 0.00065429129 | |
| 21301019 | a day ago | | | 0 | 0.00083860585 | |
| 21298724 | 2 days ago | | | 0 | 0.0011366951 | |
| 21297666 | 2 days ago | | | 0 | 0.00044513950 | |
| 21293108 | 2 days ago | | | 0 | 0.0015255926 |
ABI
ABI objects
Getter at block 21309712 proxiableUUID() view returns (bytes32)
collarsContractAddress() view returns (address)
0xae99a698156ee8f8d07cbe7f271c31eeaac07087
lockURI() view returns (bool)
false
materialsContract() view returns (address)
0x684ea83d4577e4ab131cb6d7971cace0f4925785
name() view returns (string)
Mutant Hounds
owner() view returns (address)
0xa418734c291ecb1b694ffc5ab7fcd0d12a496ed3
paused() view returns (bool)
false
registryAddress() view returns (address)
0x849b59222d093011726d829475c81c79f90ed932
symbol() view returns (string)
MH
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
newURI(uint256) view returns (string)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId)
burn2Redeem(uint256[] tokenIds)
changeSecondaryRoyaltyReceiver(address newSecondaryRoyaltyReceiver, uint96 newRoyaltyValue)
initialize(string name, string symbol, string _newBaseURI, address _royaltiesReceiver, uint96 _royaltyPercentage, address _collarsContractAddress, address owner_, address registryAddress_)
lockURIforever()
materialsBurn(uint256[] tokenIds, address burner)
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 newBaseURI)
setMaterialsContract(address newContractAddress)
setRegistryAddress(address newRegistryAddress)
setTokenURI(uint256 tokenId, string newTokenURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
NewSecondaryRoyalties(address newReceiver, uint96 newValue)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RegistryUpdated(address indexed registryAddress)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
OperatorNotAllowed(address operator)