MetaGochiCreatures
Verified contract
Active on
Ethereum with 665 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 "MetaGochiCreatures"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16708354 | 2 years ago | | | 0 | 0.00087061972 | |
| 16686144 | 2 years ago | | | 0 | 0.0016998321 | |
| 16371570 | 2 years ago | | | 0 | 0.0053892608 | |
| 16019359 | 2 years ago | | | 0 | 0.00040051700 | |
| 15939866 | 2 years ago | | | 0 | 0.0050749811 | |
| 15901669 | 2 years ago | | | 0 | 0.0018218682 | |
| 15850284 | 2 years ago | | | 0 | 0.00043245070 | |
| 15828851 | 2 years ago | | | 0 | 0.0018057065 | |
| 15779955 | 2 years ago | | | 0 | 0.0030978752 | |
| 15772637 | 2 years ago | | | 0 | 0.0057342212 |
ABI
ABI objects
Getter at block 21332885
devWallet() view returns (address)
0x7cbd384b73d3ff4b278023b3e8a354c436bdc60f
maxMintAmountPerTx() view returns (uint256)
20
name() view returns (string)
MetaGochiCreatures
owner() view returns (address)
0xa96a7efd03ada839ae91d61373bfd00f8993984e
paused() view returns (bool)
false
singleEggToken() view returns (address)
0x90749bcae7bdee78fd7b8829aeac855c32a56376
symbol() view returns (string)
MGNFTC
totalSupply() view returns (uint256)
5547
twinEggToken() view returns (address)
0x7f1cf2796d7c33b8f5acbb02c7fffab51f7a3d36
uriPrefix() view returns (string)
https://metadata.metagochi.com/
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
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 _singleEggAmount, uint256 _twinEggAmount) 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)
setDevWallet(address _devWallet)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _state)
setSingleEggToken(address _singleEggToken)
setTwinEggToken(address _twinEggToken)
setUriPrefix(string _uriPrefix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.