Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($297.64)
Native
Value
$297.64
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.07618 | $3,907.03 |
$297.64 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20228749 | 5 months ago | | | 0 | 0.00012141000 | |
| 16825962 | 2 years ago | | | 0 | 0.0015663269 | |
| 15875797 | 2 years ago | | | 0 | 0.00046246955 | |
| 15743138 | 2 years ago | | | 0 | 0.00074080602 | |
| 15398740 | 2 years ago | | | 0 | 0.0017068557 | |
| 15398401 | 2 years ago | | | 0 | 0.00096221004 | |
| 15360766 | 2 years ago | | | 0 | 0.00052609757 | |
| 15354057 | 2 years ago | | | 0 | 0.00099570747 | |
| 15354040 | 2 years ago | | | 0 | 0.00093485657 | |
| 15354035 | 2 years ago | | | 0 | 0.00085968468 |
ABI
ABI objects
Getter at block 21411146
armsAddress() view returns (address)
0x869cfa65e9ca849cdf77fca826b87500ad2843f1
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmTiF2yHZSKQV89EuvSaJRPh6TE7Bhx9PS3WJTxfY4wCQ1/
cost() view returns (uint256)
160000000000000000
maxMintAmount() view returns (uint256)
100
maxSupply() view returns (uint256)
5350
name() view returns (string)
METANIME
nftPerAddressLimit() view returns (uint256)
100
notRevealedUri() view returns (string)
ipfs://QmUuqW2yaeDZmxnYWunJay2M6KNf89mjMNMNJkwdKpts1o/
onlyWhitelisted() view returns (bool)
false
owner() view returns (address)
0x5cd3c03ffedc5e763f854c4103be49e82761ef2c
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
MTN
totalSupply() view returns (uint256)
104
Read-only
addressMintedBalance(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
get1155Balance(uint256 _id) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address _user) view returns (bool)
isWhitelistedForFreeMint(address _user) view returns (bool)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) pure returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) pure returns (bytes4)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
whitelistedAddresses(uint256) view returns (address)
whitelistedAddressesForFreeMint(uint256) view returns (address)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
set1155Address(address _address)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setMaxMintAmount(uint256 _newmaxMintAmount)
setMaxSupply(uint256 _supply)
setNftPerAddressLimit(uint256 _limit)
setNotRevealedURI(string _notRevealedURI)
setOnlyWhitelisted(bool _state)
setReveal()
takeOut1155()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistUsers(address[] _users)
whitelistUsersForFreeMint(address[] _users)
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(string _name, string _symbol, string _initBaseURI, string _initNotRevealedUri, address _armsAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.