Mutant Doge
Verified contract
Active on
Ethereum with 4,873 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
-
variable spans 2 additional slots
-
variable spans 2 additional slots
0xa3de…4762
0x9f64…5d88
Balances ($0.00)
No balances found for "Mutant Doge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21153500 | 2 days ago | | | 0 | 0.00084827496 | |
| 21114108 | 8 days ago | | | 0 | 0.00025899109 | |
| 21106913 | 9 days ago | | | 0 | 0.00012809372 | |
| 21105401 | 9 days ago | | | 0 | 0.00020117214 | |
| 21102951 | 9 days ago | | | 0 | 0.00014077943 | |
| 21091609 | 11 days ago | | | 0 | 0.00036737883 | |
| 21091595 | 11 days ago | | | 0 | 0.00046391300 | |
| 21051275 | 17 days ago | | | 0 | 0.00030735182 | |
| 21008716 | 23 days ago | | | 0 | 0.00060403416 | |
| 21008028 | 23 days ago | | | 0 | 0.00075383911 |
ABI
ABI objects
Getter at block 21170252
baseURI() view returns (string)
https://ipfs.filebase.io/ipfs/QmeWHYC6oKg39f86Q1CHuj5BswieenMf8BDCAakLYdaT2L/
contractURI() pure returns (string)
https://ipfs.filebase.io/ipfs/QmY1xSQyRiD8erkHDNjgMHrmKq9kpCnu9CYBK99sNXExrL
dogc() view returns (address)
0x9f648eef45b73e1a32ce7b624a44266226a85d88
maxSupply() view returns (uint256)
10000
megaTokenId() view returns (uint256)
30009
name() view returns (string)
Mutant Doge
owner() view returns (address)
0x8cdf829e67a2441de541de354798824911562b4b
serum() view returns (address)
0xa3de26661e786d7555493eca6d40d07ce14c4762
symbol() view returns (string)
MDOG
Read-only
MUTATION_OFFSET(uint256) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintState(uint8) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
price(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
totalSupply(uint256) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
flipMintState(uint8 _serumType)
mintBatch(uint256[] _tokenIds, uint8 _type) payable
mintMega() 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 _baseuri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateSerumAddress(address _serum)
withdraw()
withdrawToken(address _tokenContract)
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)
SetBaseURI(string indexed _baseURI)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _serum, address _dogc)
This contract contains no fallback and receive objects.
This contract contains no error objects.