Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5d66…5898
Balances ($241.16)
Native
Value
$241.16
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.06 | $4,019.25 |
$241.16 | |
MOGUL | ERC-721 | 1 | -- | -- | |
MOGUL | ERC-721 | 1 | -- | -- | |
MOGUL | ERC-721 | 1 | -- | -- | |
MOGUL | ERC-721 | 1 | -- | -- | |
MOGUL | ERC-721 | 1 | -- | -- | |
MOGUL | ERC-721 | 1 | -- | -- | |
MOGUL | ERC-721 | 1 | -- | -- | |
MOGUL | ERC-721 | 1 | -- | -- | |
MOGUL | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21361564 | 8 days ago | | | 0 | 0.00070501004 | |
| 20579041 | 4 months ago | | | 0 | 0.000072582537 | |
| 20578835 | 4 months ago | | | 0 | 0.00013035917 | |
| 20578832 | 4 months ago | | | 0 | 0.00012630583 | |
| 19879209 | 7 months ago | | | 0 | 0.00020929187 | |
| 19770846 | 8 months ago | | | 0 | 0.00053864198 | |
| 19770785 | 8 months ago | | | 0 | 0.00048822692 | |
| 18907358 | a year ago | | | 0 | 0.00075171747 | |
| 18907346 | a year ago | | | 0 | 0.00057501291 | |
| 17289336 | 2 years ago | | | 0 | 0.0019437426 |
ABI
ABI objects
Getter at block 21419367 getAllMigratedTokens() view returns (uint256[]) getReserveTokenIdsMinted() view returns (uint256[])
PUBLIC_SALE_PRICE() view returns (uint256)
60000000000000000
REVEAL() view returns (bool)
true
currentSupply() view returns (uint256)
1019
getBaseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmZiNkUsEqHEAVHpWd47E1pmSuV4WoBS73hd3S2r5QYwZn
getCurrentMintedSupply() view returns (uint256)
1019
getLastTokenId() view returns (uint256)
1014
isPublicSaleActive() view returns (bool)
false
maxNFTs() view returns (uint256)
1111
name() view returns (string)
Meta Moguls
oldContract() view returns (address)
0x5d6685c7bd265204ec9bde279095cbf478165898
owner() view returns (address)
0xa49aa75465e22a077d52aad6505eb536c4dc9f7c
paused() view returns (bool)
false
symbol() view returns (string)
MOGUL
v1MintedSupply() view returns (uint256)
872
verificationHash() view returns (string)
Read-only
allMigratedTokens(uint256) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
migratedTokensById(uint256) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenHasBeenMigrated(uint256 tokenId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claim(uint256 tokenId)
claimAll(uint256[] ownedTokens)
mint(uint256 numberOfTokens) 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 _baseURI1)
setIsPublicSaleActive(bool _isPublicSaleActive)
setMaxNFTsInTOTALCollection(uint256 _maxNFTs2)
setPUBLIC_SALE_PRICEinEther(uint256 _PUBLIC_SALE_PRICE)
setREVEAL(bool _REVEAL)
setVerificationHash(string _verificationHash)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawTokens(address token)
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(uint256 _maxNFTs1, string _baseURI, bool _isPublicSaleActive, bool _REVEAL, address _oldContract, uint256 _currentSupply, uint256 _initialReserveCount)
This contract contains no fallback and receive objects.
This contract contains no error objects.