Mutant Goblins
Verified contract
Active on
Ethereum with 728 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 "Mutant Goblins"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18546760 | a year ago | | | 0 | 0.0023047113 | |
| 16717012 | 2 years ago | | | 0 | 0.0024451564 | |
| 16152832 | 2 years ago | | | 0 | 0.00070364505 | |
| 15415536 | 2 years ago | | | 0 | 0.00083806233 | |
| 15334175 | 2 years ago | | | 0 | 0.00042537107 | |
| 15310634 | 2 years ago | | | 0 | 0.00063945060 | |
| 15283957 | 2 years ago | | | 0 | 0.00051889554 | |
| 15236919 | 2 years ago | | | 0 | 0.00030430206 | |
| 15236878 | 2 years ago | | | 0 | 0.00045637292 | |
| 15165958 | 2 years ago | | | 0 | 0.00089839808 |
ABI
ABI objects
Getter at block 21217757
Owner() view returns (address)
0xcc4ab9d97e0ecac70aec255493ee92844ea985c1
cost() view returns (uint256)
4200000000000000
hiddenMetadataUri() view returns (string)
ipfs://QmafSn1vE8jkJobRYyRxr3WXf1TRPtCKxQLrW62SL4CiyW/hidden.json
maxSupply() view returns (uint256)
10000
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
Mutant Goblins
owner() view returns (address)
0xcc4ab9d97e0ecac70aec255493ee92844ea985c1
paused() view returns (bool)
false
revealed() view returns (bool)
false
symbol() view returns (string)
MG
totalSupply() view returns (uint256)
1199
uriPrefix() view returns (string)
ipfs://QmfEdWsFKUXHfKQS1r21RsfE6KYVNFEceu2pFstLZNRLzE/
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)
mintedCount(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxSupply(uint256 _maxSupply)
setMerkleRoot(bytes32 _merkleRoot)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 _cost, uint256 _maxSupply)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()